Skip to content

Commit 2a6b1ac

Browse files
Merge pull request #200 from infrablocks/dependabot/bundler/rubocop-rake-0.7.1
Bump rubocop-rake from 0.6.0 to 0.7.1 [skip ci]
2 parents 3ffadfc + f105b1b commit 2a6b1ac

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Gemfile.lock

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1592,12 +1592,13 @@ GEM
15921592
concurrent-ruby (~> 1.0)
15931593
immutable-struct (2.4.1)
15941594
jmespath (1.6.2)
1595-
json (2.9.1)
1595+
json (2.10.1)
15961596
language_server-protocol (3.17.0.4)
15971597
lino (4.1.0)
15981598
childprocess (~> 5.0.0)
15991599
hamster (~> 3.0)
16001600
open4 (~> 1.3)
1601+
lint_roller (1.1.0)
16011602
logger (1.6.0)
16021603
mini_portile2 (2.8.8)
16031604
minitar (0.9)
@@ -1621,7 +1622,7 @@ GEM
16211622
open4 (1.3.4)
16221623
os (1.1.4)
16231624
parallel (1.26.3)
1624-
parser (3.3.7.0)
1625+
parser (3.3.7.1)
16251626
ast (~> 2.4.1)
16261627
racc
16271628
public_suffix (6.0.1)
@@ -1691,9 +1692,10 @@ GEM
16911692
diff-lcs (>= 1.2.0, < 2.0)
16921693
rspec-support (~> 3.13.0)
16931694
rspec-support (3.13.1)
1694-
rubocop (1.71.2)
1695+
rubocop (1.72.1)
16951696
json (~> 2.3)
1696-
language_server-protocol (>= 3.17.0)
1697+
language_server-protocol (~> 3.17.0.2)
1698+
lint_roller (~> 1.1.0)
16971699
parallel (~> 1.10)
16981700
parser (>= 3.3.0.2)
16991701
rainbow (>= 2.2.2, < 4.0)
@@ -1703,10 +1705,12 @@ GEM
17031705
unicode-display_width (>= 2.4.0, < 4.0)
17041706
rubocop-ast (1.38.0)
17051707
parser (>= 3.3.1.0)
1706-
rubocop-rake (0.6.0)
1707-
rubocop (~> 1.0)
1708-
rubocop-rspec (3.4.0)
1709-
rubocop (~> 1.61)
1708+
rubocop-rake (0.7.1)
1709+
lint_roller (~> 1.1)
1710+
rubocop (>= 1.72.1)
1711+
rubocop-rspec (3.5.0)
1712+
lint_roller (~> 1.1)
1713+
rubocop (~> 1.72, >= 1.72.1)
17101714
ruby-progressbar (1.13.0)
17111715
ruby-terraform (1.8.0)
17121716
immutable-struct (~> 2.4)

0 commit comments

Comments
 (0)