Browse Source

Update Rouge to 3.9.0 (#31556).


git-svn-id: http://svn.redmine.org/redmine/trunk@18382 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Go MAEDA 4 years ago
parent
commit
dd24d5a004
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Gemfile

+ 1
- 1
Gemfile View File

@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem "bundler", ">= 1.5.0"

gem "rails", "5.2.3"
gem "rouge", "~> 3.8.0"
gem "rouge", "~> 3.9.0"
gem "request_store", "1.0.5"
gem "mini_mime", "~> 1.0.1"
gem "actionpack-xml_parser"

Loading…
Cancel
Save