Closed metavida closed 2 months ago
This PR updates all rubocop child dependencies via bundle update rubocop
rubocop
bundle update rubocop
For my purposes, updating rexml to 3.3.7 from 3.2.5 was especially important because it resolves a number of security vulnerabilities.
rexml
3.3.7
3.2.5
I decided against trying to upgrade rubocop itself to keep the potential impact of this PR as small as possible. There are numerous 0.9X.X releases available that might be relatively low impact to apply if you want to try: https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md#0931-2020-10-12
What does this PR do?
This PR updates all
rubocop
child dependencies viabundle update rubocop
Motivation
For my purposes, updating
rexml
to3.3.7
from3.2.5
was especially important because it resolves a number of security vulnerabilities.Additional Notes
I decided against trying to upgrade
rubocop
itself to keep the potential impact of this PR as small as possible. There are numerous 0.9X.X releases available that might be relatively low impact to apply if you want to try: https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md#0931-2020-10-12