Update Rouge to 3.20.0 (#32468).

git-svn-id: http://svn.redmine.org/redmine/trunk@19817 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-06-14 05:06:30 +00:00
parent 8e6b26b1db
commit 6bad47168d

View File

@@ -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"