mirror of
https://github.com/redmine/redmine.git
synced 2026-07-05 06:07:53 +02:00
Merged r23252 from trunk to 6.0-stable (#41728).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23253 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
|
||||
ruby '>= 3.1.0', '< 3.4.0'
|
||||
|
||||
gem 'rails', '7.2.2'
|
||||
gem 'rouge', '~> 4.2'
|
||||
gem 'rouge', '~> 4.5'
|
||||
gem 'mini_mime', '~> 1.1.0'
|
||||
gem "actionpack-xml_parser"
|
||||
gem 'roadie-rails', '~> 3.2.0'
|
||||
|
||||
@@ -24,7 +24,7 @@ class Redmine::SyntaxHighlighting::RougeTest < ActiveSupport::TestCase
|
||||
to_test = {
|
||||
'application.js' => true,
|
||||
'Gemfile' => true,
|
||||
'HELLO.CBL' => false, # Rouge does not support COBOL
|
||||
'HELLO.abc' => false,
|
||||
'HELLO.C' => true
|
||||
}
|
||||
to_test.each do |filename, expected|
|
||||
|
||||
Reference in New Issue
Block a user