Skip to content

Commit b4c111f

Browse files
committed
Ruby 1.8 not supported by rubyzip >= 1.0
1 parent c7af4a8 commit b4c111f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ gem 'capybara-webkit' unless ENV['CI']
66
# gem 'opal-jquery', :github => 'opal/opal-jquery'
77
# gem 'opal-spec', :github => 'opal/opal-spec'
88

9-
if RUBY_VERSION.to_f == 1.8
9+
platform :ruby_18 do
1010
gem 'nokogiri', '< 1.6'
1111
gem 'rails', '< 4.0'
12+
gem 'rubyzip', '< 1'
1213
end

0 commit comments

Comments
 (0)