mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Update Rails to 5.2.4.2 (#33196).
Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19616 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8f22b02ca8
commit
b76d5490c2
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
|||||||
ruby '>= 2.3.0', '< 2.7.0'
|
ruby '>= 2.3.0', '< 2.7.0'
|
||||||
gem 'bundler', '>= 1.12.0'
|
gem 'bundler', '>= 1.12.0'
|
||||||
|
|
||||||
gem "rails", "5.2.4.1"
|
gem 'rails', '5.2.4.2'
|
||||||
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
|
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
|
||||||
gem 'rouge', '~> 3.17.0'
|
gem 'rouge', '~> 3.17.0'
|
||||||
gem 'request_store', '~> 1.5.0'
|
gem 'request_store', '~> 1.5.0'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user