mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: update Rails to version 6.0.1
This version of Rails eliminates a monkey patch that is no longer needed! Additionally it preps us for Ruby 2.7 support.
This commit is contained in:
14
Gemfile
14
Gemfile
@@ -16,13 +16,13 @@ if rails_master?
|
||||
else
|
||||
# until rubygems gives us optional dependencies we are stuck with this
|
||||
# bundle update actionmailer actionpack actionview activemodel activerecord activesupport railties
|
||||
gem 'actionmailer', '6.0.0'
|
||||
gem 'actionpack', '6.0.0'
|
||||
gem 'actionview', '6.0.0'
|
||||
gem 'activemodel', '6.0.0'
|
||||
gem 'activerecord', '6.0.0'
|
||||
gem 'activesupport', '6.0.0'
|
||||
gem 'railties', '6.0.0'
|
||||
gem 'actionmailer', '6.0.1'
|
||||
gem 'actionpack', '6.0.1'
|
||||
gem 'actionview', '6.0.1'
|
||||
gem 'activemodel', '6.0.1'
|
||||
gem 'activerecord', '6.0.1'
|
||||
gem 'activesupport', '6.0.1'
|
||||
gem 'railties', '6.0.1'
|
||||
gem 'sprockets-rails'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user