Skip to content

Commit 6d90671

Browse files
Bump kubeclient from 4.12.0 to 4.13.0
Bumps [kubeclient](https://github.com/abonas/kubeclient) from 4.12.0 to 4.13.0. - [Release notes](https://github.com/abonas/kubeclient/releases) - [Changelog](https://github.com/ManageIQ/kubeclient/blob/v4.13.0/CHANGELOG.md) - [Commits](ManageIQ/kubeclient@v4.12.0...v4.13.0) --- updated-dependencies: - dependency-name: kubeclient dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86ffcca commit 6d90671

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ gem "responders", github: "heartcombo/responders", branch: "main"
7474
gem "dotenv", "~> 3.1"
7575
gem "image_processing", "~> 1.13"
7676
gem "k8s-ruby", "~> 0.17.2"
77-
gem "kubeclient", "~> 4.12"
77+
gem "kubeclient", "~> 4.13"
7878
gem "light-service", "~> 0.20.0"
7979
gem "octokit", "~> 10.0"
8080
gem "omniauth-digitalocean", "~> 0.3.2"

Gemfile.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ GEM
210210
logger
211211
faraday-net_http (3.4.1)
212212
net-http (>= 0.5.0)
213-
ffi (1.17.0-aarch64-linux-gnu)
214-
ffi (1.17.0-arm-linux-gnu)
215-
ffi (1.17.0-arm64-darwin)
216-
ffi (1.17.0-x86-linux-gnu)
217-
ffi (1.17.0-x86_64-darwin)
218-
ffi (1.17.0-x86_64-linux-gnu)
213+
ffi (1.17.2-aarch64-linux-gnu)
214+
ffi (1.17.2-arm-linux-gnu)
215+
ffi (1.17.2-arm64-darwin)
216+
ffi (1.17.2-x86-linux-gnu)
217+
ffi (1.17.2-x86_64-darwin)
218+
ffi (1.17.2-x86_64-linux-gnu)
219219
ffi-compiler (1.3.2)
220220
ffi (>= 1.15.5)
221221
rake
@@ -246,14 +246,13 @@ GEM
246246
thor (>= 1.0.0)
247247
hashdiff (1.2.0)
248248
hashie (5.0.0)
249-
http (5.2.0)
249+
http (5.3.1)
250250
addressable (~> 2.8)
251-
base64 (~> 0.1)
252251
http-cookie (~> 1.0)
253252
http-form_data (~> 2.2)
254253
llhttp-ffi (~> 0.5.0)
255254
http-accept (1.7.0)
256-
http-cookie (1.0.7)
255+
http-cookie (1.1.0)
257256
domain_name (~> 0.5)
258257
http-form_data (2.3.0)
259258
httparty (0.23.1)
@@ -299,7 +298,7 @@ GEM
299298
recursive-open-struct (~> 1.1, >= 1.1.3)
300299
yajl-ruby (~> 1.4)
301300
yaml-safe_load_stream3
302-
kubeclient (4.12.0)
301+
kubeclient (4.13.0)
303302
http (>= 3.0, < 6.0)
304303
jsonpath (~> 1.0)
305304
recursive-open-struct (~> 1.1, >= 1.1.1)
@@ -308,7 +307,7 @@ GEM
308307
light-service (0.20.0)
309308
activesupport (>= 5.0, < 9.0)
310309
lint_roller (1.1.0)
311-
llhttp-ffi (0.5.0)
310+
llhttp-ffi (0.5.1)
312311
ffi-compiler (~> 1.0)
313312
rake (~> 13.0)
314313
logger (1.7.0)
@@ -325,9 +324,10 @@ GEM
325324
meta-tags (2.22.1)
326325
actionpack (>= 6.0.0, < 8.1)
327326
method_source (1.1.0)
328-
mime-types (3.5.2)
329-
mime-types-data (~> 3.2015)
330-
mime-types-data (3.2024.0903)
327+
mime-types (3.7.0)
328+
logger
329+
mime-types-data (~> 3.2025, >= 3.2025.0507)
330+
mime-types-data (3.2025.0924)
331331
mini_magick (4.13.2)
332332
mini_mime (1.1.5)
333333
mini_portile2 (2.8.9)
@@ -399,7 +399,7 @@ GEM
399399
actionpack (>= 4.2)
400400
omniauth (~> 2.0)
401401
orm_adapter (0.5.0)
402-
ostruct (0.6.2)
402+
ostruct (0.6.3)
403403
pagy (9.4.0)
404404
parallel (1.27.0)
405405
parser (3.3.9.0)
@@ -672,7 +672,7 @@ DEPENDENCIES
672672
jbuilder
673673
jsbundling-rails
674674
k8s-ruby (~> 0.17.2)
675-
kubeclient (~> 4.12)
675+
kubeclient (~> 4.13)
676676
light-service (~> 0.20.0)
677677
name_of_person!
678678
noticed (~> 2.9)

0 commit comments

Comments
 (0)