rubymem / bundler-leak

Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile :gem::droplet:
https://www.rubymem.com
GNU General Public License v3.0
288 stars 11 forks source link

Migrate to GitHub Actions + Add Compatibility for Ruby 3.1.x #45

Closed etagwerker closed 2 years ago

etagwerker commented 2 years ago

Hey,

I think it would be a good idea to start using GitHub Actions instead of Travis CI. What do you think?

I will abide by the code of conduct.

etagwerker commented 2 years ago

Test suite is currently failing due to #46

etagwerker commented 2 years ago

In an attempt to migrate from Travis CI to GitHub Actions, I ended up fixing https://github.com/rubymem/bundler-leak/issues/44 too.