Relax kubeclient dependency
This commit is contained in:
parent
b37e927d55
commit
9065a49551
3 changed files with 13 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -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
|
||||
|
|
11
debian/patches/0393-relax-kubeclient.patch
vendored
Normal file
11
debian/patches/0393-relax-kubeclient.patch
vendored
Normal 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue