rbexy 2.0.0.rc4 → 2.0.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/main.yml +2 -2
- data/.travis.yml +3 -2
- data/Appraisals +4 -0
- data/Dockerfile +2 -2
- data/Gemfile.lock +106 -109
- data/README.md +7 -7
- data/gemfiles/rails_6_1.gemfile.lock +115 -107
- data/gemfiles/rails_7_0.gemfile.lock +112 -113
- data/gemfiles/rails_7_1.gemfile.lock +103 -98
- data/gemfiles/rails_7_2.gemfile +7 -0
- data/gemfiles/rails_7_2.gemfile.lock +276 -0
- data/gemfiles/rails_master.gemfile.lock +161 -134
- data/lib/rbexy/component.rb +0 -1
- data/lib/rbexy/nodes/html_element.rb +3 -6
- data/lib/rbexy/runtime.rb +1 -1
- data/lib/rbexy/version.rb +1 -1
- data/lib/rbexy.rb +3 -4
- data/rbexy.gemspec +4 -4
- metadata +11 -9
@@ -1,77 +1,78 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
rbexy (2.0.0.
|
5
|
-
actionview (>= 6, < 7.
|
6
|
-
activesupport (>= 6, < 7.
|
4
|
+
rbexy (2.0.0.rc5)
|
5
|
+
actionview (>= 6, < 7.3)
|
6
|
+
activesupport (>= 6, < 7.3)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (7.1.
|
12
|
-
actionpack (= 7.1.
|
13
|
-
activesupport (= 7.1.
|
11
|
+
actioncable (7.1.3.2)
|
12
|
+
actionpack (= 7.1.3.2)
|
13
|
+
activesupport (= 7.1.3.2)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
16
|
zeitwerk (~> 2.6)
|
17
|
-
actionmailbox (7.1.
|
18
|
-
actionpack (= 7.1.
|
19
|
-
activejob (= 7.1.
|
20
|
-
activerecord (= 7.1.
|
21
|
-
activestorage (= 7.1.
|
22
|
-
activesupport (= 7.1.
|
17
|
+
actionmailbox (7.1.3.2)
|
18
|
+
actionpack (= 7.1.3.2)
|
19
|
+
activejob (= 7.1.3.2)
|
20
|
+
activerecord (= 7.1.3.2)
|
21
|
+
activestorage (= 7.1.3.2)
|
22
|
+
activesupport (= 7.1.3.2)
|
23
23
|
mail (>= 2.7.1)
|
24
24
|
net-imap
|
25
25
|
net-pop
|
26
26
|
net-smtp
|
27
|
-
actionmailer (7.1.
|
28
|
-
actionpack (= 7.1.
|
29
|
-
actionview (= 7.1.
|
30
|
-
activejob (= 7.1.
|
31
|
-
activesupport (= 7.1.
|
27
|
+
actionmailer (7.1.3.2)
|
28
|
+
actionpack (= 7.1.3.2)
|
29
|
+
actionview (= 7.1.3.2)
|
30
|
+
activejob (= 7.1.3.2)
|
31
|
+
activesupport (= 7.1.3.2)
|
32
32
|
mail (~> 2.5, >= 2.5.4)
|
33
33
|
net-imap
|
34
34
|
net-pop
|
35
35
|
net-smtp
|
36
36
|
rails-dom-testing (~> 2.2)
|
37
|
-
actionpack (7.1.
|
38
|
-
actionview (= 7.1.
|
39
|
-
activesupport (= 7.1.
|
37
|
+
actionpack (7.1.3.2)
|
38
|
+
actionview (= 7.1.3.2)
|
39
|
+
activesupport (= 7.1.3.2)
|
40
40
|
nokogiri (>= 1.8.5)
|
41
|
+
racc
|
41
42
|
rack (>= 2.2.4)
|
42
43
|
rack-session (>= 1.0.1)
|
43
44
|
rack-test (>= 0.6.3)
|
44
45
|
rails-dom-testing (~> 2.2)
|
45
46
|
rails-html-sanitizer (~> 1.6)
|
46
|
-
actiontext (7.1.
|
47
|
-
actionpack (= 7.1.
|
48
|
-
activerecord (= 7.1.
|
49
|
-
activestorage (= 7.1.
|
50
|
-
activesupport (= 7.1.
|
47
|
+
actiontext (7.1.3.2)
|
48
|
+
actionpack (= 7.1.3.2)
|
49
|
+
activerecord (= 7.1.3.2)
|
50
|
+
activestorage (= 7.1.3.2)
|
51
|
+
activesupport (= 7.1.3.2)
|
51
52
|
globalid (>= 0.6.0)
|
52
53
|
nokogiri (>= 1.8.5)
|
53
|
-
actionview (7.1.
|
54
|
-
activesupport (= 7.1.
|
54
|
+
actionview (7.1.3.2)
|
55
|
+
activesupport (= 7.1.3.2)
|
55
56
|
builder (~> 3.1)
|
56
57
|
erubi (~> 1.11)
|
57
58
|
rails-dom-testing (~> 2.2)
|
58
59
|
rails-html-sanitizer (~> 1.6)
|
59
|
-
activejob (7.1.
|
60
|
-
activesupport (= 7.1.
|
60
|
+
activejob (7.1.3.2)
|
61
|
+
activesupport (= 7.1.3.2)
|
61
62
|
globalid (>= 0.3.6)
|
62
|
-
activemodel (7.1.
|
63
|
-
activesupport (= 7.1.
|
64
|
-
activerecord (7.1.
|
65
|
-
activemodel (= 7.1.
|
66
|
-
activesupport (= 7.1.
|
63
|
+
activemodel (7.1.3.2)
|
64
|
+
activesupport (= 7.1.3.2)
|
65
|
+
activerecord (7.1.3.2)
|
66
|
+
activemodel (= 7.1.3.2)
|
67
|
+
activesupport (= 7.1.3.2)
|
67
68
|
timeout (>= 0.4.0)
|
68
|
-
activestorage (7.1.
|
69
|
-
actionpack (= 7.1.
|
70
|
-
activejob (= 7.1.
|
71
|
-
activerecord (= 7.1.
|
72
|
-
activesupport (= 7.1.
|
69
|
+
activestorage (7.1.3.2)
|
70
|
+
actionpack (= 7.1.3.2)
|
71
|
+
activejob (= 7.1.3.2)
|
72
|
+
activerecord (= 7.1.3.2)
|
73
|
+
activesupport (= 7.1.3.2)
|
73
74
|
marcel (~> 1.0)
|
74
|
-
activesupport (7.1.
|
75
|
+
activesupport (7.1.3.2)
|
75
76
|
base64
|
76
77
|
bigdecimal
|
77
78
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -85,17 +86,17 @@ GEM
|
|
85
86
|
bundler
|
86
87
|
rake
|
87
88
|
thor (>= 0.14.0)
|
88
|
-
base64 (0.
|
89
|
-
bigdecimal (3.1.
|
89
|
+
base64 (0.2.0)
|
90
|
+
bigdecimal (3.1.6)
|
90
91
|
builder (3.2.4)
|
91
92
|
byebug (11.1.3)
|
92
93
|
coderay (1.1.3)
|
93
|
-
concurrent-ruby (1.2.
|
94
|
+
concurrent-ruby (1.2.3)
|
94
95
|
connection_pool (2.4.1)
|
95
96
|
crass (1.0.6)
|
96
|
-
date (3.3.
|
97
|
-
diff-lcs (1.5.
|
98
|
-
drb (2.
|
97
|
+
date (3.3.4)
|
98
|
+
diff-lcs (1.5.1)
|
99
|
+
drb (2.2.0)
|
99
100
|
ruby2_keywords
|
100
101
|
erubi (1.12.0)
|
101
102
|
ffi (1.16.3)
|
@@ -118,17 +119,17 @@ GEM
|
|
118
119
|
rspec (>= 2.99.0, < 4.0)
|
119
120
|
i18n (1.14.1)
|
120
121
|
concurrent-ruby (~> 1.0)
|
121
|
-
io-console (0.
|
122
|
-
irb (1.
|
122
|
+
io-console (0.7.2)
|
123
|
+
irb (1.11.2)
|
123
124
|
rdoc
|
124
|
-
reline (>= 0.
|
125
|
+
reline (>= 0.4.2)
|
125
126
|
listen (3.8.0)
|
126
127
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
127
128
|
rb-inotify (~> 0.9, >= 0.9.10)
|
128
|
-
loofah (2.
|
129
|
+
loofah (2.22.0)
|
129
130
|
crass (~> 1.0.2)
|
130
131
|
nokogiri (>= 1.12.0)
|
131
|
-
lumberjack (1.2.
|
132
|
+
lumberjack (1.2.10)
|
132
133
|
mail (2.8.1)
|
133
134
|
mini_mime (>= 0.1.1)
|
134
135
|
net-imap
|
@@ -138,20 +139,22 @@ GEM
|
|
138
139
|
memory_profiler (0.9.14)
|
139
140
|
method_source (1.0.0)
|
140
141
|
mini_mime (1.1.5)
|
141
|
-
minitest (5.
|
142
|
-
mutex_m (0.
|
142
|
+
minitest (5.22.2)
|
143
|
+
mutex_m (0.2.0)
|
143
144
|
nenv (0.3.0)
|
144
|
-
net-imap (0.4.
|
145
|
+
net-imap (0.4.10)
|
145
146
|
date
|
146
147
|
net-protocol
|
147
148
|
net-pop (0.1.2)
|
148
149
|
net-protocol
|
149
|
-
net-protocol (0.2.
|
150
|
+
net-protocol (0.2.2)
|
150
151
|
timeout
|
151
|
-
net-smtp (0.4.0)
|
152
|
+
net-smtp (0.4.0.1)
|
152
153
|
net-protocol
|
153
|
-
nio4r (2.
|
154
|
-
nokogiri (1.
|
154
|
+
nio4r (2.7.0)
|
155
|
+
nokogiri (1.16.2-arm64-darwin)
|
156
|
+
racc (~> 1.4)
|
157
|
+
nokogiri (1.16.2-x86_64-linux)
|
155
158
|
racc (~> 1.4)
|
156
159
|
notiffany (0.1.3)
|
157
160
|
nenv (~> 0.1)
|
@@ -162,12 +165,12 @@ GEM
|
|
162
165
|
pry-byebug (3.10.1)
|
163
166
|
byebug (~> 11.0)
|
164
167
|
pry (>= 0.13, < 0.15)
|
165
|
-
psych (5.1.
|
168
|
+
psych (5.1.2)
|
166
169
|
stringio
|
167
|
-
puma (6.4.
|
170
|
+
puma (6.4.2)
|
168
171
|
nio4r (~> 2.0)
|
169
|
-
racc (1.7.
|
170
|
-
rack (3.0.
|
172
|
+
racc (1.7.3)
|
173
|
+
rack (3.0.9.1)
|
171
174
|
rack-session (2.0.0)
|
172
175
|
rack (>= 3.0.0)
|
173
176
|
rack-test (2.1.0)
|
@@ -175,20 +178,20 @@ GEM
|
|
175
178
|
rackup (2.1.0)
|
176
179
|
rack (>= 3)
|
177
180
|
webrick (~> 1.8)
|
178
|
-
rails (7.1.
|
179
|
-
actioncable (= 7.1.
|
180
|
-
actionmailbox (= 7.1.
|
181
|
-
actionmailer (= 7.1.
|
182
|
-
actionpack (= 7.1.
|
183
|
-
actiontext (= 7.1.
|
184
|
-
actionview (= 7.1.
|
185
|
-
activejob (= 7.1.
|
186
|
-
activemodel (= 7.1.
|
187
|
-
activerecord (= 7.1.
|
188
|
-
activestorage (= 7.1.
|
189
|
-
activesupport (= 7.1.
|
181
|
+
rails (7.1.3.2)
|
182
|
+
actioncable (= 7.1.3.2)
|
183
|
+
actionmailbox (= 7.1.3.2)
|
184
|
+
actionmailer (= 7.1.3.2)
|
185
|
+
actionpack (= 7.1.3.2)
|
186
|
+
actiontext (= 7.1.3.2)
|
187
|
+
actionview (= 7.1.3.2)
|
188
|
+
activejob (= 7.1.3.2)
|
189
|
+
activemodel (= 7.1.3.2)
|
190
|
+
activerecord (= 7.1.3.2)
|
191
|
+
activestorage (= 7.1.3.2)
|
192
|
+
activesupport (= 7.1.3.2)
|
190
193
|
bundler (>= 1.15.0)
|
191
|
-
railties (= 7.1.
|
194
|
+
railties (= 7.1.3.2)
|
192
195
|
rails-dom-testing (2.2.0)
|
193
196
|
activesupport (>= 5.0.0)
|
194
197
|
minitest
|
@@ -196,38 +199,38 @@ GEM
|
|
196
199
|
rails-html-sanitizer (1.6.0)
|
197
200
|
loofah (~> 2.21)
|
198
201
|
nokogiri (~> 1.14)
|
199
|
-
railties (7.1.
|
200
|
-
actionpack (= 7.1.
|
201
|
-
activesupport (= 7.1.
|
202
|
+
railties (7.1.3.2)
|
203
|
+
actionpack (= 7.1.3.2)
|
204
|
+
activesupport (= 7.1.3.2)
|
202
205
|
irb
|
203
206
|
rackup (>= 1.0.0)
|
204
207
|
rake (>= 12.2)
|
205
208
|
thor (~> 1.0, >= 1.2.2)
|
206
209
|
zeitwerk (~> 2.6)
|
207
|
-
rake (13.0
|
210
|
+
rake (13.1.0)
|
208
211
|
rb-fsevent (0.11.2)
|
209
212
|
rb-inotify (0.10.1)
|
210
213
|
ffi (~> 1.0)
|
211
|
-
rdoc (6.
|
214
|
+
rdoc (6.6.2)
|
212
215
|
psych (>= 4.0.0)
|
213
|
-
reline (0.
|
216
|
+
reline (0.4.2)
|
214
217
|
io-console (~> 0.5)
|
215
|
-
rspec (3.
|
216
|
-
rspec-core (~> 3.
|
217
|
-
rspec-expectations (~> 3.
|
218
|
-
rspec-mocks (~> 3.
|
219
|
-
rspec-core (3.
|
220
|
-
rspec-support (~> 3.
|
221
|
-
rspec-expectations (3.
|
218
|
+
rspec (3.13.0)
|
219
|
+
rspec-core (~> 3.13.0)
|
220
|
+
rspec-expectations (~> 3.13.0)
|
221
|
+
rspec-mocks (~> 3.13.0)
|
222
|
+
rspec-core (3.13.0)
|
223
|
+
rspec-support (~> 3.13.0)
|
224
|
+
rspec-expectations (3.13.0)
|
222
225
|
diff-lcs (>= 1.2.0, < 2.0)
|
223
|
-
rspec-support (~> 3.
|
226
|
+
rspec-support (~> 3.13.0)
|
224
227
|
rspec-html-matchers (0.9.4)
|
225
228
|
nokogiri (~> 1)
|
226
229
|
rspec (>= 3.0.0.a, < 4)
|
227
|
-
rspec-mocks (3.
|
230
|
+
rspec-mocks (3.13.0)
|
228
231
|
diff-lcs (>= 1.2.0, < 2.0)
|
229
|
-
rspec-support (~> 3.
|
230
|
-
rspec-rails (6.
|
232
|
+
rspec-support (~> 3.13.0)
|
233
|
+
rspec-rails (6.1.1)
|
231
234
|
actionpack (>= 6.1)
|
232
235
|
activesupport (>= 6.1)
|
233
236
|
railties (>= 6.1)
|
@@ -235,7 +238,7 @@ GEM
|
|
235
238
|
rspec-expectations (~> 3.12)
|
236
239
|
rspec-mocks (~> 3.12)
|
237
240
|
rspec-support (~> 3.12)
|
238
|
-
rspec-support (3.
|
241
|
+
rspec-support (3.13.0)
|
239
242
|
ruby2_keywords (0.0.5)
|
240
243
|
shellany (0.0.1)
|
241
244
|
sprockets (4.2.1)
|
@@ -245,19 +248,21 @@ GEM
|
|
245
248
|
actionpack (>= 5.2)
|
246
249
|
activesupport (>= 5.2)
|
247
250
|
sprockets (>= 3.0.0)
|
248
|
-
sqlite3 (1.
|
249
|
-
|
251
|
+
sqlite3 (1.7.2-arm64-darwin)
|
252
|
+
sqlite3 (1.7.2-x86_64-linux)
|
253
|
+
stringio (3.1.0)
|
250
254
|
thor (1.3.0)
|
251
|
-
timeout (0.4.
|
255
|
+
timeout (0.4.1)
|
252
256
|
tzinfo (2.0.6)
|
253
257
|
concurrent-ruby (~> 1.0)
|
254
258
|
webrick (1.8.1)
|
255
259
|
websocket-driver (0.7.6)
|
256
260
|
websocket-extensions (>= 0.1.0)
|
257
261
|
websocket-extensions (0.1.5)
|
258
|
-
zeitwerk (2.6.
|
262
|
+
zeitwerk (2.6.13)
|
259
263
|
|
260
264
|
PLATFORMS
|
265
|
+
arm64-darwin-23
|
261
266
|
x86_64-linux
|
262
267
|
|
263
268
|
DEPENDENCIES
|
@@ -276,4 +281,4 @@ DEPENDENCIES
|
|
276
281
|
sqlite3
|
277
282
|
|
278
283
|
BUNDLED WITH
|
279
|
-
2.
|
284
|
+
2.5.6
|
@@ -0,0 +1,276 @@
|
|
1
|
+
PATH
|
2
|
+
remote: ..
|
3
|
+
specs:
|
4
|
+
rbexy (2.0.0.rc5)
|
5
|
+
actionview (>= 6, < 7.3)
|
6
|
+
activesupport (>= 6, < 7.3)
|
7
|
+
|
8
|
+
GEM
|
9
|
+
remote: https://rubygems.org/
|
10
|
+
specs:
|
11
|
+
actioncable (7.2.0)
|
12
|
+
actionpack (= 7.2.0)
|
13
|
+
activesupport (= 7.2.0)
|
14
|
+
nio4r (~> 2.0)
|
15
|
+
websocket-driver (>= 0.6.1)
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.2.0)
|
18
|
+
actionpack (= 7.2.0)
|
19
|
+
activejob (= 7.2.0)
|
20
|
+
activerecord (= 7.2.0)
|
21
|
+
activestorage (= 7.2.0)
|
22
|
+
activesupport (= 7.2.0)
|
23
|
+
mail (>= 2.8.0)
|
24
|
+
actionmailer (7.2.0)
|
25
|
+
actionpack (= 7.2.0)
|
26
|
+
actionview (= 7.2.0)
|
27
|
+
activejob (= 7.2.0)
|
28
|
+
activesupport (= 7.2.0)
|
29
|
+
mail (>= 2.8.0)
|
30
|
+
rails-dom-testing (~> 2.2)
|
31
|
+
actionpack (7.2.0)
|
32
|
+
actionview (= 7.2.0)
|
33
|
+
activesupport (= 7.2.0)
|
34
|
+
nokogiri (>= 1.8.5)
|
35
|
+
racc
|
36
|
+
rack (>= 2.2.4, < 3.2)
|
37
|
+
rack-session (>= 1.0.1)
|
38
|
+
rack-test (>= 0.6.3)
|
39
|
+
rails-dom-testing (~> 2.2)
|
40
|
+
rails-html-sanitizer (~> 1.6)
|
41
|
+
useragent (~> 0.16)
|
42
|
+
actiontext (7.2.0)
|
43
|
+
actionpack (= 7.2.0)
|
44
|
+
activerecord (= 7.2.0)
|
45
|
+
activestorage (= 7.2.0)
|
46
|
+
activesupport (= 7.2.0)
|
47
|
+
globalid (>= 0.6.0)
|
48
|
+
nokogiri (>= 1.8.5)
|
49
|
+
actionview (7.2.0)
|
50
|
+
activesupport (= 7.2.0)
|
51
|
+
builder (~> 3.1)
|
52
|
+
erubi (~> 1.11)
|
53
|
+
rails-dom-testing (~> 2.2)
|
54
|
+
rails-html-sanitizer (~> 1.6)
|
55
|
+
activejob (7.2.0)
|
56
|
+
activesupport (= 7.2.0)
|
57
|
+
globalid (>= 0.3.6)
|
58
|
+
activemodel (7.2.0)
|
59
|
+
activesupport (= 7.2.0)
|
60
|
+
activerecord (7.2.0)
|
61
|
+
activemodel (= 7.2.0)
|
62
|
+
activesupport (= 7.2.0)
|
63
|
+
timeout (>= 0.4.0)
|
64
|
+
activestorage (7.2.0)
|
65
|
+
actionpack (= 7.2.0)
|
66
|
+
activejob (= 7.2.0)
|
67
|
+
activerecord (= 7.2.0)
|
68
|
+
activesupport (= 7.2.0)
|
69
|
+
marcel (~> 1.0)
|
70
|
+
activesupport (7.2.0)
|
71
|
+
base64
|
72
|
+
bigdecimal
|
73
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
74
|
+
connection_pool (>= 2.2.5)
|
75
|
+
drb
|
76
|
+
i18n (>= 1.6, < 2)
|
77
|
+
logger (>= 1.4.2)
|
78
|
+
minitest (>= 5.1)
|
79
|
+
securerandom (>= 0.3)
|
80
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
81
|
+
appraisal (2.5.0)
|
82
|
+
bundler
|
83
|
+
rake
|
84
|
+
thor (>= 0.14.0)
|
85
|
+
base64 (0.2.0)
|
86
|
+
bigdecimal (3.1.8)
|
87
|
+
builder (3.3.0)
|
88
|
+
byebug (11.1.3)
|
89
|
+
coderay (1.1.3)
|
90
|
+
concurrent-ruby (1.3.4)
|
91
|
+
connection_pool (2.4.1)
|
92
|
+
crass (1.0.6)
|
93
|
+
date (3.3.4)
|
94
|
+
diff-lcs (1.5.1)
|
95
|
+
drb (2.2.1)
|
96
|
+
erubi (1.13.0)
|
97
|
+
ffi (1.16.3)
|
98
|
+
formatador (1.1.0)
|
99
|
+
globalid (1.2.1)
|
100
|
+
activesupport (>= 6.1)
|
101
|
+
guard (2.18.1)
|
102
|
+
formatador (>= 0.2.4)
|
103
|
+
listen (>= 2.7, < 4.0)
|
104
|
+
lumberjack (>= 1.0.12, < 2.0)
|
105
|
+
nenv (~> 0.1)
|
106
|
+
notiffany (~> 0.0)
|
107
|
+
pry (>= 0.13.0)
|
108
|
+
shellany (~> 0.0)
|
109
|
+
thor (>= 0.18.1)
|
110
|
+
guard-compat (1.2.1)
|
111
|
+
guard-rspec (4.7.3)
|
112
|
+
guard (~> 2.1)
|
113
|
+
guard-compat (~> 1.1)
|
114
|
+
rspec (>= 2.99.0, < 4.0)
|
115
|
+
i18n (1.14.5)
|
116
|
+
concurrent-ruby (~> 1.0)
|
117
|
+
io-console (0.7.2)
|
118
|
+
irb (1.14.0)
|
119
|
+
rdoc (>= 4.0.0)
|
120
|
+
reline (>= 0.4.2)
|
121
|
+
listen (3.8.0)
|
122
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
123
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
124
|
+
logger (1.6.0)
|
125
|
+
loofah (2.22.0)
|
126
|
+
crass (~> 1.0.2)
|
127
|
+
nokogiri (>= 1.12.0)
|
128
|
+
lumberjack (1.2.10)
|
129
|
+
mail (2.8.1)
|
130
|
+
mini_mime (>= 0.1.1)
|
131
|
+
net-imap
|
132
|
+
net-pop
|
133
|
+
net-smtp
|
134
|
+
marcel (1.0.4)
|
135
|
+
memory_profiler (0.9.14)
|
136
|
+
method_source (1.0.0)
|
137
|
+
mini_mime (1.1.5)
|
138
|
+
minitest (5.25.1)
|
139
|
+
nenv (0.3.0)
|
140
|
+
net-imap (0.4.14)
|
141
|
+
date
|
142
|
+
net-protocol
|
143
|
+
net-pop (0.1.2)
|
144
|
+
net-protocol
|
145
|
+
net-protocol (0.2.2)
|
146
|
+
timeout
|
147
|
+
net-smtp (0.5.0)
|
148
|
+
net-protocol
|
149
|
+
nio4r (2.7.3)
|
150
|
+
nokogiri (1.16.7-x86_64-linux)
|
151
|
+
racc (~> 1.4)
|
152
|
+
notiffany (0.1.3)
|
153
|
+
nenv (~> 0.1)
|
154
|
+
shellany (~> 0.0)
|
155
|
+
pry (0.14.2)
|
156
|
+
coderay (~> 1.1)
|
157
|
+
method_source (~> 1.0)
|
158
|
+
pry-byebug (3.10.1)
|
159
|
+
byebug (~> 11.0)
|
160
|
+
pry (>= 0.13, < 0.15)
|
161
|
+
psych (5.1.2)
|
162
|
+
stringio
|
163
|
+
puma (6.4.2)
|
164
|
+
nio4r (~> 2.0)
|
165
|
+
racc (1.8.1)
|
166
|
+
rack (3.1.7)
|
167
|
+
rack-session (2.0.0)
|
168
|
+
rack (>= 3.0.0)
|
169
|
+
rack-test (2.1.0)
|
170
|
+
rack (>= 1.3)
|
171
|
+
rackup (2.1.0)
|
172
|
+
rack (>= 3)
|
173
|
+
webrick (~> 1.8)
|
174
|
+
rails (7.2.0)
|
175
|
+
actioncable (= 7.2.0)
|
176
|
+
actionmailbox (= 7.2.0)
|
177
|
+
actionmailer (= 7.2.0)
|
178
|
+
actionpack (= 7.2.0)
|
179
|
+
actiontext (= 7.2.0)
|
180
|
+
actionview (= 7.2.0)
|
181
|
+
activejob (= 7.2.0)
|
182
|
+
activemodel (= 7.2.0)
|
183
|
+
activerecord (= 7.2.0)
|
184
|
+
activestorage (= 7.2.0)
|
185
|
+
activesupport (= 7.2.0)
|
186
|
+
bundler (>= 1.15.0)
|
187
|
+
railties (= 7.2.0)
|
188
|
+
rails-dom-testing (2.2.0)
|
189
|
+
activesupport (>= 5.0.0)
|
190
|
+
minitest
|
191
|
+
nokogiri (>= 1.6)
|
192
|
+
rails-html-sanitizer (1.6.0)
|
193
|
+
loofah (~> 2.21)
|
194
|
+
nokogiri (~> 1.14)
|
195
|
+
railties (7.2.0)
|
196
|
+
actionpack (= 7.2.0)
|
197
|
+
activesupport (= 7.2.0)
|
198
|
+
irb (~> 1.13)
|
199
|
+
rackup (>= 1.0.0)
|
200
|
+
rake (>= 12.2)
|
201
|
+
thor (~> 1.0, >= 1.2.2)
|
202
|
+
zeitwerk (~> 2.6)
|
203
|
+
rake (13.2.1)
|
204
|
+
rb-fsevent (0.11.2)
|
205
|
+
rb-inotify (0.10.1)
|
206
|
+
ffi (~> 1.0)
|
207
|
+
rdoc (6.7.0)
|
208
|
+
psych (>= 4.0.0)
|
209
|
+
reline (0.5.9)
|
210
|
+
io-console (~> 0.5)
|
211
|
+
rspec (3.13.0)
|
212
|
+
rspec-core (~> 3.13.0)
|
213
|
+
rspec-expectations (~> 3.13.0)
|
214
|
+
rspec-mocks (~> 3.13.0)
|
215
|
+
rspec-core (3.13.0)
|
216
|
+
rspec-support (~> 3.13.0)
|
217
|
+
rspec-expectations (3.13.0)
|
218
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
219
|
+
rspec-support (~> 3.13.0)
|
220
|
+
rspec-html-matchers (0.9.4)
|
221
|
+
nokogiri (~> 1)
|
222
|
+
rspec (>= 3.0.0.a, < 4)
|
223
|
+
rspec-mocks (3.13.0)
|
224
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
225
|
+
rspec-support (~> 3.13.0)
|
226
|
+
rspec-rails (6.1.1)
|
227
|
+
actionpack (>= 6.1)
|
228
|
+
activesupport (>= 6.1)
|
229
|
+
railties (>= 6.1)
|
230
|
+
rspec-core (~> 3.12)
|
231
|
+
rspec-expectations (~> 3.12)
|
232
|
+
rspec-mocks (~> 3.12)
|
233
|
+
rspec-support (~> 3.12)
|
234
|
+
rspec-support (3.13.0)
|
235
|
+
securerandom (0.3.1)
|
236
|
+
shellany (0.0.1)
|
237
|
+
sprockets (4.2.1)
|
238
|
+
concurrent-ruby (~> 1.0)
|
239
|
+
rack (>= 2.2.4, < 4)
|
240
|
+
sprockets-rails (3.4.2)
|
241
|
+
actionpack (>= 5.2)
|
242
|
+
activesupport (>= 5.2)
|
243
|
+
sprockets (>= 3.0.0)
|
244
|
+
sqlite3 (1.7.2-x86_64-linux)
|
245
|
+
stringio (3.1.1)
|
246
|
+
thor (1.3.1)
|
247
|
+
timeout (0.4.1)
|
248
|
+
tzinfo (2.0.6)
|
249
|
+
concurrent-ruby (~> 1.0)
|
250
|
+
useragent (0.16.10)
|
251
|
+
webrick (1.8.1)
|
252
|
+
websocket-driver (0.7.6)
|
253
|
+
websocket-extensions (>= 0.1.0)
|
254
|
+
websocket-extensions (0.1.5)
|
255
|
+
zeitwerk (2.6.17)
|
256
|
+
|
257
|
+
PLATFORMS
|
258
|
+
x86_64-linux
|
259
|
+
|
260
|
+
DEPENDENCIES
|
261
|
+
appraisal (~> 2.2)
|
262
|
+
guard-rspec (~> 4.7, >= 4.7.3)
|
263
|
+
memory_profiler (~> 0.9.14)
|
264
|
+
pry-byebug
|
265
|
+
puma
|
266
|
+
rails (~> 7.2.0)
|
267
|
+
rake
|
268
|
+
rbexy!
|
269
|
+
rspec (~> 3.12)
|
270
|
+
rspec-html-matchers (~> 0.9.3)
|
271
|
+
rspec-rails (~> 6.0, >= 6.0.3)
|
272
|
+
sprockets-rails (>= 2, < 4)
|
273
|
+
sqlite3
|
274
|
+
|
275
|
+
BUNDLED WITH
|
276
|
+
2.5.6
|