Upgrade grape-entity gem
Upgrading the gem from `0.9.0` to `0.10.0` which contains just one change to address our patch.
Showing
... | ... | @@ -92,7 +92,7 @@ gem 'net-ldap', '~> 0.16.3' |
# API | ||
gem 'grape', '~> 1.5.2' | ||
gem 'grape-entity', '~> 0.9.0' | ||
gem 'grape-entity', '~> 0.10.0' | ||
gem 'rack-cors', '~> 1.0.6', require: 'rack/cors' | ||
# GraphQL API | ||
... | ... |
Please register or sign in to comment