debian-mirror-gitlab/debian/patches/0395-relax-grape-entity.patch
2018-05-09 12:38:34 +05:30

11 lines
263 B
Diff

--- a/Gemfile
+++ b/Gemfile
@@ -98,7 +98,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?