Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

bump k8s-client to 0.6.4 #87

Merged
merged 1 commit into from
Dec 18, 2018
Merged
Show file tree
Hide file tree
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
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
kontena-mortar (0.3.0)
clamp (~> 1.3)
deep_merge (~> 1.2)
k8s-client (~> 0.6.2)
k8s-client (~> 0.6.4)
pastel (~> 0.7.2)
rouge (~> 3.2)
tty-table (~> 0.10.0)
Expand All @@ -14,7 +14,7 @@ GEM
specs:
ast (2.4.0)
clamp (1.3.0)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.4)
deep_merge (1.2.1)
diff-lcs (1.3)
dry-configurable (0.7.0)
Expand All @@ -35,7 +35,7 @@ GEM
dry-equalizer (~> 0.2)
dry-types (~> 0.13)
ice_nine (~> 0.11)
dry-types (0.13.2)
dry-types (0.13.3)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4)
Expand All @@ -47,16 +47,17 @@ GEM
hashdiff (0.3.7)
ice_nine (0.11.2)
jaro_winkler (1.5.1)
jsonpath (0.9.6)
jsonpath (0.9.8)
multi_json
to_regexp (~> 0.2.1)
k8s-client (0.6.2)
k8s-client (0.6.4)
deep_merge (~> 1.2.1)
dry-struct (~> 0.5.0)
excon (~> 0.62.0)
hashdiff (~> 0.3.7)
jsonpath (~> 0.9.5)
recursive-open-struct (~> 1.1.0)
yajl-ruby (~> 1.4.0)
multi_json (1.13.1)
necromancer (0.4.0)
parallel (1.12.1)
Expand Down Expand Up @@ -108,6 +109,7 @@ GEM
tty-screen (~> 0.6.4)
unicode-display_width (1.4.0)
unicode_utils (1.4.0)
yajl-ruby (1.4.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion kontena-mortar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.post_install_message = "To install shell auto-completions, use:\n mortar install-completions"

spec.add_runtime_dependency "clamp", "~> 1.3"
spec.add_runtime_dependency "k8s-client", "~> 0.6.2"
spec.add_runtime_dependency "k8s-client", "~> 0.6.4"
spec.add_runtime_dependency "rouge", "~> 3.2"
spec.add_runtime_dependency "deep_merge", "~> 1.2"
spec.add_runtime_dependency "pastel", "~> 0.7.2"
Expand Down