Skip to content

Commit aed6134

Browse files
authored
Merge pull request #532 from Shopify/dependabot/bundler/rubocop-1.50.2
2 parents db98492 + cf911ea commit aed6134

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ GEM
2525
pry (>= 0.13, < 0.15)
2626
rainbow (3.1.1)
2727
rake (13.0.6)
28-
regexp_parser (2.7.0)
28+
regexp_parser (2.8.0)
2929
rexml (3.2.5)
30-
rubocop (1.50.1)
30+
rubocop (1.50.2)
3131
json (~> 2.3)
3232
parallel (~> 1.10)
3333
parser (>= 3.2.0.0)

test/fixtures/full_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3033,7 +3033,9 @@ Style/InverseMethods:
30333033
Style/InvertibleUnlessCondition:
30343034
Description: Favor `if` with inverted condition over `unless`.
30353035
Enabled: true
3036+
Safe: false
30363037
VersionAdded: '1.44'
3038+
VersionChanged: '1.50'
30373039
InverseMethods:
30383040
:!=: :==
30393041
:>: :<=

0 commit comments

Comments
 (0)