Open petergoldstein opened 1 year ago
why are you dropping public_suffix and jewellery?
I didn't drop public_suffix
. It's still in the gemspec and the generated Gemfile.lock
.
I dropped jeweler
because it has compatibility issues with recent Rubies, and the functionality is all incorporated into bundler
at this point. Even the maintainer of jeweler
no longer recommends it at this time.
This PR required some modernization of the gemspec, changes to the CI file, and a minor code change. Everything runs green on my fork.
Also updates checkout action to v3, allowing it to run (v2 and earlier no longer run properly)