Update Rails to 5.2.5 (#34966).

git-svn-id: http://svn.redmine.org/redmine/trunk@20858 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2021-03-27 05:08:43 +00:00
parent 147b4a5ce6
commit baba49c099

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.5'
gem 'rails', '5.2.5'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
gem 'rouge', '~> 3.26.0'
gem 'request_store', '~> 1.5.0'