Skip to content

Commit

Permalink
bump zookeeper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
slyphon committed Dec 20, 2012
1 parent 4104d62 commit 1daa753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = %q{A high-level wrapper around the zookeeper driver} s.summary = %q{A high-level wrapper around the zookeeper driver}
s.description = s.summary + "\n" s.description = s.summary + "\n"


s.add_runtime_dependency 'zookeeper', '~> 1.3.0' s.add_runtime_dependency 'zookeeper', '~> 1.4.0'
s.add_runtime_dependency 'logging', '~> 1.7.2' s.add_runtime_dependency 'logging', '~> 1.7.2'


s.files = `git ls-files`.split("\n") s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit 1daa753

Please sign in to comment.