Skip to content

Commit acd99eb

Browse files
Bump rubocop from 1.73.1 to 1.80.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.73.1 to 1.80.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.73.1...v1.80.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.80.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c2a6121 commit acd99eb

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
addressable (2.8.7)
55
public_suffix (>= 2.0.2, < 7.0)
6-
ast (2.4.2)
6+
ast (2.4.3)
77
bigdecimal (3.1.9)
88
diff-lcs (1.5.1)
99
event_stream_parser (1.0.0)
@@ -15,26 +15,27 @@ GEM
1515
multipart-post (~> 2.0)
1616
faraday-net_http (3.4.0)
1717
net-http (>= 0.5.0)
18-
json (2.10.1)
18+
json (2.13.2)
1919
json-schema (5.1.1)
2020
addressable (~> 2.8)
2121
bigdecimal (~> 3.1)
22-
language_server-protocol (3.17.0.4)
22+
language_server-protocol (3.17.0.5)
2323
lint_roller (1.1.0)
2424
logger (1.6.5)
2525
multipart-post (2.4.1)
2626
net-http (0.6.0)
2727
uri
28-
parallel (1.26.3)
29-
parser (3.3.7.1)
28+
parallel (1.27.0)
29+
parser (3.3.9.0)
3030
ast (~> 2.4.1)
3131
racc
3232
pastel (0.8.0)
3333
tty-color (~> 0.5)
34+
prism (1.4.0)
3435
public_suffix (6.0.1)
3536
racc (1.8.1)
3637
rainbow (3.1.1)
37-
regexp_parser (2.10.0)
38+
regexp_parser (2.11.2)
3839
rspec (3.13.0)
3940
rspec-core (~> 3.13.0)
4041
rspec-expectations (~> 3.13.0)
@@ -48,19 +49,20 @@ GEM
4849
diff-lcs (>= 1.2.0, < 2.0)
4950
rspec-support (~> 3.13.0)
5051
rspec-support (3.13.0)
51-
rubocop (1.73.1)
52+
rubocop (1.80.2)
5253
json (~> 2.3)
5354
language_server-protocol (~> 3.17.0.2)
5455
lint_roller (~> 1.1.0)
5556
parallel (~> 1.10)
5657
parser (>= 3.3.0.2)
5758
rainbow (>= 2.2.2, < 4.0)
5859
regexp_parser (>= 2.9.3, < 3.0)
59-
rubocop-ast (>= 1.38.0, < 2.0)
60+
rubocop-ast (>= 1.46.0, < 2.0)
6061
ruby-progressbar (~> 1.7)
6162
unicode-display_width (>= 2.4.0, < 4.0)
62-
rubocop-ast (1.38.1)
63-
parser (>= 3.3.1.0)
63+
rubocop-ast (1.46.0)
64+
parser (>= 3.3.7.2)
65+
prism (~> 1.4)
6466
rubocop-rspec (3.5.0)
6567
lint_roller (~> 1.1)
6668
rubocop (~> 1.72, >= 1.72.1)
@@ -83,7 +85,7 @@ GEM
8385
tty-screen (~> 0.8)
8486
wisper (~> 2.0)
8587
tty-screen (0.8.1)
86-
unicode-display_width (3.1.4)
88+
unicode-display_width (3.1.5)
8789
unicode-emoji (~> 4.0, >= 4.0.4)
8890
unicode-emoji (4.0.4)
8991
uri (1.0.2)

0 commit comments

Comments
 (0)