Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-11-21 09:14:44 +0300
committerThong Kuah <tkuah@gitlab.com>2018-11-27 00:52:10 +0300
commit685218c4230f3eb75278b16f00544b7adaf5e596 (patch)
tree38152fb2490a397af6206e3e1ea238aaf9d73cc1 /Gemfile
parentdeaf3af7e5f357f3e8d91f7f2d49ad3ce001ba68 (diff)
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'