samvera-labs / chimera

A generic, unbranded implementation of University of Michigan Research Data Repository DeepBlue
Apache License 2.0
2 stars 0 forks source link

Pin Active-Fedora to prevent errors #18

Closed jhallida closed 5 years ago

jhallida commented 5 years ago

Descriptive summary

I have noticed that Chimera now won't load the correct libraries upon a bundle install. To avoid an error in hyrax-2.2.4/app/indexers/hyrax/repository_reindexer.rb the Gemfile needs to lock to active-fedora 11.5.2.

Rationale

To prevent library load errors, this must be done.

Expected behavior (if bug)

Libraries should load properly upon bundle update or install.

Actual behavior (if bug)

Libraries don't load properly.

Steps to reproduce the behavior (if bug)

Install Chimera on a new server, then 'bundle update'

jhallida commented 5 years ago

No longer a problem with latest code