redding / assert

Assertion style testing framework.
https://github.com/redding/assert
MIT License
10 stars 1 forks source link

update to work with Ruby 3+ #309

Closed kellyredding closed 2 years ago

kellyredding commented 2 years ago

This fixes a number of small issues and cleans up karg handling as Ruby 3 is more particular about how kargs are passed. This also updates to the latest dependencies which have also been updated to work with Ruby 3+.

Other Changes

rubocop fixes

These are the result of bringing in the latest much-style-guide and is part of keepiing up to date with our style.