Relax kubeclient dependency

This commit is contained in:
Pirate Praveen 2018-03-23 15:20:11 +05:30
parent b37e927d55
commit 9065a49551
3 changed files with 13 additions and 1 deletions

2
debian/control vendored
View file

@ -179,7 +179,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
# FogBugz integration
ruby-fogbugz (>= 0.2.1-3~),
# Kubernetes integration
ruby-kubeclient (>= 2.2~),
ruby-kubeclient (>= 3.0~),
# d3
ruby-d3-rails (>= 3.5~),
# Sanitize user input

View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -208,7 +208,7 @@
gem 'ruby-fogbugz', '~> 0.2.1'
# Kubernetes integration
-gem 'kubeclient', '~> 2.2'
+gem 'kubeclient', '~> 3.0'
# d3
gem 'd3_rails', '~> 3.5'

View file

@ -20,6 +20,7 @@ pid-log-paths.patch
0390-relax-gitaly-proto.patch
0391-relax-google-protobuf.patch
0392-relax-flipper.patch
0393-relax-kubeclient.patch
0410-set-webpack-root.patch
0415-remove-dev-dependencies.patch
0420-use-system-node-libs.patch