]> source.dussan.org Git - redmine.git/commitdiff
Update Rails to 7.2.2 (#36320).
authorGo MAEDA <maeda@farend.jp>
Thu, 31 Oct 2024 04:25:15 +0000 (04:25 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 31 Oct 2024 04:25:15 +0000 (04:25 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@23171 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 60633a55295e20191bf5bb6754640b29cf2ae34e..14dabb6264e5d7c9814f8580da905b03dbd25d02 100644 (file)
--- 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"