From 9d11dc0ee2e0afcf83c2560ddd0f9078d092ed6b Mon Sep 17 00:00:00 2001 From: Kimmo Lehto Date: Mon, 30 Sep 2019 08:13:51 +0300 Subject: [PATCH] Update k8s-client to 0.10.4 (#108) --- Gemfile.lock | 20 ++++++++++---------- kontena-mortar.gemspec | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 76df3cf..0416ac5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ PATH kontena-mortar (0.4.2) clamp (~> 1.3) deep_merge (~> 1.2) - k8s-client (~> 0.10.1) + k8s-client (~> 0.10.4) pastel (~> 0.7.2) rouge (~> 3.2) tty-table (~> 0.10.0) @@ -13,17 +13,17 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.0) - clamp (1.3.0) + clamp (1.3.1) concurrent-ruby (1.1.5) deep_merge (1.2.1) diff-lcs (1.3) dry-configurable (0.8.3) concurrent-ruby (~> 1.0) dry-core (~> 0.4, >= 0.4.7) - dry-container (0.7.0) + dry-container (0.7.2) concurrent-ruby (~> 1.0) dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.4.7) + dry-core (0.4.9) concurrent-ruby (~> 1.0) dry-equalizer (0.2.2) dry-inflector (0.1.2) @@ -44,18 +44,18 @@ GEM dry-inflector (~> 0.1, >= 0.1.2) dry-logic (~> 0.4, >= 0.4.2) equatable (0.5.0) - excon (0.62.0) - hashdiff (0.3.9) + excon (0.67.0) + hashdiff (1.0.0) ice_nine (0.11.2) jaro_winkler (1.5.2) jsonpath (0.9.9) multi_json to_regexp (~> 0.2.1) - k8s-client (0.10.1) + k8s-client (0.10.4) dry-struct (~> 0.5.0) dry-types (~> 0.13.0) - excon (~> 0.62.0) - hashdiff (~> 0.3.7) + excon (~> 0.66) + hashdiff (~> 1.0.0) jsonpath (~> 0.9.5) recursive-open-struct (~> 1.1.0) yajl-ruby (~> 1.4.0) @@ -72,7 +72,7 @@ GEM rainbow (3.0.0) rake (10.5.0) recursive-open-struct (1.1.0) - rouge (3.3.0) + rouge (3.11.0) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) diff --git a/kontena-mortar.gemspec b/kontena-mortar.gemspec index ddec013..40e8542 100644 --- a/kontena-mortar.gemspec +++ b/kontena-mortar.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |spec| spec.post_install_message = "To install shell auto-completions, use:\n mortar install-completions" spec.add_runtime_dependency "clamp", "~> 1.3" - spec.add_runtime_dependency "k8s-client", "~> 0.10.1" + spec.add_runtime_dependency "k8s-client", "~> 0.10.4" spec.add_runtime_dependency "rouge", "~> 3.2" spec.add_runtime_dependency "deep_merge", "~> 1.2" spec.add_runtime_dependency "pastel", "~> 0.7.2"