summaryrefslogtreecommitdiffstats
path: root/lib/redmine.rb
diff options
context:
space:
mode:
authorMarius Balteanu <marius.balteanu@zitec.com>2024-11-03 18:34:06 +0000
committerMarius Balteanu <marius.balteanu@zitec.com>2024-11-03 18:34:06 +0000
commit39401e4b956ec8319a36ce7c152fbccd7393110f (patch)
treee2887cced3dead86a86187d29ece2deb73aa9756 /lib/redmine.rb
parent5802c68ffec22bf01bc866bd36ea7d02768b29ad (diff)
downloadredmine-39401e4b956ec8319a36ce7c152fbccd7393110f.tar.gz
redmine-39401e4b956ec8319a36ce7c152fbccd7393110f.zip
Reverts r23190-r23187 because the CI build fails with error "ERROR: Failed to build gem native extension" (#40197).
git-svn-id: https://svn.redmine.org/redmine/trunk@23197 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/redmine.rb')
-rw-r--r--lib/redmine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/redmine.rb b/lib/redmine.rb
index 95b3b7f3f..2edfa55e9 100644
--- a/lib/redmine.rb
+++ b/lib/redmine.rb
@@ -25,7 +25,7 @@ rescue LoadError
# MiniMagick is not available
end
begin
- require 'commonmarker' unless Object.const_defined?(:Commonmarker)
+ require 'commonmarker' unless Object.const_defined?(:CommonMarker)
rescue LoadError
# CommonMarker is not available
end