2
2
remote: .
3
3
specs:
4
4
solid_queue (0.6.0 )
5
- activejob (>= 7.1 )
6
- activerecord (>= 7.1 )
5
+ activejob (>= 7.2 )
6
+ activerecord (>= 7.2 )
7
7
concurrent-ruby (>= 1.3.1 )
8
8
fugit (~> 1.11.0 )
9
- railties (>= 7.1 )
9
+ railties (>= 7.2 )
10
10
11
11
GEM
12
12
remote: https://rubygems.org/
13
13
specs:
14
- actionpack (7.1.3.4 )
15
- actionview (= 7.1.3.4 )
16
- activesupport (= 7.1.3.4 )
14
+ actionpack (7.2.1 )
15
+ actionview (= 7.2.1 )
16
+ activesupport (= 7.2.1 )
17
17
nokogiri (>= 1.8.5 )
18
18
racc
19
- rack (>= 2.2.4 )
19
+ rack (>= 2.2.4 , < 3.2 )
20
20
rack-session (>= 1.0.1 )
21
21
rack-test (>= 0.6.3 )
22
22
rails-dom-testing (~> 2.2 )
23
23
rails-html-sanitizer (~> 1.6 )
24
- actionview (7.1.3.4 )
25
- activesupport (= 7.1.3.4 )
24
+ useragent (~> 0.16 )
25
+ actionview (7.2.1 )
26
+ activesupport (= 7.2.1 )
26
27
builder (~> 3.1 )
27
28
erubi (~> 1.11 )
28
29
rails-dom-testing (~> 2.2 )
29
30
rails-html-sanitizer (~> 1.6 )
30
- activejob (7.1.3.4 )
31
- activesupport (= 7.1.3.4 )
31
+ activejob (7.2.1 )
32
+ activesupport (= 7.2.1 )
32
33
globalid (>= 0.3.6 )
33
- activemodel (7.1.3.4 )
34
- activesupport (= 7.1.3.4 )
35
- activerecord (7.1.3.4 )
36
- activemodel (= 7.1.3.4 )
37
- activesupport (= 7.1.3.4 )
34
+ activemodel (7.2.1 )
35
+ activesupport (= 7.2.1 )
36
+ activerecord (7.2.1 )
37
+ activemodel (= 7.2.1 )
38
+ activesupport (= 7.2.1 )
38
39
timeout (>= 0.4.0 )
39
- activesupport (7.1.3.4 )
40
+ activesupport (7.2.1 )
40
41
base64
41
42
bigdecimal
42
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
43
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
43
44
connection_pool (>= 2.2.5 )
44
45
drb
45
46
i18n (>= 1.6 , < 2 )
47
+ logger (>= 1.4.2 )
46
48
minitest (>= 5.1 )
47
- mutex_m
48
- tzinfo (~> 2.0 )
49
+ securerandom ( >= 0.3 )
50
+ tzinfo (~> 2.0 , >= 2.0.5 )
49
51
ast (2.4.2 )
50
52
base64 (0.2.0 )
51
53
bigdecimal (3.1.8 )
68
70
i18n (1.14.5 )
69
71
concurrent-ruby (~> 1.0 )
70
72
io-console (0.6.0 )
71
- irb (1.6.2 )
72
- reline (>= 0.3.0 )
73
+ irb (1.14.0 )
74
+ rdoc (>= 4.0.0 )
75
+ reline (>= 0.4.2 )
73
76
json (2.7.1 )
74
77
language_server-protocol (3.17.0.3 )
78
+ logger (1.6.0 )
75
79
loofah (2.22.0 )
76
80
crass (~> 1.0.2 )
77
81
nokogiri (>= 1.12.0 )
78
82
mini_portile2 (2.8.1 )
79
83
minitest (5.24.0 )
80
84
mocha (2.1.0 )
81
85
ruby2_keywords (>= 0.0.5 )
82
- mutex_m (0.2.0 )
83
86
mysql2 (0.5.4 )
84
87
nio4r (2.7.0 )
85
88
nokogiri (1.16.6-arm64-darwin )
93
96
ast (~> 2.4.1 )
94
97
racc
95
98
pg (1.5.4 )
99
+ psych (5.1.2 )
100
+ stringio
96
101
puma (6.4.2 )
97
102
nio4r (~> 2.0 )
98
103
raabro (1.4.0 )
@@ -112,18 +117,20 @@ GEM
112
117
rails-html-sanitizer (1.6.0 )
113
118
loofah (~> 2.21 )
114
119
nokogiri (~> 1.14 )
115
- railties (7.1.3.4 )
116
- actionpack (= 7.1.3.4 )
117
- activesupport (= 7.1.3.4 )
118
- irb
120
+ railties (7.2.1 )
121
+ actionpack (= 7.2.1 )
122
+ activesupport (= 7.2.1 )
123
+ irb ( ~> 1.13 )
119
124
rackup (>= 1.0.0 )
120
125
rake (>= 12.2 )
121
126
thor (~> 1.0 , >= 1.2.2 )
122
127
zeitwerk (~> 2.6 )
123
128
rainbow (3.1.1 )
124
129
rake (13.0.6 )
130
+ rdoc (6.7.0 )
131
+ psych (>= 4.0.0 )
125
132
regexp_parser (2.9.0 )
126
- reline (0.3.2 )
133
+ reline (0.5.9 )
127
134
io-console (~> 0.5 )
128
135
rexml (3.3.3 )
129
136
strscan
@@ -158,14 +165,17 @@ GEM
158
165
rubocop-rails
159
166
ruby-progressbar (1.13.0 )
160
167
ruby2_keywords (0.0.5 )
168
+ securerandom (0.3.1 )
161
169
sqlite3 (1.5.4 )
162
170
mini_portile2 (~> 2.8.0 )
171
+ stringio (3.1.1 )
163
172
strscan (3.1.0 )
164
173
thor (1.2.2 )
165
174
timeout (0.4.1 )
166
175
tzinfo (2.0.6 )
167
176
concurrent-ruby (~> 1.0 )
168
177
unicode-display_width (2.5.0 )
178
+ useragent (0.16.10 )
169
179
webrick (1.8.1 )
170
180
zeitwerk (2.6.12 )
171
181
0 commit comments