summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-04 14:07:46 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-04 14:07:46 +0000
commit01411ab567887eb329d33a68f7635d3297649b5f (patch)
tree2237eb51cf4a0f2c25335f56396dbb099596282a /lib
parent7e4d0209bbd7ab564a4ab9b0a644639ab058e745 (diff)
downloadredmine-01411ab567887eb329d33a68f7635d3297649b5f.tar.gz
redmine-01411ab567887eb329d33a68f7635d3297649b5f.zip
prevent coderay "warning: already initialized constant" on Ruby 1.8.7 (#13692)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11925 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/syntax_highlighting.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/redmine/syntax_highlighting.rb b/lib/redmine/syntax_highlighting.rb
index e8d9067d4..a1f94a175 100644
--- a/lib/redmine/syntax_highlighting.rb
+++ b/lib/redmine/syntax_highlighting.rb
@@ -33,7 +33,6 @@ module Redmine
module CodeRay
require 'coderay'
- require 'coderay/helpers/file_type'
class << self
# Highlights +text+ as the content of +filename+