Upgrade to Rails 6.1 and apply new framework defaults

This commit is contained in:
Sebastian Serth
2021-05-12 16:45:43 +02:00
parent 504bb07ae1
commit 11962a1d65
20 changed files with 226 additions and 152 deletions

View File

@ -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'