Ajust Gemfile
... | ... | @@ -67,7 +67,7 @@ gem 'rmagick' |
gem "rsolr", "~> 1.0.12" | ||
#Dspace REST API Integration | ||
gem 'dspace_rest_client', "~> 1.2.0" | ||
gem 'dspace_rest_client' | ||
# pretty logs | ||
gem 'rainbow' | ||
... | ... | @@ -136,4 +136,4 @@ gem 'curb', '~> 0.8.8' |
# For Mac OSX: brew install libarchive && bundle config build.libarchive "--with-opt-dir=/usr/local/opt/libarchive" | ||
#gem 'libarchive', '~> 0.1.2', :require => 'libarchive_ruby' | ||
gem 'libarchive-static' | ||
gem 'libarchive-static' | ||
\ No newline at end of file |
Please register or sign in to comment