From: Go MAEDA Date: Tue, 11 Jun 2024 07:47:43 +0000 (+0000) Subject: Update Rails to 6.1.7.8 in 5.0-stable (#40818). X-Git-Tag: 5.0.9~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a770a2281fe4b1c65384dcd34dfb99ac00f9f7a6;p=redmine.git 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 --- diff --git a/Gemfile b/Gemfile index a110dcc43..62b196b97 100644 --- a/Gemfile +++ b/Gemfile @@ -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'