Skip to content

Commit

Permalink
Update Rails to 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
euxx committed Aug 29, 2024
1 parent 9662066 commit 1c4fd8b
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 312 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '~> 3'

gem 'rails', '~> 7.1'
gem 'rails', '~> 7.2'
gem 'pg', '~> 1'
gem 'puma', '~> 6'
gem 'propshaft'
Expand All @@ -19,7 +19,8 @@ gem 'active_storage_validations'
gem 'bootsnap', '~> 1', require: false
gem 'bootstrap_form'
gem 'ahoy_matey'
gem 'authlogic', '~> 6'
# gem 'authlogic', '~> 6'
gem "authlogic", github: "binarylogic/authlogic", ref: "refs/pull/770/head"
gem 'scrypt', '~> 3'
gem 'skylight'
gem 'sentry-rails'
Expand Down
Loading

0 comments on commit 1c4fd8b

Please sign in to comment.