Relax ruby-rack-cors version in Gemfile

This commit is contained in:
Pirate Praveen 2020-02-20 20:51:17 +05:30
parent d364fbfbf6
commit 34dfe8a9aa
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- a/Gemfile
+++ b/Gemfile
@@ -81,7 +81,7 @@
# API
gem 'grape', '~> 1.1.0'
gem 'grape-entity', '~> 0.7.1'
-gem 'rack-cors', '~> 1.0.0', require: 'rack/cors'
+gem 'rack-cors', '~> 1.0', require: 'rack/cors'
# GraphQL API
gem 'graphql', '~> 1.9.11'

View file

@ -15,6 +15,7 @@
0484-relax-asciidoctor-plantuml.patch
0485-relax-responders.patch
0486-relax-grpc-protobuf.patch
0487-relax-rack-cors.patch
0500-set-webpack-root.patch
0510-remove-dev-dependencies.patch
0520-add-system-lib-path-for-webpack.patch