thoughtbot / appraisal

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

Avoid using the `--path` parameter to Bundler #220

Closed nickcharlton closed 7 months ago

nickcharlton commented 7 months ago

This has been deprecated in favour of setting the value via config instead. It was causing a deprecation warning and it's expected that it'll be removed in Bundler v3.

https://bundler.io/v2.5/man/bundle-config.1.html#REMEMBERING-OPTIONS

nickcharlton commented 7 months ago

Thanks for looking, @joe-sharp!