mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
revert to rails 5.1 for now
This commit is contained in:
14
Gemfile
14
Gemfile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user