28
28
GEM
29
29
remote: https://rubygems.org/
30
30
specs:
31
- actioncable (7.1.5 .1 )
32
- actionpack (= 7.1.5 .1 )
33
- activesupport (= 7.1.5 .1 )
31
+ actioncable (8.0 .1 )
32
+ actionpack (= 8.0 .1 )
33
+ activesupport (= 8.0 .1 )
34
34
nio4r (~> 2.0 )
35
35
websocket-driver (>= 0.6.1 )
36
36
zeitwerk (~> 2.6 )
37
- actionmailbox (7.1.5.1 )
38
- actionpack (= 7.1.5.1 )
39
- activejob (= 7.1.5.1 )
40
- activerecord (= 7.1.5.1 )
41
- activestorage (= 7.1.5.1 )
42
- activesupport (= 7.1.5.1 )
43
- mail (>= 2.7.1 )
44
- net-imap
45
- net-pop
46
- net-smtp
47
- actionmailer (7.1.5.1 )
48
- actionpack (= 7.1.5.1 )
49
- actionview (= 7.1.5.1 )
50
- activejob (= 7.1.5.1 )
51
- activesupport (= 7.1.5.1 )
52
- mail (~> 2.5 , >= 2.5.4 )
53
- net-imap
54
- net-pop
55
- net-smtp
37
+ actionmailbox (8.0.1 )
38
+ actionpack (= 8.0.1 )
39
+ activejob (= 8.0.1 )
40
+ activerecord (= 8.0.1 )
41
+ activestorage (= 8.0.1 )
42
+ activesupport (= 8.0.1 )
43
+ mail (>= 2.8.0 )
44
+ actionmailer (8.0.1 )
45
+ actionpack (= 8.0.1 )
46
+ actionview (= 8.0.1 )
47
+ activejob (= 8.0.1 )
48
+ activesupport (= 8.0.1 )
49
+ mail (>= 2.8.0 )
56
50
rails-dom-testing (~> 2.2 )
57
- actionpack (7.1.5 .1 )
58
- actionview (= 7.1.5 .1 )
59
- activesupport (= 7.1.5 .1 )
51
+ actionpack (8.0 .1 )
52
+ actionview (= 8.0 .1 )
53
+ activesupport (= 8.0 .1 )
60
54
nokogiri (>= 1.8.5 )
61
- racc
62
55
rack (>= 2.2.4 )
63
56
rack-session (>= 1.0.1 )
64
57
rack-test (>= 0.6.3 )
65
58
rails-dom-testing (~> 2.2 )
66
59
rails-html-sanitizer (~> 1.6 )
67
- actiontext (7.1.5.1 )
68
- actionpack (= 7.1.5.1 )
69
- activerecord (= 7.1.5.1 )
70
- activestorage (= 7.1.5.1 )
71
- activesupport (= 7.1.5.1 )
60
+ useragent (~> 0.16 )
61
+ actiontext (8.0.1 )
62
+ actionpack (= 8.0.1 )
63
+ activerecord (= 8.0.1 )
64
+ activestorage (= 8.0.1 )
65
+ activesupport (= 8.0.1 )
72
66
globalid (>= 0.6.0 )
73
67
nokogiri (>= 1.8.5 )
74
- actionview (7.1.5 .1 )
75
- activesupport (= 7.1.5 .1 )
68
+ actionview (8.0 .1 )
69
+ activesupport (= 8.0 .1 )
76
70
builder (~> 3.1 )
77
71
erubi (~> 1.11 )
78
72
rails-dom-testing (~> 2.2 )
79
73
rails-html-sanitizer (~> 1.6 )
80
- activejob (7.1.5 .1 )
81
- activesupport (= 7.1.5 .1 )
74
+ activejob (8.0 .1 )
75
+ activesupport (= 8.0 .1 )
82
76
globalid (>= 0.3.6 )
83
- activemodel (7.1.5 .1 )
84
- activesupport (= 7.1.5 .1 )
85
- activerecord (7.1.5 .1 )
86
- activemodel (= 7.1.5 .1 )
87
- activesupport (= 7.1.5 .1 )
77
+ activemodel (8.0 .1 )
78
+ activesupport (= 8.0 .1 )
79
+ activerecord (8.0 .1 )
80
+ activemodel (= 8.0 .1 )
81
+ activesupport (= 8.0 .1 )
88
82
timeout (>= 0.4.0 )
89
- activestorage (7.1.5 .1 )
90
- actionpack (= 7.1.5 .1 )
91
- activejob (= 7.1.5 .1 )
92
- activerecord (= 7.1.5 .1 )
93
- activesupport (= 7.1.5 .1 )
83
+ activestorage (8.0 .1 )
84
+ actionpack (= 8.0 .1 )
85
+ activejob (= 8.0 .1 )
86
+ activerecord (= 8.0 .1 )
87
+ activesupport (= 8.0 .1 )
94
88
marcel (~> 1.0 )
95
- activesupport (7.1.5 .1 )
89
+ activesupport (8.0 .1 )
96
90
base64
97
91
benchmark (>= 0.3 )
98
92
bigdecimal
99
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
93
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
100
94
connection_pool (>= 2.2.5 )
101
95
drb
102
96
i18n (>= 1.6 , < 2 )
103
97
logger (>= 1.4.2 )
104
98
minitest (>= 5.1 )
105
- mutex_m
106
99
securerandom (>= 0.3 )
107
- tzinfo (~> 2.0 )
100
+ tzinfo (~> 2.0 , >= 2.0.5 )
101
+ uri (>= 0.13.1 )
108
102
ast (2.4.2 )
109
103
base64 (0.2.0 )
110
104
benchmark (0.4.0 )
168
162
css_press
169
163
multi_js (0.1.0 )
170
164
uglifier (~> 2 )
171
- mutex_m (0.3.0 )
172
165
net-imap (0.5.1 )
173
166
date
174
167
net-protocol
190
183
ast (~> 2.4.1 )
191
184
racc
192
185
phlex (1.11.0 )
193
- phlex-rails (1.1.1 )
194
- phlex (~> 1.9 )
195
- railties (>= 6.1 , < 8 )
196
- zeitwerk (~> 2.6 )
186
+ phlex-rails (1.2.2 )
187
+ phlex (>= 1.10 , < 2 )
188
+ railties (>= 6.1 , < 9 )
197
189
polyglot (0.3.5 )
198
190
prettier_print (1.2.1 )
199
191
psych (5.2.1 )
@@ -210,31 +202,31 @@ GEM
210
202
rack (>= 1.3 )
211
203
rackup (2.2.1 )
212
204
rack (>= 3 )
213
- rails (7.1.5 .1 )
214
- actioncable (= 7.1.5 .1 )
215
- actionmailbox (= 7.1.5 .1 )
216
- actionmailer (= 7.1.5 .1 )
217
- actionpack (= 7.1.5 .1 )
218
- actiontext (= 7.1.5 .1 )
219
- actionview (= 7.1.5 .1 )
220
- activejob (= 7.1.5 .1 )
221
- activemodel (= 7.1.5 .1 )
222
- activerecord (= 7.1.5 .1 )
223
- activestorage (= 7.1.5 .1 )
224
- activesupport (= 7.1.5 .1 )
205
+ rails (8.0 .1 )
206
+ actioncable (= 8.0 .1 )
207
+ actionmailbox (= 8.0 .1 )
208
+ actionmailer (= 8.0 .1 )
209
+ actionpack (= 8.0 .1 )
210
+ actiontext (= 8.0 .1 )
211
+ actionview (= 8.0 .1 )
212
+ activejob (= 8.0 .1 )
213
+ activemodel (= 8.0 .1 )
214
+ activerecord (= 8.0 .1 )
215
+ activestorage (= 8.0 .1 )
216
+ activesupport (= 8.0 .1 )
225
217
bundler (>= 1.15.0 )
226
- railties (= 7.1.5 .1 )
218
+ railties (= 8.0 .1 )
227
219
rails-dom-testing (2.2.0 )
228
220
activesupport (>= 5.0.0 )
229
221
minitest
230
222
nokogiri (>= 1.6 )
231
223
rails-html-sanitizer (1.6.2 )
232
224
loofah (~> 2.21 )
233
225
nokogiri (>= 1.15.7 , != 1.16.7 , != 1.16.6 , != 1.16.5 , != 1.16.4 , != 1.16.3 , != 1.16.2 , != 1.16.1 , != 1.16.0.rc1 , != 1.16.0 )
234
- railties (7.1.5 .1 )
235
- actionpack (= 7.1.5 .1 )
236
- activesupport (= 7.1.5 .1 )
237
- irb
226
+ railties (8.0 .1 )
227
+ actionpack (= 8.0 .1 )
228
+ activesupport (= 8.0 .1 )
229
+ irb ( ~> 1.13 )
238
230
rackup (>= 1.0.0 )
239
231
rake (>= 12.2 )
240
232
thor (~> 1.0 , >= 1.2.2 )
251
243
rubocop-ast (1.31.3 )
252
244
parser (>= 3.3.1.0 )
253
245
ruby-progressbar (1.13.0 )
254
- securerandom (0.4.0 )
246
+ securerandom (0.4.1 )
255
247
sprockets (4.2.1 )
256
248
concurrent-ruby (~> 1.0 )
257
249
rack (>= 2.2.4 , < 4 )
265
257
syntax_tree (6.2.0 )
266
258
prettier_print (>= 1.2.0 )
267
259
thor (1.3.2 )
268
- timeout (0.4.2 )
260
+ timeout (0.4.3 )
269
261
turbo-rails (2.0.11 )
270
262
actionpack (>= 6.0.0 )
271
263
railties (>= 6.0.0 )
277
269
execjs (>= 0.3.0 )
278
270
json (>= 1.8.0 )
279
271
unicode-display_width (2.5.0 )
272
+ uri (1.0.2 )
273
+ useragent (0.16.11 )
280
274
web-console (4.2.1 )
281
275
actionview (>= 6.0.0 )
282
276
activemodel (>= 6.0.0 )
@@ -304,7 +298,7 @@ DEPENDENCIES
304
298
phlexing !
305
299
puma (~> 6.5 )
306
300
rack-rewrite (~> 1.5 )
307
- rails (~> 7.1.5 )
301
+ rails (~> 8.0.1 )
308
302
rouge (~> 4.5 )
309
303
rubocop !
310
304
sprockets-rails
0 commit comments