Skip to content

CI: Use bundler's deployment mode

Peter Leitzen requested to merge pl-ci-bundle-deployment into master

What does this MR do and why?

This simplifies the CI and simplecov setup because:

  • Gemfile.lock is frozen (similar to BUNDLE_FROZEN=true)
  • Bundle path is set to vendor/bundle
  • Simplecov filters vendor/bundle by default

See:

Verification on CI

Edited by Peter Leitzen

Merge request reports

Loading