mirror of
https://github.com/redmine/redmine.git
synced 2026-03-30 17:21:08 +02:00
Update Rails to 5.2.6.3 (#36757).
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@21455 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
||||
ruby '>= 2.3.0', '< 2.7.0' if Bundler::VERSION >= '1.12.0'
|
||||
gem "bundler", ">= 1.5.0"
|
||||
|
||||
gem 'rails', '5.2.6.2'
|
||||
gem 'rails', '5.2.6.3'
|
||||
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
|
||||
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
|
||||
gem "rouge", "~> 3.12.0"
|
||||
|
||||
Reference in New Issue
Block a user