diff --git a/Gemfile.lock b/Gemfile.lock index d077c197..dd07da49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,41 +5,37 @@ PATH bunny (= 1.1.0) etcd (~> 0.2.3) json - zk (~> 1.9.2) + zk (~> 1.10) GEM remote: https://rubygems.org/ specs: - activesupport (4.2.0) - i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) - amq-protocol (1.9.2) + activesupport (6.1.7.6) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) + amq-protocol (2.3.2) bunny (1.1.0) amq-protocol (>= 1.9.2) - coderay (1.1.0) - diff-lcs (1.2.5) + coderay (1.1.3) + concurrent-ruby (1.2.3) + diff-lcs (1.5.1) etcd (0.2.4) mixlib-log - factory_girl (4.5.0) + factory_girl (4.9.0) activesupport (>= 3.0.0) - i18n (0.7.0) - json (1.8.2) - little-plugger (1.1.3) - logging (1.8.2) - little-plugger (>= 1.1.3) - multi_json (>= 1.8.4) - method_source (0.8.2) - minitest (5.5.1) - mixlib-log (1.6.0) - multi_json (1.11.2) - pry (0.10.1) - coderay (~> 1.1.0) - method_source (~> 0.8.1) - slop (~> 3.4) - rake (10.1.1) + i18n (1.14.1) + concurrent-ruby (~> 1.0) + json (2.7.1) + method_source (1.0.0) + minitest (5.15.0) + mixlib-log (3.0.9) + pry (0.14.2) + coderay (~> 1.1) + method_source (~> 1.0) + rake (13.1.0) rspec (3.1.0) rspec-core (~> 3.1.0) rspec-expectations (~> 3.1.0) @@ -52,14 +48,12 @@ GEM rspec-mocks (3.1.3) rspec-support (~> 3.1.0) rspec-support (3.1.2) - slop (3.6.0) - thread_safe (0.3.4) - tzinfo (1.2.2) - thread_safe (~> 0.1) - zk (1.9.5) - logging (~> 1.8.2) - zookeeper (~> 1.4.0) - zookeeper (1.4.10) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) + zeitwerk (2.6.13) + zk (1.10.0) + zookeeper (~> 1.5.0) + zookeeper (1.5.5) PLATFORMS ruby @@ -72,4 +66,4 @@ DEPENDENCIES rspec (~> 3.1.0) BUNDLED WITH - 1.10.5 + 2.3.27 diff --git a/nerve.gemspec b/nerve.gemspec index 6b9b0451..82902d24 100644 --- a/nerve.gemspec +++ b/nerve.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |gem| gem.require_paths = ["lib"] gem.add_runtime_dependency "json" - gem.add_runtime_dependency "zk", "~> 1.9.2" + gem.add_runtime_dependency "zk", "~> 1.10" gem.add_runtime_dependency "bunny", "= 1.1.0" gem.add_runtime_dependency "etcd", "~> 0.2.3"