1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-28 10:07:15 +00:00

Update Rails to 5.2.4.5 (#33906).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@20789 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2021-03-15 13:16:13 +00:00
parent e4362a04f3
commit 40223c9854

View File

@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '>= 2.4.0', '< 2.8.0'
gem 'bundler', '>= 1.12.0'
gem 'rails', '5.2.4.4'
gem 'rails', '5.2.4.5'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
gem 'rouge', '~> 3.26.0'
gem 'request_store', '~> 1.5.0'