Skip to content

Commit

Permalink
Update to Rails 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujigiri committed Jun 19, 2024
1 parent a69ed34 commit 77aa82c
Show file tree
Hide file tree
Showing 19 changed files with 200 additions and 215 deletions.
6 changes: 3 additions & 3 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', '~> 6.1.0'
gem 'rails', '~> 7.0.0'
gem 'bootsnap', require: false
gem 'authlogic' # lots of user-related magic
gem 'i18n', '>= 0.6.6'
Expand All @@ -21,8 +21,8 @@ gem 'plos', require: false

# DB
gem 'activerecord-import', '>= 0.4.0'
gem 'attr_encrypted', '< 4'
gem 'composite_primary_keys', '~> 13.0'
gem 'attr_encrypted'
gem 'composite_primary_keys', '~> 14.0'
gem 'pg'
gem 'pg_search'

Expand Down
Loading

0 comments on commit 77aa82c

Please sign in to comment.