diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-08-20 05:54:30 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-08-20 05:54:30 +0000 |
commit | fb37d2e4fab887d0abed786541d09eaec0838317 (patch) | |
tree | 54955154818e214ff006e56c2762dae30fcfac24 /Gemfile | |
parent | 578360fdabcccea3510b6aadb6ed3a0a87d4e2d0 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |