qbwc 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/ci.yml +32 -0
- data/Appraisals +15 -0
- data/CHANGELOG.md +9 -0
- data/Gemfile.lock +140 -140
- data/gemfiles/rails_5.1.gemfile.lock +2 -17
- data/gemfiles/rails_5.2.gemfile.lock +2 -17
- data/gemfiles/rails_6.0.gemfile.lock +2 -17
- data/gemfiles/rails_6.1.gemfile.lock +2 -17
- data/gemfiles/rails_7.0.gemfile.lock +2 -17
- data/gemfiles/rails_7.1.gemfile.lock +4 -21
- data/gemfiles/rails_7.2.gemfile +8 -0
- data/gemfiles/rails_7.2.gemfile.lock +270 -0
- data/gemfiles/rails_8.0.gemfile +8 -0
- data/gemfiles/rails_8.0.gemfile.lock +300 -0
- data/gemfiles/rails_8.1.gemfile +8 -0
- data/gemfiles/rails_8.1.gemfile.lock +278 -0
- data/lib/qbwc/active_record/job.rb +7 -3
- data/lib/qbwc/version.rb +1 -1
- data/lib/qbwc.rb +6 -1
- data/qbwc.gemspec +1 -2
- metadata +11 -23
- data/.rspec +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
qbwc (1.
|
|
4
|
+
qbwc (1.3.0)
|
|
5
5
|
actionpack (>= 5.0.1)
|
|
6
6
|
qbxml (>= 0.3.0)
|
|
7
7
|
wash_out (>= 0.12.0)
|
|
@@ -87,7 +87,6 @@ GEM
|
|
|
87
87
|
rexml
|
|
88
88
|
crass (1.0.6)
|
|
89
89
|
date (3.4.1)
|
|
90
|
-
diff-lcs (1.6.0)
|
|
91
90
|
erubi (1.13.1)
|
|
92
91
|
globalid (1.2.1)
|
|
93
92
|
activesupport (>= 6.1)
|
|
@@ -167,19 +166,6 @@ GEM
|
|
|
167
166
|
thor (~> 1.0)
|
|
168
167
|
rake (13.2.1)
|
|
169
168
|
rexml (3.4.1)
|
|
170
|
-
rspec (3.13.0)
|
|
171
|
-
rspec-core (~> 3.13.0)
|
|
172
|
-
rspec-expectations (~> 3.13.0)
|
|
173
|
-
rspec-mocks (~> 3.13.0)
|
|
174
|
-
rspec-core (3.13.3)
|
|
175
|
-
rspec-support (~> 3.13.0)
|
|
176
|
-
rspec-expectations (3.13.3)
|
|
177
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
178
|
-
rspec-support (~> 3.13.0)
|
|
179
|
-
rspec-mocks (3.13.2)
|
|
180
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
181
|
-
rspec-support (~> 3.13.0)
|
|
182
|
-
rspec-support (3.13.2)
|
|
183
169
|
savon (2.15.0)
|
|
184
170
|
akami (~> 1.2)
|
|
185
171
|
builder (>= 2.1.2)
|
|
@@ -233,9 +219,8 @@ DEPENDENCIES
|
|
|
233
219
|
httpi
|
|
234
220
|
minitest
|
|
235
221
|
qbwc!
|
|
236
|
-
rails (>= 5.0.1, <
|
|
222
|
+
rails (>= 5.0.1, < 8.2)
|
|
237
223
|
rake
|
|
238
|
-
rspec
|
|
239
224
|
savon
|
|
240
225
|
sqlite3
|
|
241
226
|
webmock
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
qbwc (1.
|
|
4
|
+
qbwc (1.3.0)
|
|
5
5
|
actionpack (>= 5.0.1)
|
|
6
6
|
qbxml (>= 0.3.0)
|
|
7
7
|
wash_out (>= 0.12.0)
|
|
@@ -93,7 +93,6 @@ GEM
|
|
|
93
93
|
rexml
|
|
94
94
|
crass (1.0.6)
|
|
95
95
|
date (3.4.1)
|
|
96
|
-
diff-lcs (1.6.0)
|
|
97
96
|
erubi (1.13.1)
|
|
98
97
|
globalid (1.2.1)
|
|
99
98
|
activesupport (>= 6.1)
|
|
@@ -173,19 +172,6 @@ GEM
|
|
|
173
172
|
zeitwerk (~> 2.5)
|
|
174
173
|
rake (13.2.1)
|
|
175
174
|
rexml (3.4.1)
|
|
176
|
-
rspec (3.13.0)
|
|
177
|
-
rspec-core (~> 3.13.0)
|
|
178
|
-
rspec-expectations (~> 3.13.0)
|
|
179
|
-
rspec-mocks (~> 3.13.0)
|
|
180
|
-
rspec-core (3.13.3)
|
|
181
|
-
rspec-support (~> 3.13.0)
|
|
182
|
-
rspec-expectations (3.13.3)
|
|
183
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
184
|
-
rspec-support (~> 3.13.0)
|
|
185
|
-
rspec-mocks (3.13.2)
|
|
186
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
187
|
-
rspec-support (~> 3.13.0)
|
|
188
|
-
rspec-support (3.13.2)
|
|
189
175
|
savon (2.15.0)
|
|
190
176
|
akami (~> 1.2)
|
|
191
177
|
builder (>= 2.1.2)
|
|
@@ -232,9 +218,8 @@ DEPENDENCIES
|
|
|
232
218
|
httpi
|
|
233
219
|
minitest
|
|
234
220
|
qbwc!
|
|
235
|
-
rails (>= 5.0.1, <
|
|
221
|
+
rails (>= 5.0.1, < 8.2)
|
|
236
222
|
rake
|
|
237
|
-
rspec
|
|
238
223
|
savon
|
|
239
224
|
sqlite3
|
|
240
225
|
webmock
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
qbwc (1.
|
|
4
|
+
qbwc (1.3.0)
|
|
5
5
|
actionpack (>= 5.0.1)
|
|
6
6
|
qbxml (>= 0.3.0)
|
|
7
7
|
wash_out (>= 0.12.0)
|
|
@@ -108,7 +108,6 @@ GEM
|
|
|
108
108
|
rexml
|
|
109
109
|
crass (1.0.6)
|
|
110
110
|
date (3.4.1)
|
|
111
|
-
diff-lcs (1.6.0)
|
|
112
111
|
drb (2.2.1)
|
|
113
112
|
erubi (1.13.1)
|
|
114
113
|
faraday (2.12.2)
|
|
@@ -147,7 +146,6 @@ GEM
|
|
|
147
146
|
net-smtp
|
|
148
147
|
marcel (1.0.4)
|
|
149
148
|
mini_mime (1.1.5)
|
|
150
|
-
mini_portile2 (2.8.8)
|
|
151
149
|
minitest (5.25.5)
|
|
152
150
|
mutex_m (0.3.0)
|
|
153
151
|
net-http (0.6.0)
|
|
@@ -163,7 +161,7 @@ GEM
|
|
|
163
161
|
net-protocol
|
|
164
162
|
nio4r (2.7.4)
|
|
165
163
|
nkf (0.2.0)
|
|
166
|
-
nokogiri (1.
|
|
164
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
|
167
165
|
racc (~> 1.4)
|
|
168
166
|
nori (2.7.1)
|
|
169
167
|
bigdecimal
|
|
@@ -222,19 +220,6 @@ GEM
|
|
|
222
220
|
reline (0.6.0)
|
|
223
221
|
io-console (~> 0.5)
|
|
224
222
|
rexml (3.4.1)
|
|
225
|
-
rspec (3.13.0)
|
|
226
|
-
rspec-core (~> 3.13.0)
|
|
227
|
-
rspec-expectations (~> 3.13.0)
|
|
228
|
-
rspec-mocks (~> 3.13.0)
|
|
229
|
-
rspec-core (3.13.3)
|
|
230
|
-
rspec-support (~> 3.13.0)
|
|
231
|
-
rspec-expectations (3.13.3)
|
|
232
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
233
|
-
rspec-support (~> 3.13.0)
|
|
234
|
-
rspec-mocks (3.13.2)
|
|
235
|
-
diff-lcs (>= 1.2.0, < 2.0)
|
|
236
|
-
rspec-support (~> 3.13.0)
|
|
237
|
-
rspec-support (3.13.2)
|
|
238
223
|
savon (2.15.1)
|
|
239
224
|
akami (~> 1.2)
|
|
240
225
|
builder (>= 2.1.2)
|
|
@@ -245,8 +230,7 @@ GEM
|
|
|
245
230
|
nori (~> 2.4)
|
|
246
231
|
wasabi (>= 3.7, < 6)
|
|
247
232
|
securerandom (0.3.2)
|
|
248
|
-
sqlite3 (2.0
|
|
249
|
-
mini_portile2 (~> 2.8.0)
|
|
233
|
+
sqlite3 (2.6.0-x86_64-linux-gnu)
|
|
250
234
|
stringio (3.1.5)
|
|
251
235
|
thor (1.3.2)
|
|
252
236
|
timeout (0.4.3)
|
|
@@ -281,9 +265,8 @@ DEPENDENCIES
|
|
|
281
265
|
httpi
|
|
282
266
|
minitest
|
|
283
267
|
qbwc!
|
|
284
|
-
rails (>= 5.0.1, <
|
|
268
|
+
rails (>= 5.0.1, < 8.2)
|
|
285
269
|
rake
|
|
286
|
-
rspec
|
|
287
270
|
savon
|
|
288
271
|
sqlite3
|
|
289
272
|
webmock
|
|
@@ -0,0 +1,270 @@
|
|
|
1
|
+
PATH
|
|
2
|
+
remote: ..
|
|
3
|
+
specs:
|
|
4
|
+
qbwc (1.3.0)
|
|
5
|
+
actionpack (>= 5.0.1)
|
|
6
|
+
qbxml (>= 0.3.0)
|
|
7
|
+
wash_out (>= 0.12.0)
|
|
8
|
+
|
|
9
|
+
GEM
|
|
10
|
+
remote: https://rubygems.org/
|
|
11
|
+
specs:
|
|
12
|
+
actioncable (7.2.2.1)
|
|
13
|
+
actionpack (= 7.2.2.1)
|
|
14
|
+
activesupport (= 7.2.2.1)
|
|
15
|
+
nio4r (~> 2.0)
|
|
16
|
+
websocket-driver (>= 0.6.1)
|
|
17
|
+
zeitwerk (~> 2.6)
|
|
18
|
+
actionmailbox (7.2.2.1)
|
|
19
|
+
actionpack (= 7.2.2.1)
|
|
20
|
+
activejob (= 7.2.2.1)
|
|
21
|
+
activerecord (= 7.2.2.1)
|
|
22
|
+
activestorage (= 7.2.2.1)
|
|
23
|
+
activesupport (= 7.2.2.1)
|
|
24
|
+
mail (>= 2.8.0)
|
|
25
|
+
actionmailer (7.2.2.1)
|
|
26
|
+
actionpack (= 7.2.2.1)
|
|
27
|
+
actionview (= 7.2.2.1)
|
|
28
|
+
activejob (= 7.2.2.1)
|
|
29
|
+
activesupport (= 7.2.2.1)
|
|
30
|
+
mail (>= 2.8.0)
|
|
31
|
+
rails-dom-testing (~> 2.2)
|
|
32
|
+
actionpack (7.2.2.1)
|
|
33
|
+
actionview (= 7.2.2.1)
|
|
34
|
+
activesupport (= 7.2.2.1)
|
|
35
|
+
nokogiri (>= 1.8.5)
|
|
36
|
+
racc
|
|
37
|
+
rack (>= 2.2.4, < 3.2)
|
|
38
|
+
rack-session (>= 1.0.1)
|
|
39
|
+
rack-test (>= 0.6.3)
|
|
40
|
+
rails-dom-testing (~> 2.2)
|
|
41
|
+
rails-html-sanitizer (~> 1.6)
|
|
42
|
+
useragent (~> 0.16)
|
|
43
|
+
actiontext (7.2.2.1)
|
|
44
|
+
actionpack (= 7.2.2.1)
|
|
45
|
+
activerecord (= 7.2.2.1)
|
|
46
|
+
activestorage (= 7.2.2.1)
|
|
47
|
+
activesupport (= 7.2.2.1)
|
|
48
|
+
globalid (>= 0.6.0)
|
|
49
|
+
nokogiri (>= 1.8.5)
|
|
50
|
+
actionview (7.2.2.1)
|
|
51
|
+
activesupport (= 7.2.2.1)
|
|
52
|
+
builder (~> 3.1)
|
|
53
|
+
erubi (~> 1.11)
|
|
54
|
+
rails-dom-testing (~> 2.2)
|
|
55
|
+
rails-html-sanitizer (~> 1.6)
|
|
56
|
+
activejob (7.2.2.1)
|
|
57
|
+
activesupport (= 7.2.2.1)
|
|
58
|
+
globalid (>= 0.3.6)
|
|
59
|
+
activemodel (7.2.2.1)
|
|
60
|
+
activesupport (= 7.2.2.1)
|
|
61
|
+
activerecord (7.2.2.1)
|
|
62
|
+
activemodel (= 7.2.2.1)
|
|
63
|
+
activesupport (= 7.2.2.1)
|
|
64
|
+
timeout (>= 0.4.0)
|
|
65
|
+
activestorage (7.2.2.1)
|
|
66
|
+
actionpack (= 7.2.2.1)
|
|
67
|
+
activejob (= 7.2.2.1)
|
|
68
|
+
activerecord (= 7.2.2.1)
|
|
69
|
+
activesupport (= 7.2.2.1)
|
|
70
|
+
marcel (~> 1.0)
|
|
71
|
+
activesupport (7.2.2.1)
|
|
72
|
+
base64
|
|
73
|
+
benchmark (>= 0.3)
|
|
74
|
+
bigdecimal
|
|
75
|
+
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
76
|
+
connection_pool (>= 2.2.5)
|
|
77
|
+
drb
|
|
78
|
+
i18n (>= 1.6, < 2)
|
|
79
|
+
logger (>= 1.4.2)
|
|
80
|
+
minitest (>= 5.1)
|
|
81
|
+
securerandom (>= 0.3)
|
|
82
|
+
tzinfo (~> 2.0, >= 2.0.5)
|
|
83
|
+
addressable (2.8.7)
|
|
84
|
+
public_suffix (>= 2.0.2, < 7.0)
|
|
85
|
+
akami (1.3.3)
|
|
86
|
+
base64
|
|
87
|
+
gyoku (>= 0.4.0)
|
|
88
|
+
nokogiri
|
|
89
|
+
appraisal (2.5.0)
|
|
90
|
+
bundler
|
|
91
|
+
rake
|
|
92
|
+
thor (>= 0.14.0)
|
|
93
|
+
base64 (0.2.0)
|
|
94
|
+
benchmark (0.4.0)
|
|
95
|
+
bigdecimal (3.1.9)
|
|
96
|
+
builder (3.3.0)
|
|
97
|
+
byebug (11.1.3)
|
|
98
|
+
concurrent-ruby (1.3.5)
|
|
99
|
+
connection_pool (2.5.0)
|
|
100
|
+
crack (1.0.0)
|
|
101
|
+
bigdecimal
|
|
102
|
+
rexml
|
|
103
|
+
crass (1.0.6)
|
|
104
|
+
date (3.4.1)
|
|
105
|
+
drb (2.2.1)
|
|
106
|
+
erubi (1.13.1)
|
|
107
|
+
faraday (2.12.2)
|
|
108
|
+
faraday-net_http (>= 2.0, < 3.5)
|
|
109
|
+
json
|
|
110
|
+
logger
|
|
111
|
+
faraday-net_http (3.4.0)
|
|
112
|
+
net-http (>= 0.5.0)
|
|
113
|
+
globalid (1.2.1)
|
|
114
|
+
activesupport (>= 6.1)
|
|
115
|
+
gyoku (1.4.0)
|
|
116
|
+
builder (>= 2.1.2)
|
|
117
|
+
rexml (~> 3.0)
|
|
118
|
+
hashdiff (1.1.2)
|
|
119
|
+
httpi (4.0.4)
|
|
120
|
+
base64
|
|
121
|
+
mutex_m
|
|
122
|
+
nkf
|
|
123
|
+
rack (>= 2.0, < 4)
|
|
124
|
+
i18n (1.14.7)
|
|
125
|
+
concurrent-ruby (~> 1.0)
|
|
126
|
+
io-console (0.8.0)
|
|
127
|
+
irb (1.15.1)
|
|
128
|
+
pp (>= 0.6.0)
|
|
129
|
+
rdoc (>= 4.0.0)
|
|
130
|
+
reline (>= 0.4.2)
|
|
131
|
+
json (2.10.2)
|
|
132
|
+
logger (1.6.6)
|
|
133
|
+
loofah (2.24.0)
|
|
134
|
+
crass (~> 1.0.2)
|
|
135
|
+
nokogiri (>= 1.12.0)
|
|
136
|
+
mail (2.8.1)
|
|
137
|
+
mini_mime (>= 0.1.1)
|
|
138
|
+
net-imap
|
|
139
|
+
net-pop
|
|
140
|
+
net-smtp
|
|
141
|
+
marcel (1.0.4)
|
|
142
|
+
mini_mime (1.1.5)
|
|
143
|
+
minitest (5.25.5)
|
|
144
|
+
mutex_m (0.3.0)
|
|
145
|
+
net-http (0.6.0)
|
|
146
|
+
uri
|
|
147
|
+
net-imap (0.5.2)
|
|
148
|
+
date
|
|
149
|
+
net-protocol
|
|
150
|
+
net-pop (0.1.2)
|
|
151
|
+
net-protocol
|
|
152
|
+
net-protocol (0.2.2)
|
|
153
|
+
timeout
|
|
154
|
+
net-smtp (0.5.1)
|
|
155
|
+
net-protocol
|
|
156
|
+
nio4r (2.7.4)
|
|
157
|
+
nkf (0.2.0)
|
|
158
|
+
nokogiri (1.18.8-x86_64-linux-gnu)
|
|
159
|
+
racc (~> 1.4)
|
|
160
|
+
nori (2.7.1)
|
|
161
|
+
bigdecimal
|
|
162
|
+
pp (0.6.2)
|
|
163
|
+
prettyprint
|
|
164
|
+
prettyprint (0.2.0)
|
|
165
|
+
psych (5.2.3)
|
|
166
|
+
date
|
|
167
|
+
stringio
|
|
168
|
+
public_suffix (6.0.1)
|
|
169
|
+
qbxml (0.5.0)
|
|
170
|
+
activesupport (>= 5.0.0)
|
|
171
|
+
builder (~> 3.0)
|
|
172
|
+
nokogiri (~> 1.5)
|
|
173
|
+
racc (1.8.1)
|
|
174
|
+
rack (3.1.12)
|
|
175
|
+
rack-session (2.1.0)
|
|
176
|
+
base64 (>= 0.1.0)
|
|
177
|
+
rack (>= 3.0.0)
|
|
178
|
+
rack-test (2.2.0)
|
|
179
|
+
rack (>= 1.3)
|
|
180
|
+
rackup (2.2.1)
|
|
181
|
+
rack (>= 3)
|
|
182
|
+
rails (7.2.2.1)
|
|
183
|
+
actioncable (= 7.2.2.1)
|
|
184
|
+
actionmailbox (= 7.2.2.1)
|
|
185
|
+
actionmailer (= 7.2.2.1)
|
|
186
|
+
actionpack (= 7.2.2.1)
|
|
187
|
+
actiontext (= 7.2.2.1)
|
|
188
|
+
actionview (= 7.2.2.1)
|
|
189
|
+
activejob (= 7.2.2.1)
|
|
190
|
+
activemodel (= 7.2.2.1)
|
|
191
|
+
activerecord (= 7.2.2.1)
|
|
192
|
+
activestorage (= 7.2.2.1)
|
|
193
|
+
activesupport (= 7.2.2.1)
|
|
194
|
+
bundler (>= 1.15.0)
|
|
195
|
+
railties (= 7.2.2.1)
|
|
196
|
+
rails-dom-testing (2.2.0)
|
|
197
|
+
activesupport (>= 5.0.0)
|
|
198
|
+
minitest
|
|
199
|
+
nokogiri (>= 1.6)
|
|
200
|
+
rails-html-sanitizer (1.6.2)
|
|
201
|
+
loofah (~> 2.21)
|
|
202
|
+
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)
|
|
203
|
+
railties (7.2.2.1)
|
|
204
|
+
actionpack (= 7.2.2.1)
|
|
205
|
+
activesupport (= 7.2.2.1)
|
|
206
|
+
irb (~> 1.13)
|
|
207
|
+
rackup (>= 1.0.0)
|
|
208
|
+
rake (>= 12.2)
|
|
209
|
+
thor (~> 1.0, >= 1.2.2)
|
|
210
|
+
zeitwerk (~> 2.6)
|
|
211
|
+
rake (13.2.1)
|
|
212
|
+
rdoc (6.12.0)
|
|
213
|
+
psych (>= 4.0.0)
|
|
214
|
+
reline (0.6.0)
|
|
215
|
+
io-console (~> 0.5)
|
|
216
|
+
rexml (3.4.1)
|
|
217
|
+
savon (2.15.1)
|
|
218
|
+
akami (~> 1.2)
|
|
219
|
+
builder (>= 2.1.2)
|
|
220
|
+
gyoku (~> 1.2)
|
|
221
|
+
httpi (>= 4, < 5)
|
|
222
|
+
mail (~> 2.5)
|
|
223
|
+
nokogiri (>= 1.8.1)
|
|
224
|
+
nori (~> 2.4)
|
|
225
|
+
wasabi (>= 3.7, < 6)
|
|
226
|
+
securerandom (0.4.1)
|
|
227
|
+
sqlite3 (2.6.0-x86_64-linux-gnu)
|
|
228
|
+
stringio (3.1.5)
|
|
229
|
+
thor (1.3.2)
|
|
230
|
+
timeout (0.4.3)
|
|
231
|
+
tzinfo (2.0.6)
|
|
232
|
+
concurrent-ruby (~> 1.0)
|
|
233
|
+
uri (1.0.3)
|
|
234
|
+
useragent (0.16.11)
|
|
235
|
+
wasabi (5.1.0)
|
|
236
|
+
addressable
|
|
237
|
+
faraday (>= 1.9, < 3)
|
|
238
|
+
nokogiri (>= 1.13.9)
|
|
239
|
+
wash_out (0.12.0)
|
|
240
|
+
nori (>= 2.0.0)
|
|
241
|
+
webmock (3.25.1)
|
|
242
|
+
addressable (>= 2.8.0)
|
|
243
|
+
crack (>= 0.3.2)
|
|
244
|
+
hashdiff (>= 0.4.0, < 2.0.0)
|
|
245
|
+
websocket-driver (0.7.7)
|
|
246
|
+
base64
|
|
247
|
+
websocket-extensions (>= 0.1.0)
|
|
248
|
+
websocket-extensions (0.1.5)
|
|
249
|
+
zeitwerk (2.7.1)
|
|
250
|
+
|
|
251
|
+
PLATFORMS
|
|
252
|
+
x86_64-linux
|
|
253
|
+
|
|
254
|
+
DEPENDENCIES
|
|
255
|
+
actionpack (~> 7.2.0)
|
|
256
|
+
actionview (~> 7.2.0)
|
|
257
|
+
activerecord
|
|
258
|
+
appraisal
|
|
259
|
+
byebug
|
|
260
|
+
httpi
|
|
261
|
+
minitest
|
|
262
|
+
qbwc!
|
|
263
|
+
rails (>= 5.0.1, < 8.2)
|
|
264
|
+
rake
|
|
265
|
+
savon
|
|
266
|
+
sqlite3
|
|
267
|
+
webmock
|
|
268
|
+
|
|
269
|
+
BUNDLED WITH
|
|
270
|
+
2.4.13
|