Relax dependency on responders in Gemfile

This commit is contained in:
Pirate Praveen 2019-12-26 23:17:20 +05:30
parent 4e24b40abb
commit 95fd7eae80
2 changed files with 12 additions and 0 deletions

View 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'

View file

@ -14,6 +14,7 @@
0480-embed-gitlab-peek.patch
0482-remove-ee-only-gems.patch
0484-relax-asciidoctor-plantuml.patch
0485-relax-responders.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch