Relax dependency on kubeclient in Gemfile to allow 4.3
This commit is contained in:
parent
97b613afc0
commit
a89de87903
2 changed files with 12 additions and 0 deletions
11
debian/patches/0483-relax-kubeclient.patch
vendored
Normal file
11
debian/patches/0483-relax-kubeclient.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -236,7 +236,7 @@
|
||||||
|
gem 'ruby-fogbugz', '~> 0.2.1'
|
||||||
|
|
||||||
|
# Kubernetes integration
|
||||||
|
-gem 'kubeclient', '~> 4.4'
|
||||||
|
+gem 'kubeclient', '~> 4.3'
|
||||||
|
|
||||||
|
# Sanitize user input
|
||||||
|
gem 'sanitize', '~> 4.6'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -12,6 +12,7 @@
|
||||||
0480-embed-elasticsearch-rails.patch
|
0480-embed-elasticsearch-rails.patch
|
||||||
0480-embed-faraday-middleware-aws-signers-v4.patch
|
0480-embed-faraday-middleware-aws-signers-v4.patch
|
||||||
0482-remove-ee-only-gems.patch
|
0482-remove-ee-only-gems.patch
|
||||||
|
0483-relax-kubeclient.patch
|
||||||
0500-set-webpack-root.patch
|
0500-set-webpack-root.patch
|
||||||
0510-remove-dev-dependencies.patch
|
0510-remove-dev-dependencies.patch
|
||||||
0520-add-system-lib-path-for-webpack.patch
|
0520-add-system-lib-path-for-webpack.patch
|
||||||
|
|
Loading…
Reference in a new issue