Skip to content

Commit 2e63b21

Browse files
committed
dev: bundle update
1 parent 695d283 commit 2e63b21

File tree

1 file changed

+26
-22
lines changed

1 file changed

+26
-22
lines changed

Gemfile.lock

+26-22
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activesupport (7.2.0)
11+
activesupport (8.0.0)
1212
base64
13+
benchmark (>= 0.3)
1314
bigdecimal
1415
concurrent-ruby (~> 1.0, >= 1.3.1)
1516
connection_pool (>= 2.2.5)
@@ -19,22 +20,24 @@ GEM
1920
minitest (>= 5.1)
2021
securerandom (>= 0.3)
2122
tzinfo (~> 2.0, >= 2.0.5)
23+
uri (>= 0.13.1)
2224
ast (2.4.2)
2325
base64 (0.2.0)
26+
benchmark (0.4.0)
2427
bigdecimal (3.1.8)
2528
concurrent-ruby (1.3.4)
2629
connection_pool (2.4.1)
2730
crass (1.0.6)
2831
drb (2.2.1)
29-
i18n (1.14.5)
32+
i18n (1.14.6)
3033
concurrent-ruby (~> 1.0)
31-
json (2.7.2)
34+
json (2.8.2)
3235
language_server-protocol (3.17.0.3)
33-
logger (1.6.0)
34-
loofah (2.22.0)
36+
logger (1.6.1)
37+
loofah (2.23.1)
3538
crass (~> 1.0.2)
3639
nokogiri (>= 1.12.0)
37-
minitest (5.24.1)
40+
minitest (5.25.2)
3841
nokogiri (1.16.7-aarch64-linux)
3942
racc (~> 1.4)
4043
nokogiri (1.16.7-arm-linux)
@@ -47,47 +50,48 @@ GEM
4750
racc (~> 1.4)
4851
nokogiri (1.16.7-x86_64-linux)
4952
racc (~> 1.4)
50-
parallel (1.26.2)
51-
parser (3.3.4.2)
53+
parallel (1.26.3)
54+
parser (3.3.6.0)
5255
ast (~> 2.4.1)
5356
racc
5457
racc (1.8.1)
55-
rack (3.1.7)
58+
rack (3.1.8)
5659
rainbow (3.1.1)
5760
rake (13.2.1)
58-
regexp_parser (2.9.2)
59-
rexml (3.3.9)
60-
rubocop (1.65.1)
61+
regexp_parser (2.9.3)
62+
rubocop (1.69.0)
6163
json (~> 2.3)
6264
language_server-protocol (>= 3.17.0)
6365
parallel (~> 1.10)
6466
parser (>= 3.3.0.2)
6567
rainbow (>= 2.2.2, < 4.0)
6668
regexp_parser (>= 2.4, < 3.0)
67-
rexml (>= 3.2.5, < 4.0)
68-
rubocop-ast (>= 1.31.1, < 2.0)
69+
rubocop-ast (>= 1.36.1, < 2.0)
6970
ruby-progressbar (~> 1.7)
70-
unicode-display_width (>= 2.4.0, < 3.0)
71-
rubocop-ast (1.32.0)
71+
unicode-display_width (>= 2.4.0, < 4.0)
72+
rubocop-ast (1.36.2)
7273
parser (>= 3.3.1.0)
73-
rubocop-minitest (0.35.1)
74+
rubocop-minitest (0.36.0)
7475
rubocop (>= 1.61, < 2.0)
7576
rubocop-ast (>= 1.31.1, < 2.0)
7677
rubocop-packaging (0.5.2)
7778
rubocop (>= 1.33, < 2.0)
78-
rubocop-performance (1.21.1)
79+
rubocop-performance (1.23.0)
7980
rubocop (>= 1.48.1, < 2.0)
8081
rubocop-ast (>= 1.31.1, < 2.0)
81-
rubocop-rails (2.25.1)
82+
rubocop-rails (2.27.0)
8283
activesupport (>= 4.2.0)
8384
rack (>= 1.1)
84-
rubocop (>= 1.33.0, < 2.0)
85+
rubocop (>= 1.52.0, < 2.0)
8586
rubocop-ast (>= 1.31.1, < 2.0)
8687
ruby-progressbar (1.13.0)
87-
securerandom (0.3.1)
88+
securerandom (0.3.2)
8889
tzinfo (2.0.6)
8990
concurrent-ruby (~> 1.0)
90-
unicode-display_width (2.5.0)
91+
unicode-display_width (3.1.2)
92+
unicode-emoji (~> 4.0, >= 4.0.4)
93+
unicode-emoji (4.0.4)
94+
uri (1.0.2)
9195

9296
PLATFORMS
9397
aarch64-linux

0 commit comments

Comments
 (0)