11
11
GEM
12
12
remote: https://rubygems.org/
13
13
specs:
14
- actioncable (7.1.3.4 )
15
- actionpack (= 7.1.3.4 )
16
- activesupport (= 7.1.3.4 )
14
+ actioncable (7.2.1 )
15
+ actionpack (= 7.2.1 )
16
+ activesupport (= 7.2.1 )
17
17
nio4r (~> 2.0 )
18
18
websocket-driver (>= 0.6.1 )
19
19
zeitwerk (~> 2.6 )
20
- actionmailbox (7.1.3.4 )
21
- actionpack (= 7.1.3.4 )
22
- activejob (= 7.1.3.4 )
23
- activerecord (= 7.1.3.4 )
24
- activestorage (= 7.1.3.4 )
25
- activesupport (= 7.1.3.4 )
26
- mail (>= 2.7.1 )
27
- net-imap
28
- net-pop
29
- net-smtp
30
- actionmailer (7.1.3.4 )
31
- actionpack (= 7.1.3.4 )
32
- actionview (= 7.1.3.4 )
33
- activejob (= 7.1.3.4 )
34
- activesupport (= 7.1.3.4 )
35
- mail (~> 2.5 , >= 2.5.4 )
36
- net-imap
37
- net-pop
38
- net-smtp
20
+ actionmailbox (7.2.1 )
21
+ actionpack (= 7.2.1 )
22
+ activejob (= 7.2.1 )
23
+ activerecord (= 7.2.1 )
24
+ activestorage (= 7.2.1 )
25
+ activesupport (= 7.2.1 )
26
+ mail (>= 2.8.0 )
27
+ actionmailer (7.2.1 )
28
+ actionpack (= 7.2.1 )
29
+ actionview (= 7.2.1 )
30
+ activejob (= 7.2.1 )
31
+ activesupport (= 7.2.1 )
32
+ mail (>= 2.8.0 )
39
33
rails-dom-testing (~> 2.2 )
40
- actionpack (7.1.3.4 )
41
- actionview (= 7.1.3.4 )
42
- activesupport (= 7.1.3.4 )
34
+ actionpack (7.2.1 )
35
+ actionview (= 7.2.1 )
36
+ activesupport (= 7.2.1 )
43
37
nokogiri (>= 1.8.5 )
44
38
racc
45
- rack (>= 2.2.4 )
39
+ rack (>= 2.2.4 , < 3.2 )
46
40
rack-session (>= 1.0.1 )
47
41
rack-test (>= 0.6.3 )
48
42
rails-dom-testing (~> 2.2 )
49
43
rails-html-sanitizer (~> 1.6 )
50
- actiontext (7.1.3.4 )
51
- actionpack (= 7.1.3.4 )
52
- activerecord (= 7.1.3.4 )
53
- activestorage (= 7.1.3.4 )
54
- activesupport (= 7.1.3.4 )
44
+ useragent (~> 0.16 )
45
+ actiontext (7.2.1 )
46
+ actionpack (= 7.2.1 )
47
+ activerecord (= 7.2.1 )
48
+ activestorage (= 7.2.1 )
49
+ activesupport (= 7.2.1 )
55
50
globalid (>= 0.6.0 )
56
51
nokogiri (>= 1.8.5 )
57
- actionview (7.1.3.4 )
58
- activesupport (= 7.1.3.4 )
52
+ actionview (7.2.1 )
53
+ activesupport (= 7.2.1 )
59
54
builder (~> 3.1 )
60
55
erubi (~> 1.11 )
61
56
rails-dom-testing (~> 2.2 )
62
57
rails-html-sanitizer (~> 1.6 )
63
- activejob (7.1.3.4 )
64
- activesupport (= 7.1.3.4 )
58
+ activejob (7.2.1 )
59
+ activesupport (= 7.2.1 )
65
60
globalid (>= 0.3.6 )
66
- activemodel (7.1.3.4 )
67
- activesupport (= 7.1.3.4 )
68
- activerecord (7.1.3.4 )
69
- activemodel (= 7.1.3.4 )
70
- activesupport (= 7.1.3.4 )
61
+ activemodel (7.2.1 )
62
+ activesupport (= 7.2.1 )
63
+ activerecord (7.2.1 )
64
+ activemodel (= 7.2.1 )
65
+ activesupport (= 7.2.1 )
71
66
timeout (>= 0.4.0 )
72
- activestorage (7.1.3.4 )
73
- actionpack (= 7.1.3.4 )
74
- activejob (= 7.1.3.4 )
75
- activerecord (= 7.1.3.4 )
76
- activesupport (= 7.1.3.4 )
67
+ activestorage (7.2.1 )
68
+ actionpack (= 7.2.1 )
69
+ activejob (= 7.2.1 )
70
+ activerecord (= 7.2.1 )
71
+ activesupport (= 7.2.1 )
77
72
marcel (~> 1.0 )
78
- activesupport (7.1.3.4 )
73
+ activesupport (7.2.1 )
79
74
base64
80
75
bigdecimal
81
- concurrent-ruby (~> 1.0 , >= 1.0.2 )
76
+ concurrent-ruby (~> 1.0 , >= 1.3.1 )
82
77
connection_pool (>= 2.2.5 )
83
78
drb
84
79
i18n (>= 1.6 , < 2 )
80
+ logger (>= 1.4.2 )
85
81
minitest (>= 5.1 )
86
- mutex_m
87
- tzinfo (~> 2.0 )
82
+ securerandom ( >= 0.3 )
83
+ tzinfo (~> 2.0 , >= 2.0.5 )
88
84
ast (2.4.2 )
89
85
base64 (0.2.0 )
90
86
bigdecimal (3.1.8 )
91
87
builder (3.3.0 )
92
88
byebug (11.1.3 )
93
- concurrent-ruby (1.3.3 )
89
+ concurrent-ruby (1.3.4 )
94
90
connection_pool (2.4.1 )
95
91
crass (1.0.6 )
96
92
date (3.3.4 )
107
103
reline (>= 0.4.2 )
108
104
json (2.7.2 )
109
105
language_server-protocol (3.17.0.3 )
106
+ logger (1.6.0 )
110
107
loofah (2.22.0 )
111
108
crass (~> 1.0.2 )
112
109
nokogiri (>= 1.12.0 )
118
115
marcel (1.0.4 )
119
116
mini_mime (1.1.5 )
120
117
mini_portile2 (2.8.7 )
121
- minitest (5.24.1 )
122
- mutex_m (0.2.0 )
123
- net-imap (0.4.14 )
118
+ minitest (5.25.1 )
119
+ net-imap (0.4.15 )
124
120
date
125
121
net-protocol
126
122
net-pop (0.1.2 )
@@ -130,18 +126,18 @@ GEM
130
126
net-smtp (0.5.0 )
131
127
net-protocol
132
128
nio4r (2.7.3 )
133
- nokogiri (1.16.6 )
129
+ nokogiri (1.16.7 )
134
130
mini_portile2 (~> 2.8.2 )
135
131
racc (~> 1.4 )
136
132
package_json (0.1.0 )
137
- parallel (1.25.1 )
138
- parser (3.3.3.0 )
133
+ parallel (1.26.3 )
134
+ parser (3.3.4.2 )
139
135
ast (~> 2.4.1 )
140
136
racc
141
137
psych (5.1.2 )
142
138
stringio
143
- racc (1.8.0 )
144
- rack (3.1.6 )
139
+ racc (1.8.1 )
140
+ rack (3.1.7 )
145
141
rack-proxy (0.7.7 )
146
142
rack
147
143
rack-session (2.0.0 )
@@ -151,31 +147,31 @@ GEM
151
147
rackup (2.1.0 )
152
148
rack (>= 3 )
153
149
webrick (~> 1.8 )
154
- rails (7.1.3.4 )
155
- actioncable (= 7.1.3.4 )
156
- actionmailbox (= 7.1.3.4 )
157
- actionmailer (= 7.1.3.4 )
158
- actionpack (= 7.1.3.4 )
159
- actiontext (= 7.1.3.4 )
160
- actionview (= 7.1.3.4 )
161
- activejob (= 7.1.3.4 )
162
- activemodel (= 7.1.3.4 )
163
- activerecord (= 7.1.3.4 )
164
- activestorage (= 7.1.3.4 )
165
- activesupport (= 7.1.3.4 )
150
+ rails (7.2.1 )
151
+ actioncable (= 7.2.1 )
152
+ actionmailbox (= 7.2.1 )
153
+ actionmailer (= 7.2.1 )
154
+ actionpack (= 7.2.1 )
155
+ actiontext (= 7.2.1 )
156
+ actionview (= 7.2.1 )
157
+ activejob (= 7.2.1 )
158
+ activemodel (= 7.2.1 )
159
+ activerecord (= 7.2.1 )
160
+ activestorage (= 7.2.1 )
161
+ activesupport (= 7.2.1 )
166
162
bundler (>= 1.15.0 )
167
- railties (= 7.1.3.4 )
163
+ railties (= 7.2.1 )
168
164
rails-dom-testing (2.2.0 )
169
165
activesupport (>= 5.0.0 )
170
166
minitest
171
167
nokogiri (>= 1.6 )
172
168
rails-html-sanitizer (1.6.0 )
173
169
loofah (~> 2.21 )
174
170
nokogiri (~> 1.14 )
175
- railties (7.1.3.4 )
176
- actionpack (= 7.1.3.4 )
177
- activesupport (= 7.1.3.4 )
178
- irb
171
+ railties (7.2.1 )
172
+ actionpack (= 7.2.1 )
173
+ activesupport (= 7.2.1 )
174
+ irb ( ~> 1.13 )
179
175
rackup (>= 1.0.0 )
180
176
rake (>= 12.2 )
181
177
thor (~> 1.0 , >= 1.2.2 )
187
183
regexp_parser (2.9.2 )
188
184
reline (0.5.9 )
189
185
io-console (~> 0.5 )
190
- rexml (3.3.1 )
191
- strscan
192
186
rspec-core (3.13.0 )
193
187
rspec-support (~> 3.13.0 )
194
- rspec-expectations (3.13.1 )
188
+ rspec-expectations (3.13.2 )
195
189
diff-lcs (>= 1.2.0 , < 2.0 )
196
190
rspec-support (~> 3.13.0 )
197
191
rspec-mocks (3.13.1 )
@@ -206,36 +200,36 @@ GEM
206
200
rspec-mocks (~> 3.12 )
207
201
rspec-support (~> 3.12 )
208
202
rspec-support (3.13.1 )
209
- rubocop (1.64.1 )
203
+ rubocop (1.66.0 )
210
204
json (~> 2.3 )
211
205
language_server-protocol (>= 3.17.0 )
212
206
parallel (~> 1.10 )
213
207
parser (>= 3.3.0.2 )
214
208
rainbow (>= 2.2.2 , < 4.0 )
215
- regexp_parser (>= 1.8 , < 3.0 )
216
- rexml (>= 3.2.5 , < 4.0 )
217
- rubocop-ast (>= 1.31.1 , < 2.0 )
209
+ regexp_parser (>= 2.4 , < 3.0 )
210
+ rubocop-ast (>= 1.32.1 , < 2.0 )
218
211
ruby-progressbar (~> 1.7 )
219
212
unicode-display_width (>= 2.4.0 , < 3.0 )
220
- rubocop-ast (1.31.3 )
213
+ rubocop-ast (1.32.1 )
221
214
parser (>= 3.3.1.0 )
222
215
rubocop-performance (1.21.1 )
223
216
rubocop (>= 1.48.1 , < 2.0 )
224
217
rubocop-ast (>= 1.31.1 , < 2.0 )
225
218
ruby-progressbar (1.13.0 )
219
+ securerandom (0.3.1 )
226
220
semantic_range (3.0.0 )
227
221
stringio (3.1.1 )
228
- strscan (3.1.0 )
229
- thor (1.3.1 )
222
+ thor (1.3.2 )
230
223
timeout (0.4.1 )
231
224
tzinfo (2.0.6 )
232
225
concurrent-ruby (~> 1.0 )
233
226
unicode-display_width (2.5.0 )
227
+ useragent (0.16.10 )
234
228
webrick (1.8.1 )
235
229
websocket-driver (0.7.6 )
236
230
websocket-extensions (>= 0.1.0 )
237
231
websocket-extensions (0.1.5 )
238
- zeitwerk (2.6.16 )
232
+ zeitwerk (2.6.17 )
239
233
240
234
PLATFORMS
241
235
ruby
@@ -254,4 +248,4 @@ DEPENDENCIES
254
248
shakapacker !
255
249
256
250
BUNDLED WITH
257
- 2.5.9
251
+ 2.5.18
0 commit comments