Skip to content

heroku deploy deprecation warnings #438

@compwron

Description

@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 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    deployHaving to do with deploying the applicationmaintenance-updatesWork to make sure that the app keeps up to date with language and dependencies

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions