##// END OF EJS Templates
prevent coderay "warning: already initialized constant" on Ruby 1.8.7 (#13692)...
Toshi MARUYAMA -
r11695:01411ab56788
parent child
Show More
@@ -3,7 +3,7 source 'https://rubygems.org'
3 gem "rails", "3.2.13"
3 gem "rails", "3.2.13"
4 gem "jquery-rails", "~> 2.0.2"
4 gem "jquery-rails", "~> 2.0.2"
5 gem "i18n", "~> 0.6.0"
5 gem "i18n", "~> 0.6.0"
6 gem "coderay", "~> 1.0.6"
6 gem "coderay", "~> 1.0.9"
7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
8 gem "builder", "3.0.0"
8 gem "builder", "3.0.0"
9
9
@@ -33,7 +33,6 module Redmine
33
33
34 module CodeRay
34 module CodeRay
35 require 'coderay'
35 require 'coderay'
36 require 'coderay/helpers/file_type'
37
36
38 class << self
37 class << self
39 # Highlights +text+ as the content of +filename+
38 # Highlights +text+ as the content of +filename+
General Comments 0
You need to be logged in to leave comments. Login now