sul-dlss / happy-heron

Self-Deposit for the Stanford Digital Repository (SDR): H2 is a Rails web application enabling users to deposit scholarly content into SDR
Apache License 2.0
10 stars 2 forks source link

Replace sneakers with something maintained #3517

Open lwrubel opened 1 month ago

lwrubel commented 1 month ago

sneakers has rake pinned to version 12 and this is incompatible with other current Rails dependencies. rake version 13 is needed to run bin/rails assets:clobber with H2's dependencies.

We need to consider alternatives to sneakers, which is not currently maintained: see https://github.com/jondot/sneakers/issues/452

michaelklishin commented 3 days ago

Sneakers maintainers have moved it to https://github.com/ruby-amqp/kicks. I suggest that you switch to it and submit any PRs you find crucial to include there.

We plan to produce a RubyGems release reasonably soon, starting with a few previews.