Commit b587e0d5 authored by Stan Hu's avatar Stan Hu

Merge branch 'mk-bump-kubeclient' into 'master'

Update kubeclient to 4.9.2

See merge request gitlab-org/gitlab!65807
parents 6fa223ae 630821e5
...@@ -258,7 +258,7 @@ gem 'asana', '~> 0.10.3' ...@@ -258,7 +258,7 @@ gem 'asana', '~> 0.10.3'
gem 'ruby-fogbugz', '~> 0.2.1' gem 'ruby-fogbugz', '~> 0.2.1'
# Kubernetes integration # Kubernetes integration
gem 'kubeclient', '~> 4.9.1' gem 'kubeclient', '~> 4.9.2'
# Sanitize user input # Sanitize user input
gem 'sanitize', '~> 5.2.1' gem 'sanitize', '~> 5.2.1'
......
...@@ -675,9 +675,8 @@ GEM ...@@ -675,9 +675,8 @@ GEM
hana (~> 1.3) hana (~> 1.3)
regexp_parser (~> 1.5) regexp_parser (~> 1.5)
uri_template (~> 0.7) uri_template (~> 0.7)
jsonpath (1.0.5) jsonpath (1.1.0)
multi_json multi_json
to_regexp (~> 0.2.1)
jwt (2.1.0) jwt (2.1.0)
kaminari (1.2.1) kaminari (1.2.1)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
...@@ -699,7 +698,7 @@ GEM ...@@ -699,7 +698,7 @@ GEM
rexml rexml
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0) kramdown (~> 2.0)
kubeclient (4.9.1) kubeclient (4.9.2)
http (>= 3.0, < 5.0) http (>= 3.0, < 5.0)
jsonpath (~> 1.0) jsonpath (~> 1.0)
recursive-open-struct (~> 1.1, >= 1.1.1) recursive-open-struct (~> 1.1, >= 1.1.1)
...@@ -1028,7 +1027,7 @@ GEM ...@@ -1028,7 +1027,7 @@ GEM
re2 (1.2.0) re2 (1.2.0)
recaptcha (4.13.1) recaptcha (4.13.1)
json json
recursive-open-struct (1.1.2) recursive-open-struct (1.1.3)
redis (4.1.4) redis (4.1.4)
redis-actionpack (5.2.0) redis-actionpack (5.2.0)
actionpack (>= 5, < 7) actionpack (>= 5, < 7)
...@@ -1286,7 +1285,6 @@ GEM ...@@ -1286,7 +1285,6 @@ GEM
timecop (0.9.1) timecop (0.9.1)
timeliness (0.3.10) timeliness (0.3.10)
timfel-krb5-auth (0.8.3) timfel-krb5-auth (0.8.3)
to_regexp (0.2.1)
toml (0.2.0) toml (0.2.0)
parslet (~> 1.8.0) parslet (~> 1.8.0)
toml-rb (2.0.1) toml-rb (2.0.1)
...@@ -1536,7 +1534,7 @@ DEPENDENCIES ...@@ -1536,7 +1534,7 @@ DEPENDENCIES
kas-grpc (~> 0.0.2) kas-grpc (~> 0.0.2)
knapsack (~> 1.21.1) knapsack (~> 1.21.1)
kramdown (~> 2.3.1) kramdown (~> 2.3.1)
kubeclient (~> 4.9.1) kubeclient (~> 4.9.2)
lefthook (~> 0.7.0) lefthook (~> 0.7.0)
letter_opener_web (~> 1.4.0) letter_opener_web (~> 1.4.0)
license_finder (~> 6.0) license_finder (~> 6.0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment