debian-mirror-gitlab/debian/patches/0487-relax-rack-cors.patch
2020-02-20 20:51:17 +05:30

11 lines
255 B
Diff

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