Release 3383
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.ymlfile due to outdated configuration settings. - bumped
gem rubocop-govukto latest version, which updated configuration settings on the gem side. - fixed
gem "concurrent-ruby", "1.3.4"due toLoggererror 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.