From: Go MAEDA Date: Thu, 31 Oct 2024 04:25:15 +0000 (+0000) Subject: Update Rails to 7.2.2 (#36320). X-Git-Tag: 6.0.0~39 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e0002f563c15c1180e9b3426b65b74b979121d77;p=redmine.git Update Rails to 7.2.2 (#36320). git-svn-id: https://svn.redmine.org/redmine/trunk@23171 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 60633a552..14dabb626 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' ruby '>= 3.1.0', '< 3.4.0' -gem 'rails', '7.2.1.2' +gem 'rails', '7.2.2' gem 'rouge', '~> 4.2' gem 'mini_mime', '~> 1.1.0' gem "actionpack-xml_parser"