From a91a6491bf3e74791ecf8dd1111d54435b8578cb Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 17 Mar 2014 14:33:21 +0200 Subject: Use new grape-entity gem with fixed nested entities Signed-off-by: Dmitriy Zaporozhets --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index dc7b60dd380..e3acf4a153d 100644 --- a/Gemfile +++ b/Gemfile @@ -48,7 +48,8 @@ gem "gitlab-linguist", "~> 3.0.0", require: "linguist" # API gem "grape", "~> 0.6.1" -gem "grape-entity", "~> 0.3.0" +# Replace with rubygems when nesteted entities get released +gem "grape-entity", "~> 0.4.1", ref: 'd904381c951e86250c3f44213b349a3dd8e83fb1', git: 'https://github.com/intridea/grape-entity.git' gem 'rack-cors', require: 'rack/cors' # Email validation -- cgit v1.2.3