From 0b7871e11658a2d517612f4ccee2c44a2b3ec356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 21:06:18 +0000 Subject: [PATCH] Bump kubeclient from 4.9.1 to 4.9.3 Bumps [kubeclient](https://github.com/abonas/kubeclient) from 4.9.1 to 4.9.3. - [Release notes](https://github.com/abonas/kubeclient/releases) - [Changelog](https://github.com/ManageIQ/kubeclient/blob/master/CHANGELOG.md) - [Commits](https://github.com/abonas/kubeclient/compare/v4.9.1...v4.9.3) --- updated-dependencies: - dependency-name: kubeclient dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 24 +++++++++++------------- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 1a46f0399c7..46bb8d6bded 100644 --- a/Gemfile +++ b/Gemfile @@ -262,7 +262,7 @@ gem 'asana', '~> 0.10.3' gem 'ruby-fogbugz', '~> 0.2.1' # Kubernetes integration -gem 'kubeclient', '~> 4.9.1' +gem 'kubeclient', '~> 4.9.3' # Sanitize user input gem 'sanitize', '~> 5.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index d5d700e4721..9ef1e07d6a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -352,7 +352,7 @@ GEM fast_blank (1.0.0) fast_gettext (1.6.0) ffaker (2.10.0) - ffi (1.13.1) + ffi (1.15.5) ffi-compiler (1.0.1) ffi (>= 1.0.0) rake @@ -599,10 +599,10 @@ GEM 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.3.0) - http-parser (1.2.1) + http-parser (1.2.3) ffi-compiler (>= 1.0, < 2.0) httparty (0.16.4) mime-types (~> 3.0) @@ -641,9 +641,8 @@ GEM hana (~> 1.3) regexp_parser (~> 1.5) uri_template (~> 0.7) - jsonpath (1.0.5) + jsonpath (1.1.0) multi_json - to_regexp (~> 0.2.1) jwt (2.1.0) kaminari (1.2.1) activesupport (>= 4.1.0) @@ -664,7 +663,7 @@ GEM rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - kubeclient (4.9.1) + kubeclient (4.9.3) http (>= 3.0, < 5.0) jsonpath (~> 1.0) recursive-open-struct (~> 1.1, >= 1.1.1) @@ -719,9 +718,9 @@ GEM thread_safe (~> 0.3, >= 0.3.1) memory_profiler (0.9.14) method_source (1.0.0) - mime-types (3.3.1) + mime-types (3.4.1) mime-types-data (~> 3.2015) - mime-types-data (3.2020.0512) + mime-types-data (3.2022.0105) mimemagic (0.3.5) mini_histogram (0.3.1) mini_magick (4.10.1) @@ -978,7 +977,7 @@ GEM thor (>= 0.20.3, < 2.0) rainbow (3.0.0) raindrops (0.19.1) - rake (13.0.3) + rake (13.0.6) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -993,7 +992,7 @@ GEM re2 (1.2.0) recaptcha (4.13.1) json - recursive-open-struct (1.1.2) + recursive-open-struct (1.1.3) redis (4.1.3) redis-actionpack (5.2.0) actionpack (>= 5, < 7) @@ -1224,7 +1223,6 @@ GEM timecop (0.9.1) timeliness (0.3.10) timfel-krb5-auth (0.8.3) - to_regexp (0.2.1) toml (0.2.0) parslet (~> 1.8.0) toml-rb (1.0.0) @@ -1249,7 +1247,7 @@ GEM uber (0.1.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.7) + unf_ext (0.0.8.1) unicode-display_width (1.7.0) unicode_utils (1.4.0) unicorn (5.5.5) @@ -1462,7 +1460,7 @@ DEPENDENCIES kaminari (~> 1.0) knapsack (~> 1.17) kramdown (~> 2.3.0) - kubeclient (~> 4.9.1) + kubeclient (~> 4.9.3) lefthook (~> 0.7) letter_opener_web (~> 1.3.4) license_finder (~> 6.0)