##// END OF EJS Templates
Removed faster_csv from lib (#5638)....
Jean-Philippe Lang -
r8786:d7f091927706
parent child
Show More
@@ -3,6 +3,7 source :rubygems
3 3 gem "rails", "2.3.14"
4 4 gem "i18n", "~> 0.4.2"
5 5 gem "coderay", "~> 1.0.0"
6 gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
6 7
7 8 # Optional gem for LDAP authentication
8 9 group :ldap do
@@ -19,7 +19,7 rescue LoadError
19 19 end
20 20
21 21 if RUBY_VERSION < '1.9'
22 require 'faster_csv'
22 require 'fastercsv'
23 23 else
24 24 require 'csv'
25 25 FCSV = CSV
1 NO CONTENT: file was removed
This diff has been collapsed as it changes many lines, (1984 lines changed) Show them Hide them
General Comments 0
You need to be logged in to leave comments. Login now