Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit ceca344

Browse files
🔨 Lock file maintenance
1 parent a00aaee commit ceca344

File tree

2 files changed

+2532
-1844
lines changed

2 files changed

+2532
-1844
lines changed

Gemfile.lock

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,41 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (8.0.2)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
1113
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14-
ast (2.4.2)
15-
base64 (0.2.0)
16-
bigdecimal (3.1.7)
17-
concurrent-ruby (1.2.3)
18-
connection_pool (2.4.1)
19-
drb (2.2.1)
20-
i18n (1.14.4)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
ast (2.4.3)
18+
base64 (0.3.0)
19+
benchmark (0.4.1)
20+
bigdecimal (3.2.2)
21+
concurrent-ruby (1.3.5)
22+
connection_pool (2.5.3)
23+
drb (2.2.3)
24+
i18n (1.14.7)
2125
concurrent-ruby (~> 1.0)
22-
json (2.7.2)
23-
minitest (5.22.3)
24-
mutex_m (0.2.0)
25-
parallel (1.24.0)
26-
parser (3.3.0.5)
26+
json (2.13.2)
27+
logger (1.7.0)
28+
minitest (5.25.5)
29+
parallel (1.27.0)
30+
parser (3.3.9.0)
2731
ast (~> 2.4.1)
2832
racc
29-
racc (1.7.3)
30-
rack (3.0.10)
33+
prism (1.4.0)
34+
racc (1.8.1)
35+
rack (3.2.0)
3136
rainbow (3.1.1)
32-
regexp_parser (2.9.0)
33-
rexml (3.2.6)
37+
regexp_parser (2.11.1)
38+
rexml (3.4.1)
3439
rubocop (1.51.0)
3540
json (~> 2.3)
3641
parallel (~> 1.10)
@@ -41,8 +46,9 @@ GEM
4146
rubocop-ast (>= 1.28.0, < 2.0)
4247
ruby-progressbar (~> 1.7)
4348
unicode-display_width (>= 2.4.0, < 3.0)
44-
rubocop-ast (1.31.2)
45-
parser (>= 3.3.0.4)
49+
rubocop-ast (1.46.0)
50+
parser (>= 3.3.7.2)
51+
prism (~> 1.4)
4652
rubocop-capybara (2.18.0)
4753
rubocop (~> 1.41)
4854
rubocop-config-captive (1.11.0)
@@ -73,9 +79,11 @@ GEM
7379
rubocop-capybara (~> 2.17)
7480
rubocop-factory_bot (~> 2.22)
7581
ruby-progressbar (1.13.0)
82+
securerandom (0.4.1)
7683
tzinfo (2.0.6)
7784
concurrent-ruby (~> 1.0)
78-
unicode-display_width (2.5.0)
85+
unicode-display_width (2.6.0)
86+
uri (1.0.3)
7987

8088
PLATFORMS
8189
arm64-darwin-22

0 commit comments

Comments
 (0)