From 5b12ac2bb25c877d5b3056c21ecee104662e26d3 Mon Sep 17 00:00:00 2001
From: Israel Sant'Anna <ibsantanna@inf.ufpr.br>
Date: Wed, 28 Jul 2021 12:09:21 -0300
Subject: [PATCH] Changed dspace gem to c3sl repo

---
 Gemfile      |  2 +-
 Gemfile.lock | 24 ++++++++++++------------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Gemfile b/Gemfile
index fb472b0b8..9763dc26e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,7 @@ gem 'rack-cors', require: 'rack/cors'
 gem 'rmagick'
 
 # Dspace REST API Integration
-gem 'dspace_rest_client', github: 'tiagohconte/dspace-rest-client', branch: 'master'
+gem 'dspace_rest_client', github: 'c3sl/dspace-rest-client', branch: 'master'
 
 # pretty logs
 gem 'rainbow'
diff --git a/Gemfile.lock b/Gemfile.lock
index 8f2d46fe3..fa48df2ba 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,15 @@
+GIT
+  remote: https://github.com/c3sl/dspace-rest-client.git
+  revision: 07f49b52007160278e63b866a76e5f1cf800fa1b
+  branch: master
+  specs:
+    dspace_rest_client (3.1.0)
+      activesupport (>= 5.0)
+      faraday (>= 1.0.0)
+      json (>= 1.8.3, >= 1.8)
+      net-http-persistent (>= 2.9.4)
+      resource_kit (>= 0.1.4)
+
 GIT
   remote: https://github.com/kreeti/kt-paperclip.git
   revision: ab1016d77336a8d7b9db72eb29b6bd19af4027fc
@@ -20,18 +32,6 @@ GIT
       devise (> 3.5.2, < 5)
       rails (>= 4.2.0, < 6.2)
 
-GIT
-  remote: https://github.com/tiagohconte/dspace-rest-client.git
-  revision: 5af9d7d9c93748da11a8dda66638a2af9909973b
-  branch: master
-  specs:
-    dspace_rest_client (3.1.0)
-      activesupport (>= 5.0)
-      faraday (>= 1.0.0)
-      json (>= 1.8.3, >= 1.8)
-      net-http-persistent (>= 2.9.4)
-      resource_kit (>= 0.1.4)
-
 GEM
   remote: https://rubygems.org/
   specs:
-- 
GitLab