Update Rails to 6.1.7.8 in 5.0-stable (#40818).

git-svn-id: https://svn.redmine.org/redmine/branches/5.0-stable@22867 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2024-06-11 07:47:43 +00:00
parent 19c6298ddd
commit a770a2281f

View File

@@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '>= 2.5.0', '< 3.2.0'
gem 'bundler', '>= 1.12.0'
gem 'rails', '6.1.7.7'
gem 'rails', '6.1.7.8'
gem 'globalid', '~> 0.4.2' if Gem.ruby_version < Gem::Version.new('2.6.0')
gem 'rouge', '~> 3.28.0'
gem 'request_store', '~> 1.5.0'