From a320ea57403a2e2e4a90f13b0bb82afff90d8114 Mon Sep 17 00:00:00 2001
From: Israel Barreto Sant'Anna <ibsa14@inf.ufpr.br>
Date: Mon, 6 Feb 2017 10:39:26 -0200
Subject: [PATCH] Fixed dspace_rest_client gem path

Signed-off-by: Israel Barreto Sant'Anna <ibsa14@inf.ufpr.br>
---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index 4697bbc3d..47251781e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -36,7 +36,7 @@ gem 'rack-cors', require: 'rack/cors'
 gem 'rmagick'
 
 # Dspace REST API Integration
-gem 'dspace_rest_client', '2.2.8'
+gem 'dspace_rest_client', github: 'mgiacomini/dspace-rest-client', branch: 'master'
 
 # pretty logs
 gem 'rainbow'
-- 
GitLab