mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
Make commonmarker gem required to avoid runtime error (#37394).
Although the commonmarker gem is marked as optional in the Gemfile, Redmine fails to start without it, raising a NameError: "uninitialized constant Redmine::WikiFormatting::CommonMark::HTML". This patch makes the gem required to ensure Redmine starts correctly. git-svn-id: https://svn.redmine.org/redmine/trunk@23734 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -24,11 +24,6 @@ begin
|
||||
rescue LoadError
|
||||
# MiniMagick is not available
|
||||
end
|
||||
begin
|
||||
require 'commonmarker' unless Object.const_defined?(:Commonmarker)
|
||||
rescue LoadError
|
||||
# CommonMarker is not available
|
||||
end
|
||||
|
||||
module Redmine
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user