Relax dependency on grape-entity

This commit is contained in:
Pirate Praveen 2018-04-04 22:27:21 +05:30
parent cf216f886d
commit 8c2127108b
2 changed files with 12 additions and 0 deletions

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

View file

@ -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