]> source.dussan.org Git - redmine.git/commitdiff
Update Rouge to 3.11.0 (#31556).
authorGo MAEDA <maeda@farend.jp>
Thu, 19 Sep 2019 16:07:42 +0000 (16:07 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 19 Sep 2019 16:07:42 +0000 (16:07 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@18482 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index c8387fb46522cefd787c77ae751a7f4d200a0990..526d3013999a39d8951fa57d099f3e71fa228c0b 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
 gem "bundler", ">= 1.5.0"
 
 gem "rails", "5.2.3"
-gem "rouge", "~> 3.10.0"
+gem "rouge", "~> 3.11.0"
 gem "request_store", "1.0.5"
 gem "mini_mime", "~> 1.0.1"
 gem "actionpack-xml_parser"