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:
authorTiger <twatson@gitlab.com>2019-09-09 10:02:34 +0300
committerTiger <twatson@gitlab.com>2019-09-09 10:05:19 +0300
commite818c98e36edbcbb7ff17f348aaf05535857a14f (patch)
tree37355c3706fbae1597093cfe13a0bb0db0aacb30 /Gemfile
parent8df0fe54cad2bab09feb2c97c098ca23796824fd (diff)
Bump Kubeclient to 4.4.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9f9d8f487fe..ac848cce5e8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -234,7 +234,7 @@ gem 'asana', '~> 0.8.1'
gem 'ruby-fogbugz', '~> 0.2.1'
# Kubernetes integration
-gem 'kubeclient', '~> 4.2.2'
+gem 'kubeclient', '~> 4.4.0'
# Sanitize user input
gem 'sanitize', '~> 4.6'