diff options
author | Thong Kuah <tkuah@gitlab.com> | 2018-11-21 19:14:44 +1300 |
---|---|---|
committer | Thong Kuah <tkuah@gitlab.com> | 2018-11-27 10:52:10 +1300 |
commit | 685218c4230f3eb75278b16f00544b7adaf5e596 (patch) | |
tree | 38152fb2490a397af6206e3e1ea238aaf9d73cc1 /Gemfile | |
parent | deaf3af7e5f357f3e8d91f7f2d49ad3ce001ba68 (diff) | |
download | gitlab-ce-685218c4230f3eb75278b16f00544b7adaf5e596.tar.gz |
Upgrade kubeclient to 4.0.0
Bumps kubeclient and its dependencies from 3.1.0 to 4.0.0.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -235,7 +235,7 @@ gem 'asana', '~> 0.8.1' gem 'ruby-fogbugz', '~> 0.2.1' # Kubernetes integration -gem 'kubeclient', '~> 3.1.0' +gem 'kubeclient', '~> 4.0.0' # Sanitize user input gem 'sanitize', '~> 4.6' |