OpenAstronomy/openastronomy.github.io

`--path` flag is deprecated

mikepetridisz opened this issue · 2 comments

bundle install --path vendor/bundle
The --path flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. We should use bundle config set path 'vendor/bundle', and stop using this flag.

Thanks @mikepetridisz. Is that used anywhere or only suggested on the README? Please, open a PR if you can.

Fixed by #321