Skip to content

Commit 3c8a5de

Browse files
Bump rubocop from 1.74.0 to 1.75.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.74.0 to 1.75.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.74.0...v1.75.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 46d1820 commit 3c8a5de

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Gemfile.lock

Lines changed: 8 additions & 6 deletions
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)
@@ -1709,12 +1709,13 @@ GEM
17091709
open4 (1.3.4)
17101710
ostruct (0.6.1)
17111711
parallel (1.26.3)
1712-
parser (3.3.7.1)
1712+
parser (3.3.7.3)
17131713
ast (~> 2.4.1)
17141714
racc
17151715
partialruby (0.3.0)
17161716
ruby2ruby (~> 2)
17171717
ruby_parser (~> 3)
1718+
prism (1.4.0)
17181719
public_suffix (6.0.1)
17191720
racc (1.8.1)
17201721
rainbow (3.1.1)
@@ -1781,19 +1782,20 @@ GEM
17811782
confidante (>= 0.27)
17821783
rspec (>= 3.0)
17831784
ruby-terraform (= 1.7.0.pre.18)
1784-
rubocop (1.74.0)
1785+
rubocop (1.75.1)
17851786
json (~> 2.3)
17861787
language_server-protocol (~> 3.17.0.2)
17871788
lint_roller (~> 1.1.0)
17881789
parallel (~> 1.10)
17891790
parser (>= 3.3.0.2)
17901791
rainbow (>= 2.2.2, < 4.0)
17911792
regexp_parser (>= 2.9.3, < 3.0)
1792-
rubocop-ast (>= 1.38.0, < 2.0)
1793+
rubocop-ast (>= 1.43.0, < 2.0)
17931794
ruby-progressbar (~> 1.7)
17941795
unicode-display_width (>= 2.4.0, < 4.0)
1795-
rubocop-ast (1.38.1)
1796-
parser (>= 3.3.1.0)
1796+
rubocop-ast (1.43.0)
1797+
parser (>= 3.3.7.2)
1798+
prism (~> 1.4)
17971799
rubocop-rake (0.7.1)
17981800
lint_roller (~> 1.1)
17991801
rubocop (>= 1.72.1)

0 commit comments

Comments
 (0)