From: Go MAEDA Date: Tue, 11 Jun 2024 07:39:26 +0000 (+0000) Subject: Update Rails to 6.1.7.8 in 5.1-stable (#40818). X-Git-Tag: 5.1.3~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=36afa0bad56114c555f45e277ac5ec7bc8da68d0;p=redmine.git Update Rails to 6.1.7.8 in 5.1-stable (#40818). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@22866 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 2b38883da..dc60acaf9 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '>= 2.7.0', '< 3.3.0' -gem 'rails', '6.1.7.7' +gem 'rails', '6.1.7.8' gem 'rouge', '~> 4.2.0' gem 'request_store', '~> 1.5.0' gem 'mini_mime', '~> 1.1.0'