]> source.dussan.org Git - redmine.git/commitdiff
Relax rouge version dependency in Gemfile (#36594).
authorGo MAEDA <maeda@farend.jp>
Tue, 21 May 2024 09:01:30 +0000 (09:01 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 21 May 2024 09:01:30 +0000 (09:01 +0000)
Contributed by Holger Just (@hjust).

git-svn-id: https://svn.redmine.org/redmine/trunk@22841 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index f4e8c5a08f701c2c8ac0657685d2a302e7d79018..5188aec6a852f1922b73083a990e15fe88a379ec 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
 ruby '>= 3.0.0', '< 3.4.0'
 
 gem 'rails', '7.1.2'
-gem 'rouge', '~> 4.2.0'
+gem 'rouge', '~> 4.2'
 gem 'mini_mime', '~> 1.1.0'
 gem "actionpack-xml_parser"
 gem 'roadie-rails', '~> 3.2.0'