Skip to content

Commit

Permalink
Update to rails 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdimond committed Nov 28, 2023
1 parent 238b8c9 commit f9ef8a2
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 104 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "http://rubygems.org"

gem "rails", "~> 6.1.1"
gem "rails", "~> 7.0"

# Misc
gem "attribute_normalizer", "~> 1.2"
Expand Down Expand Up @@ -106,7 +106,7 @@ gem "whenever", "~> 1.0", require: false
gem "i18n-country-translations", "~> 1.0"
gem "i18n-js", "~> 3.0"
gem "iso-639", "~> 0.3.5"
gem "rails-i18n", "~> 6.0"
gem "rails-i18n", "~> 7.0"

# Analytics
gem "scout_apm", "~> 5.0"
Expand All @@ -130,7 +130,7 @@ group :development do
gem "rails-erd", "~> 1.6"

# N+1 detection. Config is in environments/development.rb
gem "bullet", "~> 6.1"
gem "bullet", "~> 7.1"

# Great for debugging i18n paths (uncomment temporarily when needed).
# gem "i18n-debug", "~> 1.1"
Expand Down
Loading

0 comments on commit f9ef8a2

Please sign in to comment.