Skip to content

Commit 7398391

Browse files
build(deps): bump rubocop gems
1 parent b7ebf1b commit 7398391

File tree

1 file changed

+20
-13
lines changed

1 file changed

+20
-13
lines changed

Gemfile.lock

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ GEM
2323
cbor (~> 0.5.9)
2424
openssl-signature_algorithm (~> 1.0)
2525
diff-lcs (1.6.0)
26+
json (2.10.1)
2627
jwt (2.10.1)
2728
base64
29+
language_server-protocol (3.17.0.4)
30+
lint_roller (1.1.0)
2831
openssl (3.3.0)
2932
openssl-signature_algorithm (1.3.0)
3033
openssl (> 2.0)
@@ -36,7 +39,6 @@ GEM
3639
rainbow (3.1.1)
3740
rake (13.2.1)
3841
regexp_parser (2.10.0)
39-
rexml (3.4.1)
4042
rspec (3.13.0)
4143
rspec-core (~> 3.13.0)
4244
rspec-expectations (~> 3.13.0)
@@ -50,30 +52,35 @@ GEM
5052
diff-lcs (>= 1.2.0, < 2.0)
5153
rspec-support (~> 3.13.0)
5254
rspec-support (3.13.2)
53-
rubocop (1.9.1)
55+
rubocop (1.72.2)
56+
json (~> 2.3)
57+
language_server-protocol (~> 3.17.0.2)
58+
lint_roller (~> 1.1.0)
5459
parallel (~> 1.10)
55-
parser (>= 3.0.0.0)
60+
parser (>= 3.3.0.2)
5661
rainbow (>= 2.2.2, < 4.0)
57-
regexp_parser (>= 1.8, < 3.0)
58-
rexml
59-
rubocop-ast (>= 1.2.0, < 2.0)
62+
regexp_parser (>= 2.9.3, < 3.0)
63+
rubocop-ast (>= 1.38.0, < 2.0)
6064
ruby-progressbar (~> 1.7)
61-
unicode-display_width (>= 1.4.0, < 3.0)
65+
unicode-display_width (>= 2.4.0, < 4.0)
6266
rubocop-ast (1.38.1)
6367
parser (>= 3.3.1.0)
64-
rubocop-rake (0.5.1)
65-
rubocop
66-
rubocop-rspec (2.2.0)
67-
rubocop (~> 1.0)
68-
rubocop-ast (>= 1.1.0)
68+
rubocop-rake (0.7.1)
69+
lint_roller (~> 1.1)
70+
rubocop (>= 1.72.1)
71+
rubocop-rspec (3.5.0)
72+
lint_roller (~> 1.1)
73+
rubocop (~> 1.72, >= 1.72.1)
6974
ruby-progressbar (1.13.0)
7075
safety_net_attestation (0.4.0)
7176
jwt (~> 2.0)
7277
tpm-key_attestation (0.14.0)
7378
bindata (~> 2.4)
7479
openssl (> 2.0)
7580
openssl-signature_algorithm (~> 1.0)
76-
unicode-display_width (2.6.0)
81+
unicode-display_width (3.1.4)
82+
unicode-emoji (~> 4.0, >= 4.0.4)
83+
unicode-emoji (4.0.4)
7784

7885
PLATFORMS
7986
arm64-darwin-24

0 commit comments

Comments
 (0)