Skip to content

Commit

Permalink
Bump kubeclient from 4.11.0 to 4.12.0 (#395)
Browse files Browse the repository at this point in the history
Bumps [kubeclient](https://github.com/abonas/kubeclient) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/abonas/kubeclient/releases)
- [Changelog](https://github.com/ManageIQ/kubeclient/blob/v4.12.0/CHANGELOG.md)
- [Commits](ManageIQ/kubeclient@v4.11.0...v4.12.0)

---
updated-dependencies:
- dependency-name: kubeclient
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcin Ciszak <marcin.ciszak@appvia.io>
  • Loading branch information
dependabot[bot] and marcinc authored Nov 11, 2024
1 parent 8f227b7 commit 9c1c047
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ GEM
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
domain_name (0.6.20240107)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
Expand All @@ -59,20 +58,21 @@ GEM
faraday (>= 1, < 3)
faraday-net_http (3.0.2)
ffi (1.17.0)
ffi-compiler (1.0.1)
ffi (>= 1.0.0)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
forwardable-extended (2.6.0)
google-protobuf (3.25.5)
hashie (5.0.0)
highline (2.0.3)
http (5.1.1)
http (5.2.0)
addressable (~> 2.8)
base64 (~> 0.1)
http-cookie (~> 1.0)
http-form_data (~> 2.2)
llhttp-ffi (~> 0.4.0)
llhttp-ffi (~> 0.5.0)
http-accept (1.7.0)
http-cookie (1.0.5)
http-cookie (1.0.7)
domain_name (~> 0.5)
http-form_data (2.3.0)
http_parser.rb (0.8.0)
Expand Down Expand Up @@ -106,13 +106,13 @@ GEM
bindata
faraday (~> 2.0)
faraday-follow_redirects
jsonpath (1.1.2)
jsonpath (1.1.5)
multi_json
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
kubeclient (4.11.0)
kubeclient (4.12.0)
http (>= 3.0, < 6.0)
jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1)
Expand All @@ -122,16 +122,18 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
llhttp-ffi (0.4.0)
llhttp-ffi (0.5.0)
ffi-compiler (~> 1.0)
rake (~> 13.0)
logger (1.6.1)
mail (2.7.1)
mini_mime (>= 0.1.1)
memoist (0.16.2)
mercenary (0.4.0)
mime-types (3.4.1)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mime-types-data (3.2024.1105)
mini_mime (1.1.2)
minitest (5.25.1)
multi_json (1.15.0)
Expand All @@ -149,6 +151,7 @@ GEM
tzinfo
validate_url
webfinger (~> 2.0)
ostruct (0.6.1)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -176,7 +179,8 @@ GEM
ffi (~> 1.0)
rdoc (6.5.1.1)
psych (>= 4.0.0)
recursive-open-struct (1.1.3)
recursive-open-struct (1.3.1)
ostruct
redis (4.4.0)
redisgraph (2.0.3)
redis (~> 4)
Expand Down Expand Up @@ -243,9 +247,6 @@ GEM
power_assert
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.6.0)
validate_url (1.0.15)
activemodel (>= 3.0.0)
Expand Down

0 comments on commit 9c1c047

Please sign in to comment.