Skip to content

Commit

Permalink
Update Rails to 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Jul 10, 2024
1 parent 30b2a1c commit 2557d1c
Show file tree
Hide file tree
Showing 19 changed files with 305 additions and 255 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'

gem 'dotenv-rails'

gem 'rails', '~> 7.0.0'
gem 'rails', '~> 7.1.0'
gem 'bootsnap', require: false
gem 'authlogic' # lots of user-related magic
gem 'i18n', '>= 0.6.6'
Expand All @@ -22,7 +22,6 @@ gem 'plos', require: false
# DB
gem 'activerecord-import', '>= 0.4.0'
gem 'attr_encrypted'
gem 'composite_primary_keys', '~> 14.0'
gem 'pg'
gem 'pg_search'

Expand Down
Loading

0 comments on commit 2557d1c

Please sign in to comment.