10
10
GEM
11
11
remote: https://rubygems.org/
12
12
specs:
13
- actioncable (7.1.3.4 )
14
- actionpack (= 7.1.3.4 )
15
- activesupport (= 7.1.3.4 )
13
+ actioncable (7.2.1 )
14
+ actionpack (= 7.2.1 )
15
+ activesupport (= 7.2.1 )
16
16
nio4r (~> 2.0 )
17
17
websocket-driver (>= 0.6.1 )
18
18
zeitwerk (~> 2.6 )
19
- actionmailbox (7.1.3.4 )
20
- actionpack (= 7.1.3.4 )
21
- activejob (= 7.1.3.4 )
22
- activerecord (= 7.1.3.4 )
23
- activestorage (= 7.1.3.4 )
24
- activesupport (= 7.1.3.4 )
25
- mail (>= 2.7.1 )
26
- net-imap
27
- net-pop
28
- net-smtp
29
- actionmailer (7.1.3.4 )
30
- actionpack (= 7.1.3.4 )
31
- actionview (= 7.1.3.4 )
32
- activejob (= 7.1.3.4 )
33
- activesupport (= 7.1.3.4 )
34
- mail (~> 2.5 , >= 2.5.4 )
35
- net-imap
36
- net-pop
37
- net-smtp
19
+ actionmailbox (7.2.1 )
20
+ actionpack (= 7.2.1 )
21
+ activejob (= 7.2.1 )
22
+ activerecord (= 7.2.1 )
23
+ activestorage (= 7.2.1 )
24
+ activesupport (= 7.2.1 )
25
+ mail (>= 2.8.0 )
26
+ actionmailer (7.2.1 )
27
+ actionpack (= 7.2.1 )
28
+ actionview (= 7.2.1 )
29
+ activejob (= 7.2.1 )
30
+ activesupport (= 7.2.1 )
31
+ mail (>= 2.8.0 )
38
32
rails-dom-testing (~> 2.2 )
39
- actionpack (7.1.3.4 )
40
- actionview (= 7.1.3.4 )
41
- activesupport (= 7.1.3.4 )
33
+ actionpack (7.2.1 )
34
+ actionview (= 7.2.1 )
35
+ activesupport (= 7.2.1 )
42
36
nokogiri (>= 1.8.5 )
43
37
racc
44
- rack (>= 2.2.4 )
38
+ rack (>= 2.2.4 , < 3.2 )
45
39
rack-session (>= 1.0.1 )
46
40
rack-test (>= 0.6.3 )
47
41
rails-dom-testing (~> 2.2 )
48
42
rails-html-sanitizer (~> 1.6 )
49
- actiontext (7.1.3.4 )
50
- actionpack (= 7.1.3.4 )
51
- activerecord (= 7.1.3.4 )
52
- activestorage (= 7.1.3.4 )
53
- activesupport (= 7.1.3.4 )
43
+ useragent (~> 0.16 )
44
+ actiontext (7.2.1 )
45
+ actionpack (= 7.2.1 )
46
+ activerecord (= 7.2.1 )
47
+ activestorage (= 7.2.1 )
48
+ activesupport (= 7.2.1 )
54
49
globalid (>= 0.6.0 )
55
50
nokogiri (>= 1.8.5 )
56
- actionview (7.1.3.4 )
57
- activesupport (= 7.1.3.4 )
51
+ actionview (7.2.1 )
52
+ activesupport (= 7.2.1 )
58
53
builder (~> 3.1 )
59
54
erubi (~> 1.11 )
60
55
rails-dom-testing (~> 2.2 )
61
56
rails-html-sanitizer (~> 1.6 )
62
- activejob (7.1.3.4 )
63
- activesupport (= 7.1.3.4 )
57
+ activejob (7.2.1 )
58
+ activesupport (= 7.2.1 )
64
59
globalid (>= 0.3.6 )
65
- activemodel (7.1.3.4 )
66
- activesupport (= 7.1.3.4 )
67
- activerecord (7.1.3.4 )
68
- activemodel (= 7.1.3.4 )
69
- activesupport (= 7.1.3.4 )
60
+ activemodel (7.2.1 )
61
+ activesupport (= 7.2.1 )
62
+ activerecord (7.2.1 )
63
+ activemodel (= 7.2.1 )
64
+ activesupport (= 7.2.1 )
70
65
timeout (>= 0.4.0 )
71
- activestorage (7.1.3.4 )
72
- actionpack (= 7.1.3.4 )
73
- activejob (= 7.1.3.4 )
74
- activerecord (= 7.1.3.4 )
75
- activesupport (= 7.1.3.4 )
66
+ activestorage (7.2.1 )
67
+ actionpack (= 7.2.1 )
68
+ activejob (= 7.2.1 )
69
+ activerecord (= 7.2.1 )
70
+ activesupport (= 7.2.1 )
76
71
marcel (~> 1.0 )
77
- activesupport (7.1.3.4 )
72
+ activesupport (7.2.1 )
78
73
base64
79
74
bigdecimal
80
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
75
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
81
76
connection_pool (>= 2.2.5 )
82
77
drb
83
78
i18n (>= 1.6 , < 2 )
79
+ logger (>= 1.4.2 )
84
80
minitest (>= 5.1 )
85
- mutex_m
86
- tzinfo (~> 2.0 )
81
+ securerandom ( >= 0.3 )
82
+ tzinfo (~> 2.0 , >= 2.0.5 )
87
83
ast (2.4.2 )
88
84
auto_strip_attributes (2.6.0 )
89
85
activerecord (>= 4.0 )
@@ -129,10 +125,10 @@ GEM
129
125
http-accept (1.7.0 )
130
126
http-cookie (1.0.5 )
131
127
domain_name (~> 0.5 )
132
- i18n (1.14.5 )
128
+ i18n (1.14.6 )
133
129
concurrent-ruby (~> 1.0 )
134
130
io-console (0.7.2 )
135
- irb (1.13.1 )
131
+ irb (1.14.0 )
136
132
rdoc (>= 4.0.0 )
137
133
reline (>= 0.4.2 )
138
134
jquery-rails (4.6.0 )
144
140
listen (3.9.0 )
145
141
rb-fsevent (~> 0.10 , >= 0.10.3 )
146
142
rb-inotify (~> 0.9 , >= 0.9.10 )
143
+ logger (1.6.1 )
147
144
loofah (2.22.0 )
148
145
crass (~> 1.0.2 )
149
146
nokogiri (>= 1.12.0 )
@@ -158,14 +155,13 @@ GEM
158
155
mime-types-data (3.2024.0206 )
159
156
mini_mime (1.1.5 )
160
157
mini_portile2 (2.8.7 )
161
- minitest (5.24 .1 )
158
+ minitest (5.25 .1 )
162
159
mono_logger (1.1.2 )
163
160
msgpack (1.7.2 )
164
161
multi_json (1.15.0 )
165
162
mustermann (3.0.0 )
166
163
ruby2_keywords (~> 0.0.1 )
167
- mutex_m (0.2.0 )
168
- net-imap (0.4.12 )
164
+ net-imap (0.4.16 )
169
165
date
170
166
net-protocol
171
167
net-pop (0.1.2 )
@@ -205,31 +201,31 @@ GEM
205
201
rackup (1.0.0 )
206
202
rack (< 3 )
207
203
webrick
208
- rails (7.1.3.4 )
209
- actioncable (= 7.1.3.4 )
210
- actionmailbox (= 7.1.3.4 )
211
- actionmailer (= 7.1.3.4 )
212
- actionpack (= 7.1.3.4 )
213
- actiontext (= 7.1.3.4 )
214
- actionview (= 7.1.3.4 )
215
- activejob (= 7.1.3.4 )
216
- activemodel (= 7.1.3.4 )
217
- activerecord (= 7.1.3.4 )
218
- activestorage (= 7.1.3.4 )
219
- activesupport (= 7.1.3.4 )
204
+ rails (7.2.1 )
205
+ actioncable (= 7.2.1 )
206
+ actionmailbox (= 7.2.1 )
207
+ actionmailer (= 7.2.1 )
208
+ actionpack (= 7.2.1 )
209
+ actiontext (= 7.2.1 )
210
+ actionview (= 7.2.1 )
211
+ activejob (= 7.2.1 )
212
+ activemodel (= 7.2.1 )
213
+ activerecord (= 7.2.1 )
214
+ activestorage (= 7.2.1 )
215
+ activesupport (= 7.2.1 )
220
216
bundler (>= 1.15.0 )
221
- railties (= 7.1.3.4 )
217
+ railties (= 7.2.1 )
222
218
rails-dom-testing (2.2.0 )
223
219
activesupport (>= 5.0.0 )
224
220
minitest
225
221
nokogiri (>= 1.6 )
226
222
rails-html-sanitizer (1.6.0 )
227
223
loofah (~> 2.21 )
228
224
nokogiri (~> 1.14 )
229
- railties (7.1.3.4 )
230
- actionpack (= 7.1.3.4 )
231
- activesupport (= 7.1.3.4 )
232
- irb
225
+ railties (7.2.1 )
226
+ actionpack (= 7.2.1 )
227
+ activesupport (= 7.2.1 )
228
+ irb ( ~> 1.13 )
233
229
rackup (>= 1.0.0 )
234
230
rake (>= 12.2 )
235
231
thor (~> 1.0 , >= 1.2.2 )
249
245
redis-namespace (1.11.0 )
250
246
redis (>= 4 )
251
247
regexp_parser (2.9.2 )
252
- reline (0.5.8 )
248
+ reline (0.5.10 )
253
249
io-console (~> 0.5 )
254
250
request_store (1.5.1 )
255
251
rack (>= 1.4 )
312
308
ruby2_keywords (0.0.5 )
313
309
ruumba (0.1.17 )
314
310
rubocop
311
+ securerandom (0.3.1 )
315
312
sentry-rails (5.19.0 )
316
313
railties (>= 5.0 )
317
314
sentry-ruby (~> 5.19.0 )
330
327
actionpack (>= 6.1 )
331
328
activesupport (>= 6.1 )
332
329
sprockets (>= 3.0.0 )
333
- stringio (3.1.0 )
334
- thor (1.3.1 )
330
+ stringio (3.1.1 )
331
+ thor (1.3.2 )
335
332
tilt (2.2.0 )
336
333
timeout (0.4.1 )
337
334
traceroute (0.8.1 )
344
341
concurrent-ruby (~> 1.0 )
345
342
unicode-display_width (2.5.0 )
346
343
uniform_notifier (1.16.0 )
344
+ useragent (0.16.10 )
347
345
warden (1.2.9 )
348
346
rack (>= 2.0.9 )
349
347
web-console (4.2.1 )
355
353
websocket-driver (0.7.6 )
356
354
websocket-extensions (>= 0.1.0 )
357
355
websocket-extensions (0.1.5 )
358
- zeitwerk (2.6.15 )
356
+ zeitwerk (2.6.18 )
359
357
360
358
PLATFORMS
361
359
ruby
0 commit comments