14 lines
242 B
Diff
14 lines
242 B
Diff
|
Debian already has 0.8
|
||
|
|
||
|
--- a/Gemfile
|
||
|
+++ b/Gemfile
|
||
|
@@ -79,7 +79,7 @@
|
||
|
|
||
|
# API
|
||
|
gem 'grape', '~> 1.1'
|
||
|
-gem 'grape-entity', '~> 0.7.1'
|
||
|
+gem 'grape-entity', '~> 0.8'
|
||
|
gem 'rack-cors', '~> 1.0', '>= 1.0.6', require: 'rack/cors'
|
||
|
|
||
|
# GraphQL API
|