CHANGELOG.md in salsify_rubocop-1.27.1 vs CHANGELOG.md in salsify_rubocop-1.42.0

- old
+ new

@@ -1,7 +1,13 @@ # salsify_rubocop +## 1.42.0 +- Upgrade `rubocop` to v1.42.0. +- Upgrade `rubocop-performance` to v1.15.2. +- Upgrade `rubocop-rails` to v2.17.4. +- Upgrade `rubocop-rspec` to v2.16.0. + ## 1.27.1 - Set `Style/HashSyntax` option `EnforcedShorthandSyntax: either`, allowing both `{ foo: }` and `{ foo: foo }` ## 1.27.0 - Note: Previous versions had drifted from the documented versioning scheme, @@ -37,10 +43,10 @@ ## 0.91.0 - Upgrade to `rubocop` v0.91.0 ## 0.85.0 - Upgrade to `rubocop` v0.85.0 -- Enable enforcement of Gem comments when specifying versions or sources +- Enable enforcement of Gem comments when specifying versions or sources - Drop support for Ruby 2.3, as rubocop v0.81+ doesn't support it anymore - Add `FrozenStringLiteralComment` and `LineLength` (max 120) rules. ## v0.78.1 - Fix "`Style/SymbolArray` is concealed by line 190" warning