Arduino-CI / arduino_ci

Unit testing and Continuous Integration (CI) for Arduino libraries, from a Ruby gem
Apache License 2.0
110 stars 34 forks source link

Running "bundle install --path vendor/bundle" generates deprecated warning #336

Closed hlovdal closed 1 year ago

hlovdal commented 1 year ago

System

Issue Summary

The readme file contains the following suggested command

$ bundle install --path vendor/bundle   # adds packages to local library

However running it generates a deprecated warning:

[DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local path 'vendor/bundle'`, and stop using this flag
Resolving dependencies...Fetching gem metadata from https://rubygems.org/....
...
Using bundler 2.3.26
Fetching os 1.1.4
Fetching rubyzip 1.3.0
Installing os 1.1.4
Installing rubyzip 1.3.0
Using arduino_ci 1.3.0 from source at `../arduino_ci` and installing its executables
Bundle complete! 1 Gemfile dependency, 4 gems now installed.
Bundled gems are installed into `./vendor/bundle`
hlovdal commented 1 year ago

I have an old branch that should fix this as far as I can see. I just rebased it on top of latest master (it was just two commits behind).