Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
pin rubyzip to at least 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leif Gensert committed Feb 5, 2014
1 parent 094fdc0 commit 0b1667d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executrix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'json'
gem.add_dependency 'nori', '< 2.4'
gem.add_dependency 'nokogiri', '< 1.7'
gem.add_dependency 'rubyzip', '< 1.2'
gem.add_dependency 'rubyzip', '>= 1.0' ,'< 1.2'
gem.add_development_dependency 'rspec', '< 2.15'
gem.add_development_dependency 'webmock', '< 1.18'
if RUBY_ENGINE == 'rbx'
Expand Down

0 comments on commit 0b1667d

Please sign in to comment.