From: Go MAEDA Date: Wed, 23 Oct 2024 23:58:36 +0000 (+0000) Subject: Update Rails to 6.1.7.10 in 5.1-stable branch (#41489). X-Git-Tag: 5.1.4~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a5a086eba16af67f9841a617dac6942b73d8e5af;p=redmine.git Update Rails to 6.1.7.10 in 5.1-stable branch (#41489). git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23157 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index a9e203ea7..8e79c4059 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.9' +gem 'rails', '6.1.7.10' gem 'rouge', '~> 4.2.0' gem 'request_store', '~> 1.5.0' gem 'mini_mime', '~> 1.1.0'