debian-mirror-gitlab/debian/patches/0310-relax-rack-cors.patch

12 lines
318 B
Diff
Raw Normal View History

2017-12-25 21:16:13 +05:30
--- a/Gemfile
+++ b/Gemfile
@@ -79,7 +79,7 @@
# API
gem 'grape', '~> 0.19.2'
gem 'grape-entity', '~> 0.6.0'
-gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
+gem 'rack-cors', '~> 1.0', require: 'rack/cors'
# Disable strong_params so that Mash does not respond to :permitted?
gem 'hashie-forbidden_attributes'