Upgrade to Rails 6.1 and apply new framework defaults
This commit is contained in:
3
Gemfile
3
Gemfile
@ -25,8 +25,7 @@ gem 'prometheus_exporter'
|
||||
gem 'pry-byebug'
|
||||
gem 'puma'
|
||||
gem 'pundit'
|
||||
# Switch to a newer 6.0 release while 6.0.3.7 is the newest version with the CSRF bug
|
||||
gem 'rails', git: 'https://github.com/rails/rails', branch: '6-0-stable'
|
||||
gem 'rails', '~> 6.1.0'
|
||||
gem 'rails_admin'
|
||||
gem 'rails-i18n'
|
||||
gem 'rails-timeago'
|
||||
|
Reference in New Issue
Block a user