jjochen / JJFloatingActionButton

Floating Action Button for iOS
https://jjochen.github.io/JJFloatingActionButton
MIT License
376 stars 75 forks source link

bundle —path is deprecated #247

Closed jjochen closed 4 years ago

jjochen commented 4 years ago

bundle install --path vendor/bundle

[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 path 'vendor/bundle', and stop using this flag