Skip to content

Commit 7af02d9

Browse files
committed
Update dev gems
1 parent eaae37d commit 7af02d9

File tree

2 files changed

+56
-38
lines changed

2 files changed

+56
-38
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ inherit_mode:
44

55
require:
66
- standard
7+
8+
plugins:
79
- standard-performance
810
- rubocop-performance
911
- rubocop-minitest

Gemfile.lock

Lines changed: 54 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -6,68 +6,84 @@ PATH
66
GEM
77
remote: https://rubygems.org/
88
specs:
9-
ast (2.4.2)
9+
ast (2.4.3)
1010
benchmark-ips (2.14.0)
11-
io-console (0.7.2)
12-
irb (1.14.1)
11+
date (3.4.1)
12+
erb (5.0.2)
13+
io-console (0.8.1)
14+
irb (1.15.2)
15+
pp (>= 0.6.0)
1316
rdoc (>= 4.0.0)
1417
reline (>= 0.4.2)
15-
json (2.7.2)
16-
language_server-protocol (3.17.0.3)
18+
json (2.13.2)
19+
language_server-protocol (3.17.0.5)
1720
lint_roller (1.1.0)
18-
lru_redux (1.1.0)
19-
minitest (5.25.1)
20-
parallel (1.26.3)
21-
parser (3.3.5.0)
21+
minitest (5.25.5)
22+
parallel (1.27.0)
23+
parser (3.3.9.0)
2224
ast (~> 2.4.1)
2325
racc
24-
psych (5.1.2)
26+
pp (0.6.2)
27+
prettyprint
28+
prettyprint (0.2.0)
29+
prism (1.4.0)
30+
psych (5.2.6)
31+
date
2532
stringio
2633
racc (1.8.1)
2734
rainbow (3.1.1)
28-
rake (13.2.1)
29-
rdoc (6.7.0)
35+
rake (13.3.0)
36+
rdoc (6.14.2)
37+
erb
3038
psych (>= 4.0.0)
31-
regexp_parser (2.9.2)
32-
reline (0.5.10)
39+
regexp_parser (2.11.2)
40+
reline (0.6.2)
3341
io-console (~> 0.5)
34-
rubocop (1.66.1)
42+
rubocop (1.75.8)
3543
json (~> 2.3)
36-
language_server-protocol (>= 3.17.0)
44+
language_server-protocol (~> 3.17.0.2)
45+
lint_roller (~> 1.1.0)
3746
parallel (~> 1.10)
3847
parser (>= 3.3.0.2)
3948
rainbow (>= 2.2.2, < 4.0)
40-
regexp_parser (>= 2.4, < 3.0)
41-
rubocop-ast (>= 1.32.2, < 2.0)
49+
regexp_parser (>= 2.9.3, < 3.0)
50+
rubocop-ast (>= 1.44.0, < 2.0)
4251
ruby-progressbar (~> 1.7)
43-
unicode-display_width (>= 2.4.0, < 3.0)
44-
rubocop-ast (1.32.3)
45-
parser (>= 3.3.1.0)
46-
rubocop-minitest (0.36.0)
47-
rubocop (>= 1.61, < 2.0)
48-
rubocop-ast (>= 1.31.1, < 2.0)
49-
rubocop-performance (1.22.1)
50-
rubocop (>= 1.48.1, < 2.0)
51-
rubocop-ast (>= 1.31.1, < 2.0)
52-
rubocop-rake (0.6.0)
53-
rubocop (~> 1.0)
52+
unicode-display_width (>= 2.4.0, < 4.0)
53+
rubocop-ast (1.46.0)
54+
parser (>= 3.3.7.2)
55+
prism (~> 1.4)
56+
rubocop-minitest (0.38.1)
57+
lint_roller (~> 1.1)
58+
rubocop (>= 1.75.0, < 2.0)
59+
rubocop-ast (>= 1.38.0, < 2.0)
60+
rubocop-performance (1.25.0)
61+
lint_roller (~> 1.1)
62+
rubocop (>= 1.75.0, < 2.0)
63+
rubocop-ast (>= 1.38.0, < 2.0)
64+
rubocop-rake (0.7.1)
65+
lint_roller (~> 1.1)
66+
rubocop (>= 1.72.1)
5467
ruby-progressbar (1.13.0)
55-
standard (1.41.0)
68+
sin_lru_redux (2.5.2)
69+
standard (1.50.0)
5670
language_server-protocol (~> 3.17.0.2)
5771
lint_roller (~> 1.0)
58-
rubocop (~> 1.66.0)
72+
rubocop (~> 1.75.5)
5973
standard-custom (~> 1.0.0)
60-
standard-performance (~> 1.5)
74+
standard-performance (~> 1.8)
6175
standard-custom (1.0.2)
6276
lint_roller (~> 1.0)
6377
rubocop (~> 1.50)
64-
standard-performance (1.5.0)
78+
standard-performance (1.8.0)
6579
lint_roller (~> 1.1)
66-
rubocop-performance (~> 1.22.0)
67-
stringio (3.1.1)
68-
tailwind_merge (0.13.1)
69-
lru_redux (~> 1.1)
70-
unicode-display_width (2.6.0)
80+
rubocop-performance (~> 1.25.0)
81+
stringio (3.1.7)
82+
tailwind_merge (1.3.1)
83+
sin_lru_redux (~> 2.5)
84+
unicode-display_width (3.1.5)
85+
unicode-emoji (~> 4.0, >= 4.0.4)
86+
unicode-emoji (4.0.4)
7187

7288
PLATFORMS
7389
arm64-darwin-24

0 commit comments

Comments
 (0)