revert to rails 5.1 for now

This commit is contained in:
Sam
2018-06-07 19:47:53 +10:00
parent 74ced977be
commit d3b8ee761c
2 changed files with 14 additions and 14 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.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 'actionmailer', '~> 5.1'
gem 'actionpack', '~> 5.1'
gem 'actionview', '~> 5.1'
gem 'activemodel', '~> 5.1'
gem 'activerecord', '~> 5.1'
gem 'activesupport', '~> 5.1'
gem 'railties', '~> 5.1'
gem 'sprockets-rails'
gem 'seed-fu'
end