Commit 0b57e936 authored by Felix Schäfer's avatar Felix Schäfer

Rip faster_csv out of lib into the Gemfile. #517

parent 3d03a3ed
...@@ -6,6 +6,7 @@ gem "coderay", "~> 0.9.7" ...@@ -6,6 +6,7 @@ gem "coderay", "~> 0.9.7"
gem "i18n", "~> 0.4.2" gem "i18n", "~> 0.4.2"
gem "rubytree", "~> 0.5.2", :require => 'tree' gem "rubytree", "~> 0.5.2", :require => 'tree'
gem "rdoc", ">= 2.4.2" gem "rdoc", ">= 2.4.2"
gem "fastercsv", "~> 1.5.0", :platforms => :ruby_18
group :test do group :test do
gem 'shoulda', '~> 2.10.3' gem 'shoulda', '~> 2.10.3'
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment