Skip to content

Commit

Permalink
Updates dependency on zookeeper gem to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malmckay committed Sep 27, 2021
1 parent dbcfd7e commit 63c5370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = %q{A high-level wrapper around the zookeeper driver}
s.description = s.summary + "\n"

s.add_runtime_dependency 'zookeeper', '~> 1.4.0'
s.add_runtime_dependency 'zookeeper', '~> 1.5.0'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 63c5370

Please sign in to comment.