Skip to content

Commit ad41518

Browse files
Bump rubocop from 1.74.0 to 1.75.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.74.0 to 1.75.2. - [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.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f80661 commit ad41518

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
@@ -28,7 +28,7 @@ GEM
2828
mutex_m
2929
securerandom (>= 0.3)
3030
tzinfo (~> 2.0)
31-
ast (2.4.2)
31+
ast (2.4.3)
3232
base64 (0.2.0)
3333
benchmark (0.4.0)
3434
bigdecimal (3.1.9)
@@ -60,9 +60,10 @@ GEM
6060
nokogiri (1.18.3-x86_64-linux-gnu)
6161
racc (~> 1.4)
6262
parallel (1.26.3)
63-
parser (3.3.7.1)
63+
parser (3.3.7.4)
6464
ast (~> 2.4.1)
6565
racc
66+
prism (1.4.0)
6667
racc (1.8.1)
6768
rack (3.1.12)
6869
rails-dom-testing (2.2.0)
@@ -75,19 +76,20 @@ GEM
7576
rainbow (3.1.1)
7677
rake (13.2.1)
7778
regexp_parser (2.10.0)
78-
rubocop (1.74.0)
79+
rubocop (1.75.2)
7980
json (~> 2.3)
8081
language_server-protocol (~> 3.17.0.2)
8182
lint_roller (~> 1.1.0)
8283
parallel (~> 1.10)
8384
parser (>= 3.3.0.2)
8485
rainbow (>= 2.2.2, < 4.0)
8586
regexp_parser (>= 2.9.3, < 3.0)
86-
rubocop-ast (>= 1.38.0, < 2.0)
87+
rubocop-ast (>= 1.44.0, < 2.0)
8788
ruby-progressbar (~> 1.7)
8889
unicode-display_width (>= 2.4.0, < 4.0)
89-
rubocop-ast (1.39.0)
90-
parser (>= 3.3.1.0)
90+
rubocop-ast (1.44.0)
91+
parser (>= 3.3.7.2)
92+
prism (~> 1.4)
9193
rubocop-performance (1.24.0)
9294
lint_roller (~> 1.1)
9395
rubocop (>= 1.72.1, < 2.0)

0 commit comments

Comments
 (0)