Relax dependency on grape-entity
This commit is contained in:
parent
cf216f886d
commit
8c2127108b
2 changed files with 12 additions and 0 deletions
11
debian/patches/0395-relax-grape-entity.patch
vendored
Normal file
11
debian/patches/0395-relax-grape-entity.patch
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/Gemfile
|
||||
+++ b/Gemfile
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
# API
|
||||
gem 'grape', '~> 1.0'
|
||||
-gem 'grape-entity', '~> 0.6.0'
|
||||
+gem 'grape-entity', '~> 0.7.1'
|
||||
gem 'rack-cors', '~> 1.0', require: 'rack/cors'
|
||||
|
||||
# Disable strong_params so that Mash does not respond to :permitted?
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -20,6 +20,7 @@ pid-log-paths.patch
|
|||
0392-relax-flipper.patch
|
||||
0393-relax-kubeclient.patch
|
||||
0394-relax-grpc.patch
|
||||
0395-relax-grape-entity.patch
|
||||
0410-set-webpack-root.patch
|
||||
0415-remove-dev-dependencies.patch
|
||||
0420-use-system-node-libs.patch
|
||||
|
|
Loading…
Reference in a new issue