14 lines
368 B
Diff
14 lines
368 B
Diff
|
Index: gitlab/Gemfile
|
||
|
===================================================================
|
||
|
--- gitlab.orig/Gemfile
|
||
|
+++ gitlab/Gemfile
|
||
|
@@ -64,7 +64,7 @@ gem "github-linguist", "~> 4.7.0", requi
|
||
|
|
||
|
# API
|
||
|
gem 'grape', '~> 0.13.0'
|
||
|
-gem 'grape-entity', '~> 0.4.2'
|
||
|
+gem 'grape-entity', '~> 0.5.0'
|
||
|
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors'
|
||
|
|
||
|
# Pagination
|