From 92f369a1b57e77c8a71d359b65204217a34bc86a Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Fri, 11 Jan 2019 16:38:28 +0200 Subject: [PATCH] k8s-client v0.8.1 (#972) --- Gemfile.lock | 6 +++--- pharos-cluster.gemspec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9c2a9606b..c1f04cf75 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ PATH ed25519 (= 1.2.4) excon (~> 0.62.0) fugit (~> 1.1.2) - k8s-client (~> 0.8.0) + k8s-client (~> 0.8.1) net-ssh (= 5.1.0) net-ssh-gateway (= 2.0.0) pastel @@ -74,7 +74,7 @@ GEM jsonpath (0.9.9) multi_json to_regexp (~> 0.2.1) - k8s-client (0.8.0) + k8s-client (0.8.1) dry-struct (~> 0.5.0) excon (~> 0.62.0) hashdiff (~> 0.3.7) @@ -141,7 +141,7 @@ GEM unicode-display_width (1.4.0) wisper (2.0.0) yajl-ruby (1.4.1) - yaml-safe_load_stream (0.1.0) + yaml-safe_load_stream (0.1.1) PLATFORMS ruby diff --git a/pharos-cluster.gemspec b/pharos-cluster.gemspec index fc3ae482e..5355408f1 100644 --- a/pharos-cluster.gemspec +++ b/pharos-cluster.gemspec @@ -39,7 +39,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency "fugit", "~> 1.1.2" spec.add_runtime_dependency "rouge", "~> 3.1" spec.add_runtime_dependency "tty-prompt", "~> 0.16" - spec.add_runtime_dependency "k8s-client", "~> 0.8.0" + spec.add_runtime_dependency "k8s-client", "~> 0.8.1" spec.add_runtime_dependency "excon", "~> 0.62.0" spec.add_development_dependency "bundler"