Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

k8s-client 0.10.4 #8

Merged
merged 1 commit into from
Jun 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 22 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,50 +2,52 @@ GEM
remote: https://rubygems.org/
specs:
clamp (1.3.0)
concurrent-ruby (1.1.3)
deep_merge (1.2.1)
concurrent-ruby (1.1.6)
diff-lcs (1.3)
dry-configurable (0.7.0)
dry-configurable (0.11.5)
concurrent-ruby (~> 1.0)
dry-container (0.6.0)
dry-core (~> 0.4, >= 0.4.7)
dry-equalizer (~> 0.2)
dry-container (0.7.2)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.7)
dry-core (0.4.9)
concurrent-ruby (~> 1.0)
dry-equalizer (0.3.0)
dry-inflector (0.2.0)
dry-logic (0.6.1)
concurrent-ruby (~> 1.0)
dry-equalizer (0.2.1)
dry-inflector (0.1.2)
dry-logic (0.4.2)
dry-container (~> 0.2, >= 0.2.6)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
dry-struct (0.5.1)
dry-core (~> 0.4, >= 0.4.3)
dry-equalizer (~> 0.2)
dry-types (~> 0.13)
ice_nine (~> 0.11)
dry-types (0.13.3)
dry-types (0.13.4)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer (~> 0.2)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 0.4, >= 0.4.2)
excon (0.62.0)
hashdiff (0.3.7)
excon (0.74.0)
hashdiff (1.0.1)
ice_nine (0.11.2)
jsonpath (0.9.6)
jsonpath (0.9.9)
multi_json
to_regexp (~> 0.2.1)
k8s-client (0.6.3)
deep_merge (~> 1.2.1)
k8s-client (0.10.4)
dry-struct (~> 0.5.0)
excon (~> 0.62.0)
hashdiff (~> 0.3.7)
dry-types (~> 0.13.0)
excon (~> 0.66)
hashdiff (~> 1.0.0)
jsonpath (~> 0.9.5)
recursive-open-struct (~> 1.1.0)
yajl-ruby (~> 1.4.0)
multi_json (1.13.1)
recursive-open-struct (1.1.0)
yaml-safe_load_stream (~> 0.1)
multi_json (1.14.1)
recursive-open-struct (1.1.1)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
Expand All @@ -61,6 +63,7 @@ GEM
rspec-support (3.8.0)
to_regexp (0.2.1)
yajl-ruby (1.4.1)
yaml-safe_load_stream (0.1.1)

PLATFORMS
ruby
Expand Down