Skip to content

Commit

Permalink
Merge pull request #107 from wcamarao/fix
Browse files Browse the repository at this point in the history
Lock rubyzip to 0-9-x-stable
  • Loading branch information
maxdemarzi committed Aug 29, 2013
2 parents b7985ae + 2b98eba commit 2926a43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neography.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |s|
s.add_dependency "rake", ">= 0.8.7"
s.add_dependency "json", ">= 1.7.7"
s.add_dependency "os", ">= 0.9.6"
s.add_dependency "rubyzip", ">= 0.9.7"
s.add_dependency "rubyzip", "~> 0.9.7"
s.add_dependency "multi_json", ">= 1.3.2"
end

0 comments on commit 2926a43

Please sign in to comment.