Relax dependency on responders in Gemfile
This commit is contained in:
parent
4e24b40abb
commit
95fd7eae80
2 changed files with 12 additions and 0 deletions
11
debian/patches/0485-relax-responders.patch
vendored
Normal file
11
debian/patches/0485-relax-responders.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/Gemfile
|
||||||
|
+++ b/Gemfile
|
||||||
|
@@ -8,7 +8,7 @@
|
||||||
|
gem 'nakayoshi_fork', '~> 0.0.4'
|
||||||
|
|
||||||
|
# Responders respond_to and respond_with
|
||||||
|
-gem 'responders', '~> 3.0'
|
||||||
|
+gem 'responders', '~> 2.0'
|
||||||
|
|
||||||
|
gem 'sprockets', '~> 3.7'
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -14,6 +14,7 @@
|
||||||
0480-embed-gitlab-peek.patch
|
0480-embed-gitlab-peek.patch
|
||||||
0482-remove-ee-only-gems.patch
|
0482-remove-ee-only-gems.patch
|
||||||
0484-relax-asciidoctor-plantuml.patch
|
0484-relax-asciidoctor-plantuml.patch
|
||||||
|
0485-relax-responders.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