From 9dae76d564a422fd2ef50288ec98778d3e6f56c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= Date: Sun, 21 Aug 2011 23:36:03 +0200 Subject: [PATCH] =?UTF-8?q?This=20should=20fix=20it=20once=20and=20for=20a?= =?UTF-8?q?ll=E2=80=A6=20#517?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Sorry for the commit-noise) --- Gemfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 91a5569cc8..6379b790a9 100644 --- a/Gemfile +++ b/Gemfile @@ -6,6 +6,8 @@ gem "coderay", "~> 0.9.7" gem "i18n", "~> 0.4.2" gem "rubytree", "~> 0.5.2", :require => 'tree' gem "rdoc", ">= 2.4.2" +# Needed only on RUBY_VERSION = 1.8, ruby 1.9+ compatible interpreters should bring their csv +gem "fastercsv", "~> 1.5.0", :platforms => [:ruby_18, :jruby, :mingw_18] group :test do gem 'shoulda', '~> 2.10.3' @@ -24,11 +26,6 @@ group :rmagick do gem "rmagick", "~> 1.15.17" end -# Stuff we only need in RUBY_VERSION = 1.8 -platforms [:ruby_18, :jruby, :mingw_18] do - gem "fastercsv", "~> 1.5.0" -end - # Use the commented pure ruby gems, if you have not the needed prerequisites on # board to compile the native ones. Note, that their use is discouraged, since # their integration is propbably not that well tested and their are slower in