Relax ruby-rack-cors version in Gemfile
This commit is contained in:
parent
d364fbfbf6
commit
34dfe8a9aa
2 changed files with 12 additions and 0 deletions
11
debian/patches/0487-relax-rack-cors.patch
vendored
Normal file
11
debian/patches/0487-relax-rack-cors.patch
vendored
Normal 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'
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue