Skip to content

Commit 3c9149b

Browse files
Merge pull request #165 from infrablocks/dependabot/bundler/rubocop-1.75.0
Bump rubocop from 1.74.0 to 1.75.0 [skip ci]
2 parents 4125394 + 1112afb commit 3c9149b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Gemfile.lock

+8-6
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
tzinfo (~> 2.0)
1414
addressable (2.8.7)
1515
public_suffix (>= 2.0.2, < 7.0)
16-
ast (2.4.2)
16+
ast (2.4.3)
1717
aws-eventstream (1.3.0)
1818
aws-partitions (1.1043.0)
1919
aws-sdk (3.2.0)
@@ -1704,12 +1704,13 @@ GEM
17041704
open4 (1.3.4)
17051705
ostruct (0.6.1)
17061706
parallel (1.26.3)
1707-
parser (3.3.7.1)
1707+
parser (3.3.7.3)
17081708
ast (~> 2.4.1)
17091709
racc
17101710
partialruby (0.3.0)
17111711
ruby2ruby (~> 2)
17121712
ruby_parser (~> 3)
1713+
prism (1.4.0)
17131714
public_suffix (6.0.1)
17141715
racc (1.8.1)
17151716
rainbow (3.1.1)
@@ -1776,19 +1777,20 @@ GEM
17761777
confidante (>= 0.27)
17771778
rspec (>= 3.0)
17781779
ruby-terraform (= 1.7.0.pre.18)
1779-
rubocop (1.74.0)
1780+
rubocop (1.75.0)
17801781
json (~> 2.3)
17811782
language_server-protocol (~> 3.17.0.2)
17821783
lint_roller (~> 1.1.0)
17831784
parallel (~> 1.10)
17841785
parser (>= 3.3.0.2)
17851786
rainbow (>= 2.2.2, < 4.0)
17861787
regexp_parser (>= 2.9.3, < 3.0)
1787-
rubocop-ast (>= 1.38.0, < 2.0)
1788+
rubocop-ast (>= 1.43.0, < 2.0)
17881789
ruby-progressbar (~> 1.7)
17891790
unicode-display_width (>= 2.4.0, < 4.0)
1790-
rubocop-ast (1.38.1)
1791-
parser (>= 3.3.1.0)
1791+
rubocop-ast (1.43.0)
1792+
parser (>= 3.3.7.2)
1793+
prism (~> 1.4)
17921794
rubocop-rake (0.7.1)
17931795
lint_roller (~> 1.1)
17941796
rubocop (>= 1.72.1)

0 commit comments

Comments
 (0)