summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-11-10 06:50:23 +0000
committerGo MAEDA <maeda@farend.jp>2018-11-10 06:50:23 +0000
commit9e8c0ba0c2932617fd8e152f6386a42a1277acd1 (patch)
tree34ec53800824b2fc2b6d2d067f72fd41a326ecfa /Gemfile
parentc5eff3dae254481d038fe482466d2075b63b0338 (diff)
downloadredmine-9e8c0ba0c2932617fd8e152f6386a42a1277acd1.tar.gz
redmine-9e8c0ba0c2932617fd8e152f6386a42a1277acd1.zip
Upgrade to Rouge 3.3.0 (#24681).
git-svn-id: http://svn.redmine.org/redmine/trunk@17626 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 b9a176439..06f402b15 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('1.5.0')
end
gem "rails", "5.2.1"
-gem "rouge", "~> 3.2.1"
+gem "rouge", "~> 3.3.0"
gem "request_store", "1.0.5"
gem "mini_mime", "~> 1.0.1"
gem "actionpack-xml_parser"