Skip to content

Commit

Permalink
update rubyzip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Dec 31, 2013
1 parent 72eea12 commit 7755ecc
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 @@ -28,6 +28,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", "~> 1.0.0"
s.add_dependency "rubyzip", ">= 1.0.0"
s.add_dependency "multi_json", ">= 1.3.2"
end

0 comments on commit 7755ecc

Please sign in to comment.