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:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-05-29 13:38:36 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-05-29 13:45:19 +0300
commit5d492861883d5c8a85808cfc2759defc1e084ba5 (patch)
treef978831e72d9e072c089ea7bc28400039701e06e /Gemfile
parentc5adf04cd69035a7a1737df8c2303bc228ea4089 (diff)
Bumps kubeclient gem version to 3.1.0
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b6b82bad8a4..e8ee68c1163 100644
--- a/Gemfile
+++ b/Gemfile
@@ -219,7 +219,7 @@ gem 'asana', '~> 0.6.0'
gem 'ruby-fogbugz', '~> 0.2.1'
# Kubernetes integration
-gem 'kubeclient', '~> 3.0'
+gem 'kubeclient', '~> 3.1.0'
# Sanitize user input
gem 'sanitize', '~> 2.0'