chore: update ruby version

This commit is contained in:
Nelson Jovel 2024-11-21 12:04:27 -08:00
parent 872d6f51ef
commit f69f8c37a3
2 changed files with 4 additions and 2 deletions

View file

@ -13,6 +13,7 @@ gem "cssbundling-rails"
gem "csv", "~> 3.3"
gem "devise", git: "https://github.com/heartcombo/devise"
gem "ed25519"
gem "foreman"
gem "friendly_id", "~> 5.1.0"
gem "jsbundling-rails"
gem "logger"
@ -33,7 +34,7 @@ gem "watir"
group :development do
# Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
gem "brakeman"
gem "bullet", "~> 8.0"
gem "bullet", "~> 8.0"
gem "dexter"
gem "erb_lint", require: false
gem "erblint-github"
@ -77,4 +78,3 @@ end
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]
# gem "reline", "~> 0.3.2"