##// 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 3 gem "rails", "3.2.13"
4 4 gem "jquery-rails", "~> 2.0.2"
5 5 gem "i18n", "~> 0.6.0"
6 gem "coderay", "~> 1.0.6"
6 gem "coderay", "~> 1.0.9"
7 7 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
8 8 gem "builder", "3.0.0"
9 9
@@ -33,7 +33,6 module Redmine
33 33
34 34 module CodeRay
35 35 require 'coderay'
36 require 'coderay/helpers/file_type'
37 36
38 37 class << self
39 38 # Highlights +text+ as the content of +filename+
General Comments 0
You need to be logged in to leave comments. Login now