diff --git a/infra/build/developer-tools/build/data/Gemfile b/infra/build/developer-tools/build/data/Gemfile index ee92ff23104..7461e0697fd 100644 --- a/infra/build/developer-tools/build/data/Gemfile +++ b/infra/build/developer-tools/build/data/Gemfile @@ -14,7 +14,7 @@ source 'https://rubygems.org/' do gem "kitchen-terraform", "~> 5.8" - gem "kubeclient", "~> 4.0" + gem "kubeclient", "~> 4.9" gem "rest-client", "~> 2.0" gem 'nokogiri', '~> 1.13' end diff --git a/infra/build/developer-tools/build/data/Gemfile.lock b/infra/build/developer-tools/build/data/Gemfile.lock index eb2762cdddc..06af6ca6aba 100644 --- a/infra/build/developer-tools/build/data/Gemfile.lock +++ b/infra/build/developer-tools/build/data/Gemfile.lock @@ -195,7 +195,7 @@ GEM docker-api (2.0.0) excon (>= 0.47.0) multi_json - domain_name (0.5.20180417) + domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dry-configurable (0.11.6) concurrent-ruby (~> 1.0) @@ -238,7 +238,7 @@ GEM http-cookie (~> 1.0.0) faraday_middleware (1.0.0) faraday (~> 1.0) - ffi (1.11.1) + ffi (1.15.5) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -266,16 +266,16 @@ GEM builder (>= 2.1.2) hana (1.3.6) hashie (3.6.0) - http (4.2.0) + http (4.4.1) addressable (~> 2.3) http-cookie (~> 1.0) - http-form_data (~> 2.0) + http-form_data (~> 2.2) http-parser (~> 1.2.0) http-accept (1.7.0) - http-cookie (1.0.3) + http-cookie (1.0.4) domain_name (~> 0.5) - http-form_data (2.1.1) - http-parser (1.2.1) + http-form_data (2.3.0) + http-parser (1.2.3) ffi-compiler (>= 1.0, < 2.0) httpclient (2.8.3) i18n (1.8.5) @@ -318,6 +318,8 @@ GEM hana (~> 1.3) regexp_parser (~> 1.5) uri_template (~> 0.7) + jsonpath (1.1.0) + multi_json jwt (2.2.2) kitchen-terraform (5.8.0) delegate (~> 0.1.0) @@ -327,9 +329,10 @@ GEM mixlib-shellout (~> 3.0) test-kitchen (~> 2.1) tty-which (~> 0.4.0) - kubeclient (4.5.0) + kubeclient (4.9.3) http (>= 3.0, < 5.0) - recursive-open-struct (~> 1.0, >= 1.0.4) + jsonpath (~> 1.0) + recursive-open-struct (~> 1.1, >= 1.1.1) rest-client (~> 2.0) libyajl2 (1.2.0) license-acceptance (2.1.2) @@ -343,9 +346,9 @@ GEM multi_json (~> 1.14) memoist (0.16.2) method_source (1.0.0) - mime-types (3.2.2) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) + mime-types-data (3.2022.0105) mini_mime (1.0.2) mini_portile2 (2.8.0) minitest (5.14.2) @@ -390,8 +393,8 @@ GEM method_source (~> 1.0) public_suffix (4.0.6) racc (1.6.0) - rake (13.0.0) - recursive-open-struct (1.1.0) + rake (13.0.6) + recursive-open-struct (1.1.3) regexp_parser (1.8.2) representable (3.0.4) declarative (< 0.1.0) @@ -549,7 +552,7 @@ GEM uber (0.1.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.2) + unf_ext (0.0.8.1) unicode-display_width (1.7.0) unicode_utils (1.4.0) uri_template (0.7.0) @@ -578,7 +581,7 @@ PLATFORMS DEPENDENCIES kitchen-terraform (~> 5.8)! - kubeclient (~> 4.0)! + kubeclient (~> 4.9)! nokogiri (~> 1.13)! rest-client (~> 2.0)!