summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-06-14 05:06:30 +0000
committerGo MAEDA <maeda@farend.jp>2020-06-14 05:06:30 +0000
commit6bad47168d869ad33942684b925b89188c417b49 (patch)
tree55490b5046d726728926c360bc3391addd7d970c
parent8e6b26b1db882ab2508e9f269975978cfd572c8b (diff)
downloadredmine-6bad47168d869ad33942684b925b89188c417b49.tar.gz
redmine-6bad47168d869ad33942684b925b89188c417b49.zip
Update Rouge to 3.20.0 (#32468).
git-svn-id: http://svn.redmine.org/redmine/trunk@19817 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c4bafaef7..60da44c8f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gem 'bundler', '>= 1.12.0'
gem 'rails', '5.2.4.2'
gem 'sprockets', '~> 3.7.2' if RUBY_VERSION < '2.5'
-gem 'rouge', '~> 3.19.0'
+gem 'rouge', '~> 3.20.0'
gem 'request_store', '~> 1.5.0'
gem "mini_mime", "~> 1.0.1"
gem "actionpack-xml_parser"