Skip to content

Commit bc46e1f

Browse files
committed
fix:dev: dependencies
1 parent 62771bd commit bc46e1f

1 file changed

Lines changed: 26 additions & 22 deletions

File tree

Gemfile.lock

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,17 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
ast (2.4.2)
11-
csv (3.3.2)
12-
diff-lcs (1.5.1)
13-
json (2.9.1)
14-
language_server-protocol (3.17.0.3)
10+
ast (2.4.3)
11+
csv (3.3.4)
12+
diff-lcs (1.6.1)
13+
json (2.11.3)
14+
language_server-protocol (3.17.0.4)
1515
lint_roller (1.1.0)
16-
parallel (1.26.3)
17-
parser (3.3.6.0)
16+
parallel (1.27.0)
17+
parser (3.3.8.0)
1818
ast (~> 2.4.1)
1919
racc
20+
prism (1.4.0)
2021
racc (1.8.1)
2122
rainbow (3.1.1)
2223
rake (13.2.1)
@@ -25,7 +26,7 @@ GEM
2526
rspec-core (~> 3.13.0)
2627
rspec-expectations (~> 3.13.0)
2728
rspec-mocks (~> 3.13.0)
28-
rspec-core (3.13.2)
29+
rspec-core (3.13.3)
2930
rspec-support (~> 3.13.0)
3031
rspec-expectations (3.13.3)
3132
diff-lcs (>= 1.2.0, < 2.0)
@@ -34,35 +35,38 @@ GEM
3435
diff-lcs (>= 1.2.0, < 2.0)
3536
rspec-support (~> 3.13.0)
3637
rspec-support (3.13.2)
37-
rubocop (1.69.2)
38+
rubocop (1.75.3)
3839
json (~> 2.3)
39-
language_server-protocol (>= 3.17.0)
40+
language_server-protocol (~> 3.17.0.2)
41+
lint_roller (~> 1.1.0)
4042
parallel (~> 1.10)
4143
parser (>= 3.3.0.2)
4244
rainbow (>= 2.2.2, < 4.0)
4345
regexp_parser (>= 2.9.3, < 3.0)
44-
rubocop-ast (>= 1.36.2, < 2.0)
46+
rubocop-ast (>= 1.44.0, < 2.0)
4547
ruby-progressbar (~> 1.7)
4648
unicode-display_width (>= 2.4.0, < 4.0)
47-
rubocop-ast (1.37.0)
48-
parser (>= 3.3.1.0)
49-
rubocop-performance (1.23.1)
50-
rubocop (>= 1.48.1, < 2.0)
51-
rubocop-ast (>= 1.31.1, < 2.0)
49+
rubocop-ast (1.44.1)
50+
parser (>= 3.3.7.2)
51+
prism (~> 1.4)
52+
rubocop-performance (1.25.0)
53+
lint_roller (~> 1.1)
54+
rubocop (>= 1.75.0, < 2.0)
55+
rubocop-ast (>= 1.38.0, < 2.0)
5256
ruby-progressbar (1.13.0)
53-
standard (1.43.0)
57+
standard (1.49.0)
5458
language_server-protocol (~> 3.17.0.2)
5559
lint_roller (~> 1.0)
56-
rubocop (~> 1.69.1)
60+
rubocop (~> 1.75.2)
5761
standard-custom (~> 1.0.0)
58-
standard-performance (~> 1.6)
62+
standard-performance (~> 1.8)
5963
standard-custom (1.0.2)
6064
lint_roller (~> 1.0)
6165
rubocop (~> 1.50)
62-
standard-performance (1.6.0)
66+
standard-performance (1.8.0)
6367
lint_roller (~> 1.1)
64-
rubocop-performance (~> 1.23.0)
65-
unicode-display_width (3.1.3)
68+
rubocop-performance (~> 1.25.0)
69+
unicode-display_width (3.1.4)
6670
unicode-emoji (~> 4.0, >= 4.0.4)
6771
unicode-emoji (4.0.4)
6872

0 commit comments

Comments
 (0)