Skip to content

Commit

Permalink
Ruby 1.8 not supported by rubyzip >= 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Nov 2, 2013
1 parent c7af4a8 commit b4c111f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Expand Up @@ -6,7 +6,8 @@ gem 'capybara-webkit' unless ENV['CI']
# gem 'opal-jquery', :github => 'opal/opal-jquery'
# gem 'opal-spec', :github => 'opal/opal-spec'

if RUBY_VERSION.to_f == 1.8
platform :ruby_18 do
gem 'nokogiri', '< 1.6'
gem 'rails', '< 4.0'
gem 'rubyzip', '< 1'
end

0 comments on commit b4c111f

Please sign in to comment.