mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Update Rouge to 3.8.0 (#31556).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18369 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
d2e10064a4
commit
489a563ece
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
|||||||
gem "bundler", ">= 1.5.0"
|
gem "bundler", ">= 1.5.0"
|
||||||
|
|
||||||
gem "rails", "5.2.3"
|
gem "rails", "5.2.3"
|
||||||
gem "rouge", "~> 3.7.0"
|
gem "rouge", "~> 3.8.0"
|
||||||
gem "request_store", "1.0.5"
|
gem "request_store", "1.0.5"
|
||||||
gem "mini_mime", "~> 1.0.1"
|
gem "mini_mime", "~> 1.0.1"
|
||||||
gem "actionpack-xml_parser"
|
gem "actionpack-xml_parser"
|
||||||
|
|||||||
@ -24,7 +24,7 @@ class Redmine::SyntaxHighlighting::RougeTest < ActiveSupport::TestCase
|
|||||||
to_test = {
|
to_test = {
|
||||||
'application.js' => true,
|
'application.js' => true,
|
||||||
'Gemfile' => true,
|
'Gemfile' => true,
|
||||||
'AUTOEXEC.BAT' => false, # Rouge does not support BAT files
|
'HELLO.CBL' => false, # Rouge does not support COBOL
|
||||||
'HELLO.C' => true
|
'HELLO.C' => true
|
||||||
}
|
}
|
||||||
to_test.each do |filename, expected|
|
to_test.each do |filename, expected|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user