Skip to content

Commit 925144b

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] <[email protected]>
1 parent 92d04e9 commit 925144b

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.958.0)
1919
aws-sdk (3.2.0)
@@ -1622,9 +1622,10 @@ GEM
16221622
open4 (1.3.4)
16231623
os (1.1.4)
16241624
parallel (1.26.3)
1625-
parser (3.3.7.1)
1625+
parser (3.3.7.3)
16261626
ast (~> 2.4.1)
16271627
racc
1628+
prism (1.4.0)
16281629
public_suffix (6.0.1)
16291630
racc (1.8.1)
16301631
rainbow (3.1.1)
@@ -1692,19 +1693,20 @@ GEM
16921693
diff-lcs (>= 1.2.0, < 2.0)
16931694
rspec-support (~> 3.13.0)
16941695
rspec-support (3.13.1)
1695-
rubocop (1.74.0)
1696+
rubocop (1.75.1)
16961697
json (~> 2.3)
16971698
language_server-protocol (~> 3.17.0.2)
16981699
lint_roller (~> 1.1.0)
16991700
parallel (~> 1.10)
17001701
parser (>= 3.3.0.2)
17011702
rainbow (>= 2.2.2, < 4.0)
17021703
regexp_parser (>= 2.9.3, < 3.0)
1703-
rubocop-ast (>= 1.38.0, < 2.0)
1704+
rubocop-ast (>= 1.43.0, < 2.0)
17041705
ruby-progressbar (~> 1.7)
17051706
unicode-display_width (>= 2.4.0, < 4.0)
1706-
rubocop-ast (1.38.1)
1707-
parser (>= 3.3.1.0)
1707+
rubocop-ast (1.43.0)
1708+
parser (>= 3.3.7.2)
1709+
prism (~> 1.4)
17081710
rubocop-rake (0.7.1)
17091711
lint_roller (~> 1.1)
17101712
rubocop (>= 1.72.1)

0 commit comments

Comments
 (0)