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

Commit 3f717df

Browse files
🔨 Lock file maintenance
1 parent a00aaee commit 3f717df

2 files changed

Lines changed: 2795 additions & 2015 deletions

File tree

Gemfile.lock

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,42 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (8.1.3)
55
base64
66
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
7+
concurrent-ruby (~> 1.0, >= 1.3.1)
88
connection_pool (>= 2.2.5)
99
drb
1010
i18n (>= 1.6, < 2)
11+
json
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+
bigdecimal (4.1.0)
20+
concurrent-ruby (1.3.6)
21+
connection_pool (3.0.2)
22+
drb (2.2.3)
23+
i18n (1.14.8)
2124
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)
25+
json (2.19.3)
26+
logger (1.7.0)
27+
minitest (6.0.3)
28+
drb (~> 2.0)
29+
prism (~> 1.5)
30+
parallel (1.27.0)
31+
parser (3.3.11.1)
2732
ast (~> 2.4.1)
2833
racc
29-
racc (1.7.3)
30-
rack (3.0.10)
34+
prism (1.9.0)
35+
racc (1.8.1)
36+
rack (3.2.6)
3137
rainbow (3.1.1)
32-
regexp_parser (2.9.0)
33-
rexml (3.2.6)
38+
regexp_parser (2.11.3)
39+
rexml (3.4.4)
3440
rubocop (1.51.0)
3541
json (~> 2.3)
3642
parallel (~> 1.10)
@@ -41,8 +47,9 @@ GEM
4147
rubocop-ast (>= 1.28.0, < 2.0)
4248
ruby-progressbar (~> 1.7)
4349
unicode-display_width (>= 2.4.0, < 3.0)
44-
rubocop-ast (1.31.2)
45-
parser (>= 3.3.0.4)
50+
rubocop-ast (1.49.1)
51+
parser (>= 3.3.7.2)
52+
prism (~> 1.7)
4653
rubocop-capybara (2.18.0)
4754
rubocop (~> 1.41)
4855
rubocop-config-captive (1.11.0)
@@ -73,9 +80,11 @@ GEM
7380
rubocop-capybara (~> 2.17)
7481
rubocop-factory_bot (~> 2.22)
7582
ruby-progressbar (1.13.0)
83+
securerandom (0.4.1)
7684
tzinfo (2.0.6)
7785
concurrent-ruby (~> 1.0)
78-
unicode-display_width (2.5.0)
86+
unicode-display_width (2.6.0)
87+
uri (1.1.1)
7988

8089
PLATFORMS
8190
arm64-darwin-22

0 commit comments

Comments
 (0)