thoughtbot / appraisal

A Ruby library for testing your library against different versions of dependencies.
https://thoughtbot.com
MIT License
1.25k stars 107 forks source link

Run specs with bundler 2.3.7 #194

Closed deivid-rodriguez closed 1 year ago

deivid-rodriguez commented 2 years ago

I tried running specs with the latest version of bundler and everything went fine except for a small change in bundle install output.

Segaja commented 1 year ago

Will this be merged anytime soon? This issue also affects arch packaging.

nickcharlton commented 1 year ago

I've rebased this, as I tested #202 with this particular Bundler version. I'm going to merge it as a guide, even though Travis is broken.

I'll open a new PR to switch to GitHub Actions soon.