Skip to content

Release 3383

Choose a tag to compare

@github-actions github-actions released this 25 Mar 08:50
e6f2e25

Trello card

https://trello.com/c/c1jCnm9k/7567-carry-out-dependency-updates-get-school-experience

Context

Dependabot identified that rubocop-rspec needed bumping but this caused a number of configuration errors so needed to be dealt with manually. Please see original PR here: #3352.

Changes proposed in this pull request

  • updated rubocop.yml file due to outdated configuration settings.
  • bumped gem rubocop-govuk to latest version, which updated configuration settings on the gem side.
  • fixed gem "concurrent-ruby", "1.3.4" due to Logger error appearing in the same way it did for GiT with the Rails bump to 7.0.8 (this can be removed during the next bump to 7.1).
  • ran rubocop autocorrect to fix violations.

Guidance to review