Upgrade to Rails 6.0 and apply new framework defaults
This commit is contained in:
4
Gemfile
4
Gemfile
@ -25,7 +25,7 @@ gem 'prometheus_exporter'
|
||||
gem 'pry-byebug'
|
||||
gem 'puma'
|
||||
gem 'pundit'
|
||||
gem 'rails', '5.2.6'
|
||||
gem 'rails', '6.0.3.7'
|
||||
gem 'rails_admin'
|
||||
gem 'rails-i18n'
|
||||
gem 'rails-timeago'
|
||||
@ -35,7 +35,7 @@ gem 'rubytree'
|
||||
gem 'rubyzip'
|
||||
gem 'sass-rails'
|
||||
gem 'slim-rails'
|
||||
gem 'sorcery'
|
||||
gem 'sorcery' # Causes a deprecation warning in Rails 6.0+, see: https://github.com/Sorcery/sorcery/pull/255
|
||||
gem 'telegraf'
|
||||
gem 'tubesock', git: 'https://github.com/gosukiwi/tubesock', branch: 'patch-1' # Switch to a fork which is compatible with Rails 5
|
||||
gem 'turbolinks'
|
||||
|
Reference in New Issue
Block a user