rbexy 2.0.0.rc2 → 2.0.0.rc3
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 +1 -1
- data/Appraisals +4 -0
- data/Gemfile.lock +180 -129
- data/README.md +2 -2
- data/gemfiles/rails_6_1.gemfile.lock +43 -41
- data/gemfiles/rails_7_0.gemfile.lock +43 -41
- data/gemfiles/rails_7_1.gemfile +7 -0
- data/gemfiles/rails_7_1.gemfile.lock +279 -0
- data/gemfiles/rails_master.gemfile.lock +43 -41
- data/lib/rbexy/component.rb +1 -0
- data/lib/rbexy/configuration.rb +1 -1
- data/lib/rbexy/rails/component_template_resolver.rb +31 -15
- data/lib/rbexy/version.rb +1 -1
- data/rbexy.gemspec +5 -5
- metadata +16 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4648ee133c1d84886ffbd48b25a04657d04439c30ac2ee26f809ced9deef53e8
|
4
|
+
data.tar.gz: d9e27347b3418f1ccb7b5f96c744190c795298bb1877205e6065c050788479e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8340f1dda3d1f09271c08c99286cb5b764436bfa3f8d68b8f0e9295130890f4068b0137c1fcf45891247fed3ca4e398523dbcdc3e20bbb7bbf1eac40d211954
|
7
|
+
data.tar.gz: aefec1f0934bb8712190704d63d4e8e39d9b677890d3f87c781a2b9415f7ded0a099d3e6c37acd549736fec8f98738f58736201ad7346b75c3ebc871409337a1
|
data/.github/workflows/main.yml
CHANGED
@@ -5,7 +5,7 @@ jobs:
|
|
5
5
|
strategy:
|
6
6
|
fail-fast: false
|
7
7
|
matrix:
|
8
|
-
gemfile: [rails_6_1, rails_7_0, rails_master]
|
8
|
+
gemfile: [rails_6_1, rails_7_0, rails_7_1, rails_master]
|
9
9
|
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
|
10
10
|
ruby: [2.7, '3.0', 3.1]
|
11
11
|
runs-on: ubuntu-latest
|
data/Appraisals
CHANGED
data/Gemfile.lock
CHANGED
@@ -2,86 +2,106 @@ PATH
|
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
4
|
rbexy (2.0.0.rc2)
|
5
|
-
actionview (>= 6, < 7.
|
6
|
-
activesupport (>= 6, < 7.
|
5
|
+
actionview (>= 6, < 7.2)
|
6
|
+
activesupport (>= 6, < 7.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
10
10
|
specs:
|
11
|
-
actioncable (
|
12
|
-
actionpack (=
|
13
|
-
activesupport (=
|
11
|
+
actioncable (7.1.1)
|
12
|
+
actionpack (= 7.1.1)
|
13
|
+
activesupport (= 7.1.1)
|
14
14
|
nio4r (~> 2.0)
|
15
15
|
websocket-driver (>= 0.6.1)
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
16
|
+
zeitwerk (~> 2.6)
|
17
|
+
actionmailbox (7.1.1)
|
18
|
+
actionpack (= 7.1.1)
|
19
|
+
activejob (= 7.1.1)
|
20
|
+
activerecord (= 7.1.1)
|
21
|
+
activestorage (= 7.1.1)
|
22
|
+
activesupport (= 7.1.1)
|
22
23
|
mail (>= 2.7.1)
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
24
|
+
net-imap
|
25
|
+
net-pop
|
26
|
+
net-smtp
|
27
|
+
actionmailer (7.1.1)
|
28
|
+
actionpack (= 7.1.1)
|
29
|
+
actionview (= 7.1.1)
|
30
|
+
activejob (= 7.1.1)
|
31
|
+
activesupport (= 7.1.1)
|
28
32
|
mail (~> 2.5, >= 2.5.4)
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
33
|
+
net-imap
|
34
|
+
net-pop
|
35
|
+
net-smtp
|
36
|
+
rails-dom-testing (~> 2.2)
|
37
|
+
actionpack (7.1.1)
|
38
|
+
actionview (= 7.1.1)
|
39
|
+
activesupport (= 7.1.1)
|
40
|
+
nokogiri (>= 1.8.5)
|
41
|
+
rack (>= 2.2.4)
|
42
|
+
rack-session (>= 1.0.1)
|
34
43
|
rack-test (>= 0.6.3)
|
35
|
-
rails-dom-testing (~> 2.
|
36
|
-
rails-html-sanitizer (~> 1.
|
37
|
-
actiontext (
|
38
|
-
actionpack (=
|
39
|
-
activerecord (=
|
40
|
-
activestorage (=
|
41
|
-
activesupport (=
|
44
|
+
rails-dom-testing (~> 2.2)
|
45
|
+
rails-html-sanitizer (~> 1.6)
|
46
|
+
actiontext (7.1.1)
|
47
|
+
actionpack (= 7.1.1)
|
48
|
+
activerecord (= 7.1.1)
|
49
|
+
activestorage (= 7.1.1)
|
50
|
+
activesupport (= 7.1.1)
|
51
|
+
globalid (>= 0.6.0)
|
42
52
|
nokogiri (>= 1.8.5)
|
43
|
-
actionview (
|
44
|
-
activesupport (=
|
53
|
+
actionview (7.1.1)
|
54
|
+
activesupport (= 7.1.1)
|
45
55
|
builder (~> 3.1)
|
46
|
-
erubi (~> 1.
|
47
|
-
rails-dom-testing (~> 2.
|
48
|
-
rails-html-sanitizer (~> 1.
|
49
|
-
activejob (
|
50
|
-
activesupport (=
|
56
|
+
erubi (~> 1.11)
|
57
|
+
rails-dom-testing (~> 2.2)
|
58
|
+
rails-html-sanitizer (~> 1.6)
|
59
|
+
activejob (7.1.1)
|
60
|
+
activesupport (= 7.1.1)
|
51
61
|
globalid (>= 0.3.6)
|
52
|
-
activemodel (
|
53
|
-
activesupport (=
|
54
|
-
activerecord (
|
55
|
-
activemodel (=
|
56
|
-
activesupport (=
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
activesupport (
|
62
|
+
activemodel (7.1.1)
|
63
|
+
activesupport (= 7.1.1)
|
64
|
+
activerecord (7.1.1)
|
65
|
+
activemodel (= 7.1.1)
|
66
|
+
activesupport (= 7.1.1)
|
67
|
+
timeout (>= 0.4.0)
|
68
|
+
activestorage (7.1.1)
|
69
|
+
actionpack (= 7.1.1)
|
70
|
+
activejob (= 7.1.1)
|
71
|
+
activerecord (= 7.1.1)
|
72
|
+
activesupport (= 7.1.1)
|
73
|
+
marcel (~> 1.0)
|
74
|
+
activesupport (7.1.1)
|
75
|
+
base64
|
76
|
+
bigdecimal
|
65
77
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
78
|
+
connection_pool (>= 2.2.5)
|
79
|
+
drb
|
66
80
|
i18n (>= 1.6, < 2)
|
67
81
|
minitest (>= 5.1)
|
82
|
+
mutex_m
|
68
83
|
tzinfo (~> 2.0)
|
69
|
-
zeitwerk (~> 2.3)
|
70
84
|
appraisal (2.4.1)
|
71
85
|
bundler
|
72
86
|
rake
|
73
87
|
thor (>= 0.14.0)
|
88
|
+
base64 (0.1.1)
|
89
|
+
bigdecimal (3.1.4)
|
74
90
|
builder (3.2.4)
|
75
91
|
byebug (11.1.3)
|
76
92
|
coderay (1.1.3)
|
77
|
-
concurrent-ruby (1.
|
93
|
+
concurrent-ruby (1.2.2)
|
94
|
+
connection_pool (2.4.1)
|
78
95
|
crass (1.0.6)
|
79
|
-
|
80
|
-
|
96
|
+
date (3.3.3)
|
97
|
+
diff-lcs (1.5.0)
|
98
|
+
drb (2.1.1)
|
99
|
+
ruby2_keywords
|
100
|
+
erubi (1.12.0)
|
81
101
|
ffi (1.15.0)
|
82
102
|
formatador (0.2.5)
|
83
|
-
globalid (
|
84
|
-
activesupport (>=
|
103
|
+
globalid (1.2.1)
|
104
|
+
activesupport (>= 6.1)
|
85
105
|
guard (2.16.2)
|
86
106
|
formatador (>= 0.2.4)
|
87
107
|
listen (>= 2.7, < 4.0)
|
@@ -96,31 +116,44 @@ GEM
|
|
96
116
|
guard (~> 2.1)
|
97
117
|
guard-compat (~> 1.1)
|
98
118
|
rspec (>= 2.99.0, < 4.0)
|
99
|
-
i18n (1.
|
119
|
+
i18n (1.14.1)
|
100
120
|
concurrent-ruby (~> 1.0)
|
121
|
+
io-console (0.6.0)
|
122
|
+
irb (1.8.3)
|
123
|
+
rdoc
|
124
|
+
reline (>= 0.3.8)
|
101
125
|
listen (3.4.1)
|
102
126
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
103
127
|
rb-inotify (~> 0.9, >= 0.9.10)
|
104
|
-
loofah (2.
|
128
|
+
loofah (2.21.4)
|
105
129
|
crass (~> 1.0.2)
|
106
|
-
nokogiri (>= 1.
|
130
|
+
nokogiri (>= 1.12.0)
|
107
131
|
lumberjack (1.2.8)
|
108
|
-
mail (2.
|
132
|
+
mail (2.8.1)
|
109
133
|
mini_mime (>= 0.1.1)
|
110
|
-
|
111
|
-
|
134
|
+
net-imap
|
135
|
+
net-pop
|
136
|
+
net-smtp
|
137
|
+
marcel (1.0.2)
|
112
138
|
memory_profiler (0.9.14)
|
113
139
|
method_source (1.0.0)
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
mini_portile2 (2.8.0)
|
119
|
-
minitest (5.14.4)
|
140
|
+
mini_mime (1.1.5)
|
141
|
+
mini_portile2 (2.8.4)
|
142
|
+
minitest (5.20.0)
|
143
|
+
mutex_m (0.1.2)
|
120
144
|
nenv (0.3.0)
|
121
|
-
|
122
|
-
|
123
|
-
|
145
|
+
net-imap (0.4.1)
|
146
|
+
date
|
147
|
+
net-protocol
|
148
|
+
net-pop (0.1.2)
|
149
|
+
net-protocol
|
150
|
+
net-protocol (0.2.1)
|
151
|
+
timeout
|
152
|
+
net-smtp (0.4.0)
|
153
|
+
net-protocol
|
154
|
+
nio4r (2.5.9)
|
155
|
+
nokogiri (1.15.4)
|
156
|
+
mini_portile2 (~> 2.8.2)
|
124
157
|
racc (~> 1.4)
|
125
158
|
notiffany (0.1.3)
|
126
159
|
nenv (~> 0.1)
|
@@ -131,82 +164,100 @@ GEM
|
|
131
164
|
pry-byebug (3.9.0)
|
132
165
|
byebug (~> 11.0)
|
133
166
|
pry (~> 0.13.0)
|
167
|
+
psych (5.1.1.1)
|
168
|
+
stringio
|
134
169
|
puma (5.6.2)
|
135
170
|
nio4r (~> 2.0)
|
136
|
-
racc (1.
|
137
|
-
rack (
|
138
|
-
rack-
|
139
|
-
rack (>=
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
171
|
+
racc (1.7.1)
|
172
|
+
rack (3.0.8)
|
173
|
+
rack-session (2.0.0)
|
174
|
+
rack (>= 3.0.0)
|
175
|
+
rack-test (2.1.0)
|
176
|
+
rack (>= 1.3)
|
177
|
+
rackup (2.1.0)
|
178
|
+
rack (>= 3)
|
179
|
+
webrick (~> 1.8)
|
180
|
+
rails (7.1.1)
|
181
|
+
actioncable (= 7.1.1)
|
182
|
+
actionmailbox (= 7.1.1)
|
183
|
+
actionmailer (= 7.1.1)
|
184
|
+
actionpack (= 7.1.1)
|
185
|
+
actiontext (= 7.1.1)
|
186
|
+
actionview (= 7.1.1)
|
187
|
+
activejob (= 7.1.1)
|
188
|
+
activemodel (= 7.1.1)
|
189
|
+
activerecord (= 7.1.1)
|
190
|
+
activestorage (= 7.1.1)
|
191
|
+
activesupport (= 7.1.1)
|
152
192
|
bundler (>= 1.15.0)
|
153
|
-
railties (=
|
154
|
-
|
155
|
-
|
156
|
-
|
193
|
+
railties (= 7.1.1)
|
194
|
+
rails-dom-testing (2.2.0)
|
195
|
+
activesupport (>= 5.0.0)
|
196
|
+
minitest
|
157
197
|
nokogiri (>= 1.6)
|
158
|
-
rails-html-sanitizer (1.
|
159
|
-
loofah (~> 2.
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
198
|
+
rails-html-sanitizer (1.6.0)
|
199
|
+
loofah (~> 2.21)
|
200
|
+
nokogiri (~> 1.14)
|
201
|
+
railties (7.1.1)
|
202
|
+
actionpack (= 7.1.1)
|
203
|
+
activesupport (= 7.1.1)
|
204
|
+
irb
|
205
|
+
rackup (>= 1.0.0)
|
206
|
+
rake (>= 12.2)
|
207
|
+
thor (~> 1.0, >= 1.2.2)
|
208
|
+
zeitwerk (~> 2.6)
|
209
|
+
rake (13.0.6)
|
167
210
|
rb-fsevent (0.10.4)
|
168
211
|
rb-inotify (0.10.1)
|
169
212
|
ffi (~> 1.0)
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
rspec
|
175
|
-
rspec-
|
176
|
-
|
213
|
+
rdoc (6.5.0)
|
214
|
+
psych (>= 4.0.0)
|
215
|
+
reline (0.3.9)
|
216
|
+
io-console (~> 0.5)
|
217
|
+
rspec (3.12.0)
|
218
|
+
rspec-core (~> 3.12.0)
|
219
|
+
rspec-expectations (~> 3.12.0)
|
220
|
+
rspec-mocks (~> 3.12.0)
|
221
|
+
rspec-core (3.12.2)
|
222
|
+
rspec-support (~> 3.12.0)
|
223
|
+
rspec-expectations (3.12.3)
|
177
224
|
diff-lcs (>= 1.2.0, < 2.0)
|
178
|
-
rspec-support (~> 3.
|
225
|
+
rspec-support (~> 3.12.0)
|
179
226
|
rspec-html-matchers (0.9.3)
|
180
227
|
nokogiri (~> 1)
|
181
228
|
rspec (>= 3.0.0.a, < 4)
|
182
|
-
rspec-mocks (3.
|
229
|
+
rspec-mocks (3.12.6)
|
183
230
|
diff-lcs (>= 1.2.0, < 2.0)
|
184
|
-
rspec-support (~> 3.
|
185
|
-
rspec-rails (
|
186
|
-
actionpack (>=
|
187
|
-
activesupport (>=
|
188
|
-
railties (>=
|
189
|
-
rspec-core (~> 3.
|
190
|
-
rspec-expectations (~> 3.
|
191
|
-
rspec-mocks (~> 3.
|
192
|
-
rspec-support (~> 3.
|
193
|
-
rspec-support (3.
|
231
|
+
rspec-support (~> 3.12.0)
|
232
|
+
rspec-rails (6.0.3)
|
233
|
+
actionpack (>= 6.1)
|
234
|
+
activesupport (>= 6.1)
|
235
|
+
railties (>= 6.1)
|
236
|
+
rspec-core (~> 3.12)
|
237
|
+
rspec-expectations (~> 3.12)
|
238
|
+
rspec-mocks (~> 3.12)
|
239
|
+
rspec-support (~> 3.12)
|
240
|
+
rspec-support (3.12.1)
|
241
|
+
ruby2_keywords (0.0.5)
|
194
242
|
shellany (0.0.1)
|
195
|
-
sprockets (4.
|
243
|
+
sprockets (4.2.1)
|
196
244
|
concurrent-ruby (~> 1.0)
|
197
|
-
rack (
|
198
|
-
sprockets-rails (3.
|
199
|
-
actionpack (>=
|
200
|
-
activesupport (>=
|
245
|
+
rack (>= 2.2.4, < 4)
|
246
|
+
sprockets-rails (3.4.2)
|
247
|
+
actionpack (>= 5.2)
|
248
|
+
activesupport (>= 5.2)
|
201
249
|
sprockets (>= 3.0.0)
|
202
250
|
sqlite3 (1.4.2)
|
203
|
-
|
204
|
-
|
251
|
+
stringio (3.0.8)
|
252
|
+
thor (1.3.0)
|
253
|
+
timeout (0.4.0)
|
254
|
+
tzinfo (2.0.6)
|
205
255
|
concurrent-ruby (~> 1.0)
|
206
|
-
|
256
|
+
webrick (1.8.1)
|
257
|
+
websocket-driver (0.7.6)
|
207
258
|
websocket-extensions (>= 0.1.0)
|
208
259
|
websocket-extensions (0.1.5)
|
209
|
-
zeitwerk (2.
|
260
|
+
zeitwerk (2.6.12)
|
210
261
|
|
211
262
|
PLATFORMS
|
212
263
|
ruby
|
@@ -217,12 +268,12 @@ DEPENDENCIES
|
|
217
268
|
memory_profiler (~> 0.9.14)
|
218
269
|
pry-byebug
|
219
270
|
puma
|
220
|
-
rails (>= 6, < 7.
|
271
|
+
rails (>= 6, < 7.2)
|
221
272
|
rake
|
222
273
|
rbexy!
|
223
|
-
rspec (~> 3.
|
274
|
+
rspec (~> 3.12)
|
224
275
|
rspec-html-matchers (~> 0.9.3)
|
225
|
-
rspec-rails (~>
|
276
|
+
rspec-rails (~> 6.0, >= 6.0.3)
|
226
277
|
sprockets-rails (>= 2, < 4)
|
227
278
|
sqlite3
|
228
279
|
|
data/README.md
CHANGED
@@ -408,7 +408,7 @@ If you want to run against the supported versions of Rails, use
|
|
408
408
|
Appraisal:
|
409
409
|
|
410
410
|
```
|
411
|
-
docker-compose run rbexy appraisal bin/test
|
411
|
+
docker-compose run rbexy bundle exec appraisal bin/test
|
412
412
|
```
|
413
413
|
|
414
414
|
## Debugging TemplatePath methods being called
|
@@ -421,7 +421,7 @@ To list all methods being called, enable `RBEXY_TEMPLATE_PATH_DEBUG` and
|
|
421
421
|
run tests:
|
422
422
|
|
423
423
|
```
|
424
|
-
docker-compose run -e RBEXY_TEMPLATE_PATH_DEBUG=1 rbexy appraisal bin/test
|
424
|
+
docker-compose run -e RBEXY_TEMPLATE_PATH_DEBUG=1 rbexy bundle exec appraisal bin/test
|
425
425
|
```
|
426
426
|
|
427
427
|
## Contributing
|
@@ -2,8 +2,8 @@ PATH
|
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
4
|
rbexy (2.0.0.rc2)
|
5
|
-
actionview (>= 6, < 7.
|
6
|
-
activesupport (>= 6, < 7.
|
5
|
+
actionview (>= 6, < 7.2)
|
6
|
+
activesupport (>= 6, < 7.2)
|
7
7
|
|
8
8
|
GEM
|
9
9
|
remote: https://rubygems.org/
|
@@ -74,11 +74,11 @@ GEM
|
|
74
74
|
builder (3.2.4)
|
75
75
|
byebug (11.1.3)
|
76
76
|
coderay (1.1.3)
|
77
|
-
concurrent-ruby (1.
|
77
|
+
concurrent-ruby (1.2.2)
|
78
78
|
crass (1.0.6)
|
79
79
|
diff-lcs (1.5.0)
|
80
80
|
digest (3.1.0)
|
81
|
-
erubi (1.
|
81
|
+
erubi (1.12.0)
|
82
82
|
ffi (1.15.5)
|
83
83
|
formatador (1.1.0)
|
84
84
|
globalid (1.0.0)
|
@@ -97,15 +97,15 @@ GEM
|
|
97
97
|
guard (~> 2.1)
|
98
98
|
guard-compat (~> 1.1)
|
99
99
|
rspec (>= 2.99.0, < 4.0)
|
100
|
-
i18n (1.
|
100
|
+
i18n (1.14.1)
|
101
101
|
concurrent-ruby (~> 1.0)
|
102
102
|
io-wait (0.2.1)
|
103
103
|
listen (3.7.1)
|
104
104
|
rb-fsevent (~> 0.10, >= 0.10.3)
|
105
105
|
rb-inotify (~> 0.9, >= 0.9.10)
|
106
|
-
loofah (2.
|
106
|
+
loofah (2.21.4)
|
107
107
|
crass (~> 1.0.2)
|
108
|
-
nokogiri (>= 1.
|
108
|
+
nokogiri (>= 1.12.0)
|
109
109
|
lumberjack (1.2.8)
|
110
110
|
mail (2.7.1)
|
111
111
|
mini_mime (>= 0.1.1)
|
@@ -113,7 +113,7 @@ GEM
|
|
113
113
|
memory_profiler (0.9.14)
|
114
114
|
method_source (1.0.0)
|
115
115
|
mini_mime (1.1.2)
|
116
|
-
minitest (5.
|
116
|
+
minitest (5.20.0)
|
117
117
|
nenv (0.3.0)
|
118
118
|
net-protocol (0.1.2)
|
119
119
|
io-wait
|
@@ -123,7 +123,7 @@ GEM
|
|
123
123
|
net-protocol
|
124
124
|
timeout
|
125
125
|
nio4r (2.5.8)
|
126
|
-
nokogiri (1.
|
126
|
+
nokogiri (1.15.4-x86_64-linux)
|
127
127
|
racc (~> 1.4)
|
128
128
|
notiffany (0.1.3)
|
129
129
|
nenv (~> 0.1)
|
@@ -136,10 +136,10 @@ GEM
|
|
136
136
|
pry (~> 0.13.0)
|
137
137
|
puma (5.6.2)
|
138
138
|
nio4r (~> 2.0)
|
139
|
-
racc (1.
|
140
|
-
rack (2.2.
|
141
|
-
rack-test (
|
142
|
-
rack (>= 1.
|
139
|
+
racc (1.7.1)
|
140
|
+
rack (2.2.8)
|
141
|
+
rack-test (2.1.0)
|
142
|
+
rack (>= 1.3)
|
143
143
|
rails (6.1.4.6)
|
144
144
|
actioncable (= 6.1.4.6)
|
145
145
|
actionmailbox (= 6.1.4.6)
|
@@ -155,11 +155,13 @@ GEM
|
|
155
155
|
bundler (>= 1.15.0)
|
156
156
|
railties (= 6.1.4.6)
|
157
157
|
sprockets-rails (>= 2.0.0)
|
158
|
-
rails-dom-testing (2.0
|
159
|
-
activesupport (>=
|
158
|
+
rails-dom-testing (2.2.0)
|
159
|
+
activesupport (>= 5.0.0)
|
160
|
+
minitest
|
160
161
|
nokogiri (>= 1.6)
|
161
|
-
rails-html-sanitizer (1.
|
162
|
-
loofah (~> 2.
|
162
|
+
rails-html-sanitizer (1.6.0)
|
163
|
+
loofah (~> 2.21)
|
164
|
+
nokogiri (~> 1.14)
|
163
165
|
railties (6.1.4.6)
|
164
166
|
actionpack (= 6.1.4.6)
|
165
167
|
activesupport (= 6.1.4.6)
|
@@ -170,30 +172,30 @@ GEM
|
|
170
172
|
rb-fsevent (0.11.1)
|
171
173
|
rb-inotify (0.10.1)
|
172
174
|
ffi (~> 1.0)
|
173
|
-
rspec (3.
|
174
|
-
rspec-core (~> 3.
|
175
|
-
rspec-expectations (~> 3.
|
176
|
-
rspec-mocks (~> 3.
|
177
|
-
rspec-core (3.
|
178
|
-
rspec-support (~> 3.
|
179
|
-
rspec-expectations (3.
|
175
|
+
rspec (3.12.0)
|
176
|
+
rspec-core (~> 3.12.0)
|
177
|
+
rspec-expectations (~> 3.12.0)
|
178
|
+
rspec-mocks (~> 3.12.0)
|
179
|
+
rspec-core (3.12.2)
|
180
|
+
rspec-support (~> 3.12.0)
|
181
|
+
rspec-expectations (3.12.3)
|
180
182
|
diff-lcs (>= 1.2.0, < 2.0)
|
181
|
-
rspec-support (~> 3.
|
183
|
+
rspec-support (~> 3.12.0)
|
182
184
|
rspec-html-matchers (0.9.4)
|
183
185
|
nokogiri (~> 1)
|
184
186
|
rspec (>= 3.0.0.a, < 4)
|
185
|
-
rspec-mocks (3.
|
187
|
+
rspec-mocks (3.12.6)
|
186
188
|
diff-lcs (>= 1.2.0, < 2.0)
|
187
|
-
rspec-support (~> 3.
|
188
|
-
rspec-rails (
|
189
|
-
actionpack (>=
|
190
|
-
activesupport (>=
|
191
|
-
railties (>=
|
192
|
-
rspec-core (~> 3.
|
193
|
-
rspec-expectations (~> 3.
|
194
|
-
rspec-mocks (~> 3.
|
195
|
-
rspec-support (~> 3.
|
196
|
-
rspec-support (3.
|
189
|
+
rspec-support (~> 3.12.0)
|
190
|
+
rspec-rails (6.0.3)
|
191
|
+
actionpack (>= 6.1)
|
192
|
+
activesupport (>= 6.1)
|
193
|
+
railties (>= 6.1)
|
194
|
+
rspec-core (~> 3.12)
|
195
|
+
rspec-expectations (~> 3.12)
|
196
|
+
rspec-mocks (~> 3.12)
|
197
|
+
rspec-support (~> 3.12)
|
198
|
+
rspec-support (3.12.1)
|
197
199
|
shellany (0.0.1)
|
198
200
|
sprockets (4.0.3)
|
199
201
|
concurrent-ruby (~> 1.0)
|
@@ -203,14 +205,14 @@ GEM
|
|
203
205
|
activesupport (>= 5.2)
|
204
206
|
sprockets (>= 3.0.0)
|
205
207
|
sqlite3 (1.4.2)
|
206
|
-
thor (1.
|
208
|
+
thor (1.3.0)
|
207
209
|
timeout (0.2.0)
|
208
|
-
tzinfo (2.0.
|
210
|
+
tzinfo (2.0.6)
|
209
211
|
concurrent-ruby (~> 1.0)
|
210
212
|
websocket-driver (0.7.5)
|
211
213
|
websocket-extensions (>= 0.1.0)
|
212
214
|
websocket-extensions (0.1.5)
|
213
|
-
zeitwerk (2.
|
215
|
+
zeitwerk (2.6.12)
|
214
216
|
|
215
217
|
PLATFORMS
|
216
218
|
x86_64-linux
|
@@ -225,9 +227,9 @@ DEPENDENCIES
|
|
225
227
|
rails (~> 6.1.4)
|
226
228
|
rake
|
227
229
|
rbexy!
|
228
|
-
rspec (~> 3.
|
230
|
+
rspec (~> 3.12)
|
229
231
|
rspec-html-matchers (~> 0.9.3)
|
230
|
-
rspec-rails (~>
|
232
|
+
rspec-rails (~> 6.0, >= 6.0.3)
|
231
233
|
sprockets-rails (>= 2, < 4)
|
232
234
|
sqlite3
|
233
235
|
|