debian-mirror-gitlab/debian/patches/0395-relax-grape-entity.patch

12 lines
263 B
Diff
Raw Normal View History

2018-04-04 22:27:21 +05:30
--- a/Gemfile
+++ b/Gemfile
2018-06-27 16:13:27 +05:30
@@ -91,7 +91,7 @@
2018-04-04 22:27:21 +05:30
# 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?