samvera / bulkrax

Bulk Import and Export For Samvera
Apache License 2.0
12 stars 21 forks source link

restore ability to run specs locally #644

Open alishaevn opened 2 years ago

alishaevn commented 2 years ago

summary

a dependabot pr updated several gems yesterday, aug 24, 2022, when it was merged. it is now causing issues running specs because those gems need to be bundled, but one gem is failing to be bundled. ldpath was updated to 1.2.0, but bundle says it can't find that version. I'm not sure why though because 1.2.0 was released in june and shows in rubygems and in the repo.

if you need to run specs, a workaround is to revert ldpath to 1.1.0 in Gemfile.lock and run bundle

references

demo

image

kirkkwang commented 2 years ago

That's a strange error message, it looks like it's there.

https://rubygems.org/gems/ldpath/versions/1.2.0

I wonder if we can all the author to about this to get some direction.

alishaevn commented 2 years ago

That's a strange error message, it looks like it's there.

https://rubygems.org/gems/ldpath/versions/1.2.0

I wonder if we can all the author to about this to get some direction.

yeah I saw the gem too and agree it's very weird. especially for 1.2.0 to have been released almost 2 months ago.