Skip to content
This repository has been archived by the owner on Mar 29, 2019. It is now read-only.

Commit

Permalink
This should fix it once and for all… #517
Browse files Browse the repository at this point in the history
(Sorry for the commit-noise)
  • Loading branch information
thegcat committed Aug 21, 2011
1 parent d8ce756 commit 9dae76d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Gemfile
Expand Up @@ -6,6 +6,8 @@ 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"
# 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 group :test do
gem 'shoulda', '~> 2.10.3' gem 'shoulda', '~> 2.10.3'
Expand All @@ -24,11 +26,6 @@ group :rmagick do
gem "rmagick", "~> 1.15.17" gem "rmagick", "~> 1.15.17"
end 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 # 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 # 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 # their integration is propbably not that well tested and their are slower in
Expand Down

0 comments on commit 9dae76d

Please sign in to comment.