summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-11-11 19:58:42 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-11-11 19:58:42 +0000
commita6f1be6270700480be2b4bb8befb85460eb37e5b (patch)
tree1fe1ab586ff3fd689c815540d35d1252cd46df5b /Gemfile
parentd951636a01b9af4fb571c9ac586353be7f085bbf (diff)
downloadredmine-a6f1be6270700480be2b4bb8befb85460eb37e5b.tar.gz
redmine-a6f1be6270700480be2b4bb8befb85460eb37e5b.zip
Update Rouge gem version to 4.5 (#41728).
git-svn-id: https://svn.redmine.org/redmine/trunk@23252 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 1afed558d..cd3e1d0d3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
ruby '>= 3.1.0', '< 3.4.0'
gem 'rails', '7.2.2'
-gem 'rouge', '~> 4.2'
+gem 'rouge', '~> 4.5'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"
gem 'roadie-rails', '~> 3.3.0'