Skip to content

Commit eb8da46

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 390ec2e commit eb8da46

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.959.0)
1919
aws-sdk (3.2.0)
@@ -1624,9 +1624,10 @@ GEM
16241624
open4 (1.3.4)
16251625
os (1.1.4)
16261626
parallel (1.26.3)
1627-
parser (3.3.7.1)
1627+
parser (3.3.7.3)
16281628
ast (~> 2.4.1)
16291629
racc
1630+
prism (1.4.0)
16301631
public_suffix (6.0.1)
16311632
racc (1.8.1)
16321633
rainbow (3.1.1)
@@ -1694,19 +1695,20 @@ GEM
16941695
diff-lcs (>= 1.2.0, < 2.0)
16951696
rspec-support (~> 3.13.0)
16961697
rspec-support (3.13.1)
1697-
rubocop (1.74.0)
1698+
rubocop (1.75.1)
16981699
json (~> 2.3)
16991700
language_server-protocol (~> 3.17.0.2)
17001701
lint_roller (~> 1.1.0)
17011702
parallel (~> 1.10)
17021703
parser (>= 3.3.0.2)
17031704
rainbow (>= 2.2.2, < 4.0)
17041705
regexp_parser (>= 2.9.3, < 3.0)
1705-
rubocop-ast (>= 1.38.0, < 2.0)
1706+
rubocop-ast (>= 1.43.0, < 2.0)
17061707
ruby-progressbar (~> 1.7)
17071708
unicode-display_width (>= 2.4.0, < 4.0)
1708-
rubocop-ast (1.38.1)
1709-
parser (>= 3.3.1.0)
1709+
rubocop-ast (1.43.0)
1710+
parser (>= 3.3.7.2)
1711+
prism (~> 1.4)
17101712
rubocop-rake (0.7.1)
17111713
lint_roller (~> 1.1)
17121714
rubocop (>= 1.72.1)

0 commit comments

Comments
 (0)