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 Nov 4, 2013
1 parent d976f55 commit b305125
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 @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|
gem.add_dependency 'rake'
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.16'
end

0 comments on commit b305125

Please sign in to comment.