Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 388f732

Browse files
build(deps): bump kubeclient from 4.5.0 to 4.8.0 (cloudfoundry#1722)
Bumps [kubeclient](https://github.com/abonas/kubeclient) from 4.5.0 to 4.8.0. - [Release notes](https://github.com/abonas/kubeclient/releases) - [Changelog](https://github.com/abonas/kubeclient/blob/master/CHANGELOG.md) - [Commits](ManageIQ/kubeclient@v4.5.0...v4.8.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [finishes #173641081]
1 parent 44530dc commit 388f732

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

Gemfile.lock

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ GEM
133133
activesupport (>= 3.0, < 6.1)
134134
diff-lcs (1.4.4)
135135
docile (1.1.5)
136-
domain_name (0.5.20180417)
136+
domain_name (0.5.20190701)
137137
unf (>= 0.0.5, < 1.0.0)
138138
e2mmap (0.1.0)
139139
em-http-request (1.1.6)
@@ -227,15 +227,15 @@ GEM
227227
google-protobuf (~> 3.1)
228228
googleapis-common-protos-types (~> 1.0.0)
229229
hashdiff (0.3.8)
230-
http (4.2.0)
230+
http (4.4.1)
231231
addressable (~> 2.3)
232232
http-cookie (~> 1.0)
233-
http-form_data (~> 2.0)
233+
http-form_data (~> 2.2)
234234
http-parser (~> 1.2.0)
235235
http-accept (1.7.0)
236236
http-cookie (1.0.3)
237237
domain_name (~> 0.5)
238-
http-form_data (2.1.1)
238+
http-form_data (2.3.0)
239239
http-parser (1.2.1)
240240
ffi-compiler (>= 1.0, < 2.0)
241241
http_parser.rb (0.6.0)
@@ -249,10 +249,14 @@ GEM
249249
json-schema (2.8.0)
250250
addressable (>= 2.4)
251251
json_pure (2.3.1)
252+
jsonpath (1.0.5)
253+
multi_json
254+
to_regexp (~> 0.2.1)
252255
jwt (2.2.1)
253-
kubeclient (4.5.0)
256+
kubeclient (4.8.0)
254257
http (>= 3.0, < 5.0)
255-
recursive-open-struct (~> 1.0, >= 1.0.4)
258+
jsonpath (~> 1.0)
259+
recursive-open-struct (~> 1.1, >= 1.1.1)
256260
rest-client (~> 2.0)
257261
listen (3.2.1)
258262
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -338,7 +342,7 @@ GEM
338342
rb-fsevent (0.10.4)
339343
rb-inotify (0.10.1)
340344
ffi (~> 1.0)
341-
recursive-open-struct (1.1.0)
345+
recursive-open-struct (1.1.2)
342346
representable (3.0.4)
343347
declarative (< 0.1.0)
344348
declarative-option (< 0.2.0)
@@ -464,12 +468,13 @@ GEM
464468
tilt (2.0.10)
465469
timecop (0.9.1)
466470
timeliness (0.3.10)
471+
to_regexp (0.2.1)
467472
tzinfo (1.2.7)
468473
thread_safe (~> 0.1)
469474
uber (0.1.0)
470475
unf (0.1.4)
471476
unf_ext
472-
unf_ext (0.0.7.5)
477+
unf_ext (0.0.7.7)
473478
unicode-display_width (1.6.1)
474479
vhd (0.0.4)
475480
bit-struct

0 commit comments

Comments
 (0)