1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- actioncable (7.2 .2.2 )
5
- actionpack (= 7.2 .2.2 )
6
- activesupport (= 7.2 .2.2 )
4
+ actioncable (8.0 .2.1 )
5
+ actionpack (= 8.0 .2.1 )
6
+ activesupport (= 8.0 .2.1 )
7
7
nio4r (~> 2.0 )
8
8
websocket-driver (>= 0.6.1 )
9
9
zeitwerk (~> 2.6 )
10
- actionmailbox (7.2 .2.2 )
11
- actionpack (= 7.2 .2.2 )
12
- activejob (= 7.2 .2.2 )
13
- activerecord (= 7.2 .2.2 )
14
- activestorage (= 7.2 .2.2 )
15
- activesupport (= 7.2 .2.2 )
10
+ actionmailbox (8.0 .2.1 )
11
+ actionpack (= 8.0 .2.1 )
12
+ activejob (= 8.0 .2.1 )
13
+ activerecord (= 8.0 .2.1 )
14
+ activestorage (= 8.0 .2.1 )
15
+ activesupport (= 8.0 .2.1 )
16
16
mail (>= 2.8.0 )
17
- actionmailer (7.2 .2.2 )
18
- actionpack (= 7.2 .2.2 )
19
- actionview (= 7.2 .2.2 )
20
- activejob (= 7.2 .2.2 )
21
- activesupport (= 7.2 .2.2 )
17
+ actionmailer (8.0 .2.1 )
18
+ actionpack (= 8.0 .2.1 )
19
+ actionview (= 8.0 .2.1 )
20
+ activejob (= 8.0 .2.1 )
21
+ activesupport (= 8.0 .2.1 )
22
22
mail (>= 2.8.0 )
23
23
rails-dom-testing (~> 2.2 )
24
- actionpack (7.2 .2.2 )
25
- actionview (= 7.2 .2.2 )
26
- activesupport (= 7.2 .2.2 )
24
+ actionpack (8.0 .2.1 )
25
+ actionview (= 8.0 .2.1 )
26
+ activesupport (= 8.0 .2.1 )
27
27
nokogiri (>= 1.8.5 )
28
- racc
29
- rack (>= 2.2.4 , < 3.2 )
28
+ rack (>= 2.2.4 )
30
29
rack-session (>= 1.0.1 )
31
30
rack-test (>= 0.6.3 )
32
31
rails-dom-testing (~> 2.2 )
33
32
rails-html-sanitizer (~> 1.6 )
34
33
useragent (~> 0.16 )
35
34
actionpack-page_caching (1.2.4 )
36
35
actionpack (>= 4.0.0 )
37
- actiontext (7.2 .2.2 )
38
- actionpack (= 7.2 .2.2 )
39
- activerecord (= 7.2 .2.2 )
40
- activestorage (= 7.2 .2.2 )
41
- activesupport (= 7.2 .2.2 )
36
+ actiontext (8.0 .2.1 )
37
+ actionpack (= 8.0 .2.1 )
38
+ activerecord (= 8.0 .2.1 )
39
+ activestorage (= 8.0 .2.1 )
40
+ activesupport (= 8.0 .2.1 )
42
41
globalid (>= 0.6.0 )
43
42
nokogiri (>= 1.8.5 )
44
- actionview (7.2 .2.2 )
45
- activesupport (= 7.2 .2.2 )
43
+ actionview (8.0 .2.1 )
44
+ activesupport (= 8.0 .2.1 )
46
45
builder (~> 3.1 )
47
46
erubi (~> 1.11 )
48
47
rails-dom-testing (~> 2.2 )
49
48
rails-html-sanitizer (~> 1.6 )
50
- activejob (7.2 .2.2 )
51
- activesupport (= 7.2 .2.2 )
49
+ activejob (8.0 .2.1 )
50
+ activesupport (= 8.0 .2.1 )
52
51
globalid (>= 0.3.6 )
53
- activemodel (7.2 .2.2 )
54
- activesupport (= 7.2 .2.2 )
55
- activerecord (7.2 .2.2 )
56
- activemodel (= 7.2 .2.2 )
57
- activesupport (= 7.2 .2.2 )
52
+ activemodel (8.0 .2.1 )
53
+ activesupport (= 8.0 .2.1 )
54
+ activerecord (8.0 .2.1 )
55
+ activemodel (= 8.0 .2.1 )
56
+ activesupport (= 8.0 .2.1 )
58
57
timeout (>= 0.4.0 )
59
- activestorage (7.2 .2.2 )
60
- actionpack (= 7.2 .2.2 )
61
- activejob (= 7.2 .2.2 )
62
- activerecord (= 7.2 .2.2 )
63
- activesupport (= 7.2 .2.2 )
58
+ activestorage (8.0 .2.1 )
59
+ actionpack (= 8.0 .2.1 )
60
+ activejob (= 8.0 .2.1 )
61
+ activerecord (= 8.0 .2.1 )
62
+ activesupport (= 8.0 .2.1 )
64
63
marcel (~> 1.0 )
65
- activesupport (7.2 .2.2 )
64
+ activesupport (8.0 .2.1 )
66
65
base64
67
66
benchmark (>= 0.3 )
68
67
bigdecimal
74
73
minitest (>= 5.1 )
75
74
securerandom (>= 0.3 )
76
75
tzinfo (~> 2.0 , >= 2.0.5 )
76
+ uri (>= 0.13.1 )
77
77
airbrussh (1.5.2 )
78
78
sshkit (>= 1.6.1 , != 1.7.0 )
79
79
base64 (0.3.0 )
@@ -112,15 +112,17 @@ GEM
112
112
date (3.4.1 )
113
113
drb (2.2.3 )
114
114
ed25519 (1.3.0 )
115
+ erb (5.0.2 )
115
116
erubi (1.13.1 )
116
117
execjs (2.10.0 )
117
118
ffi (1.15.5 )
118
119
globalid (1.2.1 )
119
120
activesupport (>= 6.1 )
120
121
i18n (1.14.7 )
121
122
concurrent-ruby (~> 1.0 )
122
- io-console (0.7.2 )
123
- irb (1.14.0 )
123
+ io-console (0.8.1 )
124
+ irb (1.15.2 )
125
+ pp (>= 0.6.0 )
124
126
rdoc (>= 4.0.0 )
125
127
reline (>= 0.4.2 )
126
128
logger (1.7.0 )
136
138
mini_mime (1.1.5 )
137
139
mini_portile2 (2.8.9 )
138
140
minitest (5.25.5 )
139
- net-imap (0.4.20 )
141
+ net-imap (0.5.10 )
140
142
date
141
143
net-protocol
142
144
net-pop (0.1.2 )
@@ -147,41 +149,45 @@ GEM
147
149
net-ssh (>= 2.6.5 , < 8.0.0 )
148
150
net-sftp (4.0.0 )
149
151
net-ssh (>= 5.0.0 , < 8.0.0 )
150
- net-smtp (0.5.0 )
152
+ net-smtp (0.5.1 )
151
153
net-protocol
152
154
net-ssh (7.2.3 )
153
155
nio4r (2.7.4 )
154
156
nokogiri (1.18.9 )
155
157
mini_portile2 (~> 2.8.2 )
156
158
racc (~> 1.4 )
157
159
pg (1.6.2 )
158
- psych (5.1.2 )
160
+ pp (0.6.2 )
161
+ prettyprint
162
+ prettyprint (0.2.0 )
163
+ psych (5.2.6 )
164
+ date
159
165
stringio
160
166
puma (6.6.1 )
161
167
nio4r (~> 2.0 )
162
168
racc (1.8.1 )
163
- rack (3.1.16 )
169
+ rack (3.2.1 )
164
170
rack-session (2.1.1 )
165
171
base64 (>= 0.1.0 )
166
172
rack (>= 3.0.0 )
167
173
rack-test (2.2.0 )
168
174
rack (>= 1.3 )
169
175
rackup (2.2.1 )
170
176
rack (>= 3 )
171
- rails (7.2 .2.2 )
172
- actioncable (= 7.2 .2.2 )
173
- actionmailbox (= 7.2 .2.2 )
174
- actionmailer (= 7.2 .2.2 )
175
- actionpack (= 7.2 .2.2 )
176
- actiontext (= 7.2 .2.2 )
177
- actionview (= 7.2 .2.2 )
178
- activejob (= 7.2 .2.2 )
179
- activemodel (= 7.2 .2.2 )
180
- activerecord (= 7.2 .2.2 )
181
- activestorage (= 7.2 .2.2 )
182
- activesupport (= 7.2 .2.2 )
177
+ rails (8.0 .2.1 )
178
+ actioncable (= 8.0 .2.1 )
179
+ actionmailbox (= 8.0 .2.1 )
180
+ actionmailer (= 8.0 .2.1 )
181
+ actionpack (= 8.0 .2.1 )
182
+ actiontext (= 8.0 .2.1 )
183
+ actionview (= 8.0 .2.1 )
184
+ activejob (= 8.0 .2.1 )
185
+ activemodel (= 8.0 .2.1 )
186
+ activerecord (= 8.0 .2.1 )
187
+ activestorage (= 8.0 .2.1 )
188
+ activesupport (= 8.0 .2.1 )
183
189
bundler (>= 1.15.0 )
184
- railties (= 7.2 .2.2 )
190
+ railties (= 8.0 .2.1 )
185
191
rails-controller-testing (1.0.5 )
186
192
actionpack (>= 5.0.1.rc1 )
187
193
actionview (>= 5.0.1.rc1 )
@@ -193,22 +199,23 @@ GEM
193
199
rails-html-sanitizer (1.6.2 )
194
200
loofah (~> 2.21 )
195
201
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 )
196
- railties (7.2 .2.2 )
197
- actionpack (= 7.2 .2.2 )
198
- activesupport (= 7.2 .2.2 )
202
+ railties (8.0 .2.1 )
203
+ actionpack (= 8.0 .2.1 )
204
+ activesupport (= 8.0 .2.1 )
199
205
irb (~> 1.13 )
200
206
rackup (>= 1.0.0 )
201
207
rake (>= 12.2 )
202
208
thor (~> 1.0 , >= 1.2.2 )
203
209
zeitwerk (~> 2.6 )
204
- rake (13.2.1 )
210
+ rake (13.3.0 )
205
211
rbnacl (7.1.1 )
206
212
ffi
207
213
rbnacl-libsodium (1.0.16 )
208
214
rbnacl (>= 3.0.1 )
209
- rdoc (6.7.0 )
215
+ rdoc (6.14.2 )
216
+ erb
210
217
psych (>= 4.0.0 )
211
- reline (0.5.9 )
218
+ reline (0.6.2 )
212
219
io-console (~> 0.5 )
213
220
rugged (1.7.2 )
214
221
sass-rails (6.0.0 )
235
242
net-sftp (>= 2.1.2 )
236
243
net-ssh (>= 2.8.0 )
237
244
stringio (3.1.7 )
238
- thor (1.3.1 )
245
+ thor (1.4.0 )
239
246
tilt (2.0.11 )
240
247
timeout (0.4.3 )
241
248
turbolinks (5.2.1 )
@@ -246,16 +253,18 @@ GEM
246
253
uglifier (4.2.1 )
247
254
execjs (>= 0.3.0 , < 3 )
248
255
unf (0.2.0 )
256
+ uri (1.0.3 )
249
257
useragent (0.16.11 )
250
258
web-console (4.2.1 )
251
259
actionview (>= 6.0.0 )
252
260
activemodel (>= 6.0.0 )
253
261
bindex (>= 0.4.0 )
254
262
railties (>= 6.0.0 )
255
- websocket-driver (0.7.6 )
263
+ websocket-driver (0.8.0 )
264
+ base64
256
265
websocket-extensions (>= 0.1.0 )
257
266
websocket-extensions (0.1.5 )
258
- zeitwerk (2.6.17 )
267
+ zeitwerk (2.7.3 )
259
268
260
269
PLATFORMS
261
270
ruby
@@ -271,8 +280,7 @@ DEPENDENCIES
271
280
ed25519
272
281
pg
273
282
puma (~> 6.0 )
274
- rack (< 4.0 )
275
- rails (~> 7.2.1 )
283
+ rails (~> 8.0.0 )
276
284
rails-controller-testing
277
285
rbnacl (>= 3.2 , < 8.0 )
278
286
rbnacl-libsodium
0 commit comments