arooo icon indicating copy to clipboard operation
arooo copied to clipboard

heroku deploy deprecation warnings

Open compwron opened this issue 5 years ago • 1 comments

remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment remote: [DEPRECATED] The --deployment 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 deployment 'true', and stop using this flag remote: [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 remote: [DEPRECATED] The --without 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 without 'development:test', and stop using this flag remote: [DEPRECATED] The --binstubs option will be removed in favor of bundle binstubs

compwron avatar Apr 24 '20 05:04 compwron

remote: Running: bundle install --without development:test --path vendor/bundle --binstubs vendor/bundle/bin -j4 --deployment remote: [DEPRECATED] The --deployment 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 deployment 'true', and stop using this flag remote: [DEPRECATED] The --path flag is deprecated because it relies on being remembered across bundler

compwron avatar Apr 27 '20 03:04 compwron