diff --git a/Gemfile b/Gemfile index fb472b0b84eb003cb9631fef230f3d726a111d2d..9763dc26e46a323e9a4d0d0807cf190d2cf1040e 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 8f2d46fe37b0adffcf97256e2594d595fd898b1a..fa48df2baec286a61ab54c658765c27dc9372390 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: