Upgrade to Rails 5.2 take 2.

This commit is contained in:
Guo Xiang Tan
2018-06-08 09:33:50 +08:00
parent 1ba8e8948d
commit f4fdcda502
2 changed files with 38 additions and 38 deletions

14
Gemfile
View File

@@ -13,13 +13,13 @@ if rails_master?
gem 'rails', git: 'https://github.com/rails/rails.git'
gem 'seed-fu', git: 'https://github.com/SamSaffron/seed-fu.git', branch: 'discourse'
else
gem 'actionmailer', '5.1.5'
gem 'actionpack', '5.1.5'
gem 'actionview', '5.1.5'
gem 'activemodel', '5.1.5'
gem 'activerecord', '5.1.5'
gem 'activesupport', '5.1.5'
gem 'railties', '5.1.5'
gem 'actionmailer', '5.2'
gem 'actionpack', '5.2'
gem 'actionview', '5.2'
gem 'activemodel', '5.2'
gem 'activerecord', '5.2'
gem 'activesupport', '5.2'
gem 'railties', '5.2'
gem 'sprockets-rails'
gem 'seed-fu'
end