haven icon indicating copy to clipboard operation
haven copied to clipboard

Fix Bundler Flags

Open mawise opened this issue 2 years ago • 0 comments

[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 --local deployment 'true'`, and stop using this flag
[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 --local without 'development test'`, and stop using this flag

Check various deployment scripts, ensure we're using the correct setting.

mawise avatar Aug 08 '23 15:08 mawise