summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-08-20 05:54:30 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-08-20 05:54:30 +0000
commitfb37d2e4fab887d0abed786541d09eaec0838317 (patch)
tree54955154818e214ff006e56c2762dae30fcfac24 /Gemfile
parent578360fdabcccea3510b6aadb6ed3a0a87d4e2d0 (diff)
downloadredmine-fb37d2e4fab887d0abed786541d09eaec0838317.tar.gz
redmine-fb37d2e4fab887d0abed786541d09eaec0838317.zip
Upgrade to Rails 7.2.0 (#36320).
Patch by Takashi Kato (user:tohosaku). git-svn-id: https://svn.redmine.org/redmine/trunk@22960 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b7772aba6..1b13df234 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
ruby '>= 3.0.0', '< 3.4.0'
-gem 'rails', '7.1.2'
+gem 'rails', '7.2.0'
gem 'rouge', '~> 4.2'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"