summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-11-21 19:14:44 +1300
committerThong Kuah <tkuah@gitlab.com>2018-11-27 10:52:10 +1300
commit685218c4230f3eb75278b16f00544b7adaf5e596 (patch)
tree38152fb2490a397af6206e3e1ea238aaf9d73cc1 /Gemfile
parentdeaf3af7e5f357f3e8d91f7f2d49ad3ce001ba68 (diff)
downloadgitlab-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3fa1989afb9..aa6f39f5968 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'