Skip to content

Don't ignore Gemfile.lock, upgrade gitlab-styles, pin httparty

Peter Leitzen requested to merge pl-checkin-gemfile-lock into master

What does this MR do and why?

This MR adds Gemfile.lock to avoid any version inconsistencies between local development and CI since it's best practice in the Ruby community. See !324 (comment 1947386480)

It also:

  • Upgrades gitlab-styles to 12.0.1 to avoid rubocop-factory_bot issues
  • Fixes all safe auto-correctable offenses
  • Regenerates RuboCop TODOs for the rest
  • Freezes Gemfile.lock in CI
  • Pin httparty gem to 0.22.0 to match triage-ops's version
Edited by Peter Leitzen

Merge request reports