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

Commit

Permalink
Merge pull request #10 from NikoRoberts/patch-1
Browse files Browse the repository at this point in the history
rubyzip 0.9.x is not compatible
  • Loading branch information
mattt committed Mar 26, 2014
2 parents e65610e + 31a7a35 commit 0695865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dubai.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_dependency "commander", "~> 4.1"
s.add_dependency "terminal-table", "~> 1.4"
s.add_dependency "sinatra", "~> 1.3"
s.add_dependency "rubyzip"
s.add_dependency "rubyzip", "~> 1.0"

s.add_development_dependency "rspec"
s.add_development_dependency "rake"
Expand Down

0 comments on commit 0695865

Please sign in to comment.