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

Commit e29950f

Browse files
🔨 Lock file maintenance
1 parent a00aaee commit e29950f

2 files changed

Lines changed: 2789 additions & 1931 deletions

File tree

Gemfile.lock

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.2)
4+
activesupport (8.1.1)
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 (3.3.1)
20+
concurrent-ruby (1.3.5)
21+
connection_pool (2.5.4)
22+
drb (2.2.3)
23+
i18n (1.14.7)
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.16.0)
26+
logger (1.7.0)
27+
minitest (5.26.2)
28+
parallel (1.27.0)
29+
parser (3.3.10.0)
2730
ast (~> 2.4.1)
2831
racc
29-
racc (1.7.3)
30-
rack (3.0.10)
32+
prism (1.6.0)
33+
racc (1.8.1)
34+
rack (3.2.4)
3135
rainbow (3.1.1)
32-
regexp_parser (2.9.0)
33-
rexml (3.2.6)
36+
regexp_parser (2.11.3)
37+
rexml (3.4.4)
3438
rubocop (1.51.0)
3539
json (~> 2.3)
3640
parallel (~> 1.10)
@@ -41,8 +45,9 @@ GEM
4145
rubocop-ast (>= 1.28.0, < 2.0)
4246
ruby-progressbar (~> 1.7)
4347
unicode-display_width (>= 2.4.0, < 3.0)
44-
rubocop-ast (1.31.2)
45-
parser (>= 3.3.0.4)
48+
rubocop-ast (1.48.0)
49+
parser (>= 3.3.7.2)
50+
prism (~> 1.4)
4651
rubocop-capybara (2.18.0)
4752
rubocop (~> 1.41)
4853
rubocop-config-captive (1.11.0)
@@ -73,9 +78,11 @@ GEM
7378
rubocop-capybara (~> 2.17)
7479
rubocop-factory_bot (~> 2.22)
7580
ruby-progressbar (1.13.0)
81+
securerandom (0.4.1)
7682
tzinfo (2.0.6)
7783
concurrent-ruby (~> 1.0)
78-
unicode-display_width (2.5.0)
84+
unicode-display_width (2.6.0)
85+
uri (1.1.1)
7986

8087
PLATFORMS
8188
arm64-darwin-22

0 commit comments

Comments
 (0)