Skip to content

Commit

Permalink
Updating rubyzip requirement to be a bit more flexible
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfish committed Nov 8, 2013
1 parent 0d01041 commit 8d66c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency "ocunit2junit", ["= 1.2"]
s.add_runtime_dependency "calabash-cucumber"
s.add_runtime_dependency "redcarpet"
s.add_runtime_dependency "rubyzip", ["= 1.1.0"]
s.add_runtime_dependency "rubyzip", [">= 1.0.0"]
end

0 comments on commit 8d66c82

Please sign in to comment.