Skip to content

[Maintenance] Reconfigure bundle without flag

Alexandru Lupu - Tremend requested to merge maintenance/dockerfile into qa

Maintenance

Change log

  • Added:
  • Changed: the docker config flag to remove deprecation message
  • Deprecated:
  • Removed:
  • Fixed:
  • Security:

Notes

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

Merge request reports