curationexperts / cypripedium

A Hyrax 3 application for the Federal Reserve Bank of Minneapolis
2 stars 3 forks source link

Downgrade Sidekiq for Rails 5.x compatibility #573

Closed mark-dce closed 8 months ago

mark-dce commented 8 months ago

Sidekiq 7.x requires Rails 6.x or above - see https://github.com/sidekiq/sidekiq/blob/main/docs/7.0-Upgrade.md#version-support

This change ensures that we continue to use a version of Sidekiq that is compatible with Rails 5.x