summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-19 14:44:48 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-19 14:44:48 +0000
commitd7f091927706950b63fcfabbff36311b6c8c06ab (patch)
tree29a55d624e562f433e0b524ce3abd9aa6ded94b9 /Gemfile
parent28338a6f4a5038d7d054436e0bbae8907fe951fe (diff)
downloadredmine-d7f091927706950b63fcfabbff36311b6c8c06ab.tar.gz
redmine-d7f091927706950b63fcfabbff36311b6c8c06ab.zip
Removed faster_csv from lib (#5638).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8906 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 19b33b898..8ddf16fed 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,6 +3,7 @@ source :rubygems
gem "rails", "2.3.14"
gem "i18n", "~> 0.4.2"
gem "coderay", "~> 1.0.0"
+gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
# Optional gem for LDAP authentication
group :ldap do