havenweb / haven

Self-hostable private blogging
https://havenweb.org
MIT License
646 stars 33 forks source link

Fix Bundler Flags #68

Open mawise opened 1 year ago

mawise commented 1 year ago
[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.