UCSCLibrary / dams_project_mgmt

DAMS purpose is to provide access to digitized and born-digital UCSC Special Collections content. This repository is used for project planning. It holds the task tickets and roadmap for the different projects under DAMS.
2 stars 0 forks source link

Cannot load ruby-progressbar #561

Closed rschwab closed 1 year ago

rschwab commented 2 years ago

Trying out the relationship script gave an error.

Some output:

[rwschwab@digitalcollections-staging-sandbox current]$ sudo gem install ruby-progressbar
[sudo] password for rwschwab: 
Fetching: ruby-progressbar-1.11.0.gem (100%)
Successfully installed ruby-progressbar-1.11.0
Parsing documentation for ruby-progressbar-1.11.0
Installing ri documentation for ruby-progressbar-1.11.0
1 gem installed
[rwschwab@digitalcollections-staging-sandbox current]$ ./bin/remove_relationships
Traceback (most recent call last):
    2: from ./bin/remove_relationships:4:in `<main>'
    1: from /usr/local/rvm/rubies/ruby-2.7.2/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require'
/usr/local/rvm/rubies/ruby-2.7.2/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:92:in `require': cannot load such file -- ruby-progressbar (LoadError)