11 lines
232 B
Diff
11 lines
232 B
Diff
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -80,7 +80,7 @@
|
|
|
|
# API
|
|
gem 'grape', '~> 1.3', '>= 1.3.3'
|
|
-gem 'grape-entity', '~> 0.7.1'
|
|
+gem 'grape-entity', '~> 0.8.0'
|
|
gem 'rack-cors', '~> 1.0', '>= 1.0.6', require: 'rack/cors'
|
|
|
|
# GraphQL API
|