dependabot-core
dependabot-core copied to clipboard
Fix rubocop freeze warnings
Blocked by https://github.com/dependabot/dependabot-core/pull/5447, the diff will get much smaller after that is merged.
Fix Rubocop freeze warnings.
Rubocop is warning about:
- Things that should be frozen
- Things that are double frozen, ie
.freeze
is redundant
These warnings started showing up as part of the Ruby 3.1 upgrade, and were excluded from that PR in order to minimize noise.