qbwc 1.1.0 → 1.2.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.
@@ -0,0 +1,225 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ qbwc (1.1.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 (5.2.8.1)
13
+ actionpack (= 5.2.8.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailer (5.2.8.1)
17
+ actionpack (= 5.2.8.1)
18
+ actionview (= 5.2.8.1)
19
+ activejob (= 5.2.8.1)
20
+ mail (~> 2.5, >= 2.5.4)
21
+ rails-dom-testing (~> 2.0)
22
+ actionpack (5.2.8.1)
23
+ actionview (= 5.2.8.1)
24
+ activesupport (= 5.2.8.1)
25
+ rack (~> 2.0, >= 2.0.8)
26
+ rack-test (>= 0.6.3)
27
+ rails-dom-testing (~> 2.0)
28
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
29
+ actionview (5.2.8.1)
30
+ activesupport (= 5.2.8.1)
31
+ builder (~> 3.1)
32
+ erubi (~> 1.4)
33
+ rails-dom-testing (~> 2.0)
34
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
35
+ activejob (5.2.8.1)
36
+ activesupport (= 5.2.8.1)
37
+ globalid (>= 0.3.6)
38
+ activemodel (5.2.8.1)
39
+ activesupport (= 5.2.8.1)
40
+ activerecord (5.2.8.1)
41
+ activemodel (= 5.2.8.1)
42
+ activesupport (= 5.2.8.1)
43
+ arel (>= 9.0)
44
+ activestorage (5.2.8.1)
45
+ actionpack (= 5.2.8.1)
46
+ activerecord (= 5.2.8.1)
47
+ marcel (~> 1.0.0)
48
+ activesupport (5.2.8.1)
49
+ concurrent-ruby (~> 1.0, >= 1.0.2)
50
+ i18n (>= 0.7, < 2)
51
+ minitest (~> 5.1)
52
+ tzinfo (~> 1.1)
53
+ addressable (2.8.7)
54
+ public_suffix (>= 2.0.2, < 7.0)
55
+ akami (1.3.2)
56
+ gyoku (>= 0.4.0)
57
+ nokogiri
58
+ appraisal (2.5.0)
59
+ bundler
60
+ rake
61
+ thor (>= 0.14.0)
62
+ arel (9.0.0)
63
+ base64 (0.2.0)
64
+ bigdecimal (3.1.9)
65
+ builder (3.3.0)
66
+ byebug (11.1.3)
67
+ concurrent-ruby (1.3.4)
68
+ crack (1.0.0)
69
+ bigdecimal
70
+ rexml
71
+ crass (1.0.6)
72
+ date (3.4.1)
73
+ diff-lcs (1.6.0)
74
+ erubi (1.13.1)
75
+ globalid (1.1.0)
76
+ activesupport (>= 5.0)
77
+ gyoku (1.4.0)
78
+ builder (>= 2.1.2)
79
+ rexml (~> 3.0)
80
+ hashdiff (1.1.2)
81
+ httpi (3.0.1)
82
+ rack
83
+ i18n (1.14.7)
84
+ concurrent-ruby (~> 1.0)
85
+ loofah (2.24.0)
86
+ crass (~> 1.0.2)
87
+ nokogiri (>= 1.12.0)
88
+ mail (2.8.1)
89
+ mini_mime (>= 0.1.1)
90
+ net-imap
91
+ net-pop
92
+ net-smtp
93
+ marcel (1.0.4)
94
+ method_source (1.1.0)
95
+ mini_mime (1.1.5)
96
+ mini_portile2 (2.8.8)
97
+ minitest (5.25.5)
98
+ net-imap (0.4.19)
99
+ date
100
+ net-protocol
101
+ net-pop (0.1.2)
102
+ net-protocol
103
+ net-protocol (0.2.2)
104
+ timeout
105
+ net-smtp (0.5.1)
106
+ net-protocol
107
+ nio4r (2.7.4)
108
+ nokogiri (1.15.7)
109
+ mini_portile2 (~> 2.8.2)
110
+ racc (~> 1.4)
111
+ nokogiri (1.15.7-x86_64-linux)
112
+ racc (~> 1.4)
113
+ nori (2.6.0)
114
+ public_suffix (5.1.1)
115
+ qbxml (0.5.0)
116
+ activesupport (>= 5.0.0)
117
+ builder (~> 3.0)
118
+ nokogiri (~> 1.5)
119
+ racc (1.8.1)
120
+ rack (2.2.13)
121
+ rack-test (2.2.0)
122
+ rack (>= 1.3)
123
+ rails (5.2.8.1)
124
+ actioncable (= 5.2.8.1)
125
+ actionmailer (= 5.2.8.1)
126
+ actionpack (= 5.2.8.1)
127
+ actionview (= 5.2.8.1)
128
+ activejob (= 5.2.8.1)
129
+ activemodel (= 5.2.8.1)
130
+ activerecord (= 5.2.8.1)
131
+ activestorage (= 5.2.8.1)
132
+ activesupport (= 5.2.8.1)
133
+ bundler (>= 1.3.0)
134
+ railties (= 5.2.8.1)
135
+ sprockets-rails (>= 2.0.0)
136
+ rails-dom-testing (2.2.0)
137
+ activesupport (>= 5.0.0)
138
+ minitest
139
+ nokogiri (>= 1.6)
140
+ rails-html-sanitizer (1.6.2)
141
+ loofah (~> 2.21)
142
+ 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)
143
+ railties (5.2.8.1)
144
+ actionpack (= 5.2.8.1)
145
+ activesupport (= 5.2.8.1)
146
+ method_source
147
+ rake (>= 0.8.7)
148
+ thor (>= 0.19.0, < 2.0)
149
+ rake (13.2.1)
150
+ rexml (3.4.1)
151
+ rspec (3.13.0)
152
+ rspec-core (~> 3.13.0)
153
+ rspec-expectations (~> 3.13.0)
154
+ rspec-mocks (~> 3.13.0)
155
+ rspec-core (3.13.3)
156
+ rspec-support (~> 3.13.0)
157
+ rspec-expectations (3.13.3)
158
+ diff-lcs (>= 1.2.0, < 2.0)
159
+ rspec-support (~> 3.13.0)
160
+ rspec-mocks (3.13.2)
161
+ diff-lcs (>= 1.2.0, < 2.0)
162
+ rspec-support (~> 3.13.0)
163
+ rspec-support (3.13.2)
164
+ savon (2.15.0)
165
+ akami (~> 1.2)
166
+ builder (>= 2.1.2)
167
+ gyoku (~> 1.2)
168
+ httpi (>= 2.4.5, < 5)
169
+ mail (~> 2.5)
170
+ nokogiri (>= 1.8.1)
171
+ nori (~> 2.4)
172
+ wasabi (>= 3.7, < 6)
173
+ sprockets (4.2.1)
174
+ concurrent-ruby (~> 1.0)
175
+ rack (>= 2.2.4, < 4)
176
+ sprockets-rails (3.4.2)
177
+ actionpack (>= 5.2)
178
+ activesupport (>= 5.2)
179
+ sprockets (>= 3.0.0)
180
+ sqlite3 (1.6.9)
181
+ mini_portile2 (~> 2.8.0)
182
+ sqlite3 (1.6.9-x86_64-linux)
183
+ thor (1.3.2)
184
+ thread_safe (0.3.6)
185
+ timeout (0.4.3)
186
+ tzinfo (1.2.11)
187
+ thread_safe (~> 0.1)
188
+ wasabi (4.0.0)
189
+ addressable
190
+ httpi (~> 3.0)
191
+ nokogiri (>= 1.13.9)
192
+ wash_out (0.12.0)
193
+ nori (>= 2.0.0)
194
+ webmock (3.25.1)
195
+ addressable (>= 2.8.0)
196
+ crack (>= 0.3.2)
197
+ hashdiff (>= 0.4.0, < 2.0.0)
198
+ websocket-driver (0.7.7)
199
+ base64
200
+ websocket-extensions (>= 0.1.0)
201
+ websocket-extensions (0.1.5)
202
+
203
+ PLATFORMS
204
+ ruby
205
+ x86_64-linux
206
+
207
+ DEPENDENCIES
208
+ actionpack (~> 5.2.0)
209
+ actionview (~> 5.2.0)
210
+ activerecord
211
+ appraisal
212
+ byebug
213
+ concurrent-ruby (= 1.3.4)
214
+ httpi
215
+ minitest
216
+ qbwc!
217
+ rails (>= 5.0.1, < 7.2)
218
+ rake
219
+ rspec
220
+ savon
221
+ sqlite3
222
+ webmock
223
+
224
+ BUNDLED WITH
225
+ 2.4.13
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "actionpack", "~> 6.0.0"
6
+ gem "actionview", "~> 6.0.0"
7
+ gem "concurrent-ruby", "1.3.4"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,241 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ qbwc (1.1.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 (6.0.6.1)
13
+ actionpack (= 6.0.6.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ actionmailbox (6.0.6.1)
17
+ actionpack (= 6.0.6.1)
18
+ activejob (= 6.0.6.1)
19
+ activerecord (= 6.0.6.1)
20
+ activestorage (= 6.0.6.1)
21
+ activesupport (= 6.0.6.1)
22
+ mail (>= 2.7.1)
23
+ actionmailer (6.0.6.1)
24
+ actionpack (= 6.0.6.1)
25
+ actionview (= 6.0.6.1)
26
+ activejob (= 6.0.6.1)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (6.0.6.1)
30
+ actionview (= 6.0.6.1)
31
+ activesupport (= 6.0.6.1)
32
+ rack (~> 2.0, >= 2.0.8)
33
+ rack-test (>= 0.6.3)
34
+ rails-dom-testing (~> 2.0)
35
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
+ actiontext (6.0.6.1)
37
+ actionpack (= 6.0.6.1)
38
+ activerecord (= 6.0.6.1)
39
+ activestorage (= 6.0.6.1)
40
+ activesupport (= 6.0.6.1)
41
+ nokogiri (>= 1.8.5)
42
+ actionview (6.0.6.1)
43
+ activesupport (= 6.0.6.1)
44
+ builder (~> 3.1)
45
+ erubi (~> 1.4)
46
+ rails-dom-testing (~> 2.0)
47
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
+ activejob (6.0.6.1)
49
+ activesupport (= 6.0.6.1)
50
+ globalid (>= 0.3.6)
51
+ activemodel (6.0.6.1)
52
+ activesupport (= 6.0.6.1)
53
+ activerecord (6.0.6.1)
54
+ activemodel (= 6.0.6.1)
55
+ activesupport (= 6.0.6.1)
56
+ activestorage (6.0.6.1)
57
+ actionpack (= 6.0.6.1)
58
+ activejob (= 6.0.6.1)
59
+ activerecord (= 6.0.6.1)
60
+ marcel (~> 1.0)
61
+ activesupport (6.0.6.1)
62
+ concurrent-ruby (~> 1.0, >= 1.0.2)
63
+ i18n (>= 0.7, < 2)
64
+ minitest (~> 5.1)
65
+ tzinfo (~> 1.1)
66
+ zeitwerk (~> 2.2, >= 2.2.2)
67
+ addressable (2.8.7)
68
+ public_suffix (>= 2.0.2, < 7.0)
69
+ akami (1.3.2)
70
+ gyoku (>= 0.4.0)
71
+ nokogiri
72
+ appraisal (2.5.0)
73
+ bundler
74
+ rake
75
+ thor (>= 0.14.0)
76
+ base64 (0.2.0)
77
+ bigdecimal (3.1.9)
78
+ builder (3.3.0)
79
+ byebug (11.1.3)
80
+ concurrent-ruby (1.3.4)
81
+ crack (1.0.0)
82
+ bigdecimal
83
+ rexml
84
+ crass (1.0.6)
85
+ date (3.4.1)
86
+ diff-lcs (1.6.0)
87
+ erubi (1.13.1)
88
+ globalid (1.1.0)
89
+ activesupport (>= 5.0)
90
+ gyoku (1.4.0)
91
+ builder (>= 2.1.2)
92
+ rexml (~> 3.0)
93
+ hashdiff (1.1.2)
94
+ httpi (3.0.1)
95
+ rack
96
+ i18n (1.14.7)
97
+ concurrent-ruby (~> 1.0)
98
+ loofah (2.24.0)
99
+ crass (~> 1.0.2)
100
+ nokogiri (>= 1.12.0)
101
+ mail (2.8.1)
102
+ mini_mime (>= 0.1.1)
103
+ net-imap
104
+ net-pop
105
+ net-smtp
106
+ marcel (1.0.4)
107
+ method_source (1.1.0)
108
+ mini_mime (1.1.5)
109
+ mini_portile2 (2.8.8)
110
+ minitest (5.25.5)
111
+ net-imap (0.4.19)
112
+ date
113
+ net-protocol
114
+ net-pop (0.1.2)
115
+ net-protocol
116
+ net-protocol (0.2.2)
117
+ timeout
118
+ net-smtp (0.5.1)
119
+ net-protocol
120
+ nio4r (2.7.4)
121
+ nokogiri (1.15.7)
122
+ mini_portile2 (~> 2.8.2)
123
+ racc (~> 1.4)
124
+ nokogiri (1.15.7-x86_64-linux)
125
+ racc (~> 1.4)
126
+ nori (2.6.0)
127
+ public_suffix (5.1.1)
128
+ qbxml (0.5.0)
129
+ activesupport (>= 5.0.0)
130
+ builder (~> 3.0)
131
+ nokogiri (~> 1.5)
132
+ racc (1.8.1)
133
+ rack (2.2.13)
134
+ rack-test (2.2.0)
135
+ rack (>= 1.3)
136
+ rails (6.0.6.1)
137
+ actioncable (= 6.0.6.1)
138
+ actionmailbox (= 6.0.6.1)
139
+ actionmailer (= 6.0.6.1)
140
+ actionpack (= 6.0.6.1)
141
+ actiontext (= 6.0.6.1)
142
+ actionview (= 6.0.6.1)
143
+ activejob (= 6.0.6.1)
144
+ activemodel (= 6.0.6.1)
145
+ activerecord (= 6.0.6.1)
146
+ activestorage (= 6.0.6.1)
147
+ activesupport (= 6.0.6.1)
148
+ bundler (>= 1.3.0)
149
+ railties (= 6.0.6.1)
150
+ sprockets-rails (>= 2.0.0)
151
+ rails-dom-testing (2.2.0)
152
+ activesupport (>= 5.0.0)
153
+ minitest
154
+ nokogiri (>= 1.6)
155
+ rails-html-sanitizer (1.6.2)
156
+ loofah (~> 2.21)
157
+ 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)
158
+ railties (6.0.6.1)
159
+ actionpack (= 6.0.6.1)
160
+ activesupport (= 6.0.6.1)
161
+ method_source
162
+ rake (>= 0.8.7)
163
+ thor (>= 0.20.3, < 2.0)
164
+ rake (13.2.1)
165
+ rexml (3.4.1)
166
+ rspec (3.13.0)
167
+ rspec-core (~> 3.13.0)
168
+ rspec-expectations (~> 3.13.0)
169
+ rspec-mocks (~> 3.13.0)
170
+ rspec-core (3.13.3)
171
+ rspec-support (~> 3.13.0)
172
+ rspec-expectations (3.13.3)
173
+ diff-lcs (>= 1.2.0, < 2.0)
174
+ rspec-support (~> 3.13.0)
175
+ rspec-mocks (3.13.2)
176
+ diff-lcs (>= 1.2.0, < 2.0)
177
+ rspec-support (~> 3.13.0)
178
+ rspec-support (3.13.2)
179
+ savon (2.15.0)
180
+ akami (~> 1.2)
181
+ builder (>= 2.1.2)
182
+ gyoku (~> 1.2)
183
+ httpi (>= 2.4.5, < 5)
184
+ mail (~> 2.5)
185
+ nokogiri (>= 1.8.1)
186
+ nori (~> 2.4)
187
+ wasabi (>= 3.7, < 6)
188
+ sprockets (4.2.1)
189
+ concurrent-ruby (~> 1.0)
190
+ rack (>= 2.2.4, < 4)
191
+ sprockets-rails (3.4.2)
192
+ actionpack (>= 5.2)
193
+ activesupport (>= 5.2)
194
+ sprockets (>= 3.0.0)
195
+ sqlite3 (1.6.9)
196
+ mini_portile2 (~> 2.8.0)
197
+ sqlite3 (1.6.9-x86_64-linux)
198
+ thor (1.3.2)
199
+ thread_safe (0.3.6)
200
+ timeout (0.4.3)
201
+ tzinfo (1.2.11)
202
+ thread_safe (~> 0.1)
203
+ wasabi (4.0.0)
204
+ addressable
205
+ httpi (~> 3.0)
206
+ nokogiri (>= 1.13.9)
207
+ wash_out (0.12.0)
208
+ nori (>= 2.0.0)
209
+ webmock (3.25.1)
210
+ addressable (>= 2.8.0)
211
+ crack (>= 0.3.2)
212
+ hashdiff (>= 0.4.0, < 2.0.0)
213
+ websocket-driver (0.7.7)
214
+ base64
215
+ websocket-extensions (>= 0.1.0)
216
+ websocket-extensions (0.1.5)
217
+ zeitwerk (2.6.18)
218
+
219
+ PLATFORMS
220
+ ruby
221
+ x86_64-linux
222
+
223
+ DEPENDENCIES
224
+ actionpack (~> 6.0.0)
225
+ actionview (~> 6.0.0)
226
+ activerecord
227
+ appraisal
228
+ byebug
229
+ concurrent-ruby (= 1.3.4)
230
+ httpi
231
+ minitest
232
+ qbwc!
233
+ rails (>= 5.0.1, < 7.2)
234
+ rake
235
+ rspec
236
+ savon
237
+ sqlite3
238
+ webmock
239
+
240
+ BUNDLED WITH
241
+ 2.4.13
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "actionpack", "~> 6.1.0"
6
+ gem "actionview", "~> 6.1.0"
7
+ gem "concurrent-ruby", "1.3.4"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,244 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ qbwc (1.1.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 (6.1.7.10)
13
+ actionpack (= 6.1.7.10)
14
+ activesupport (= 6.1.7.10)
15
+ nio4r (~> 2.0)
16
+ websocket-driver (>= 0.6.1)
17
+ actionmailbox (6.1.7.10)
18
+ actionpack (= 6.1.7.10)
19
+ activejob (= 6.1.7.10)
20
+ activerecord (= 6.1.7.10)
21
+ activestorage (= 6.1.7.10)
22
+ activesupport (= 6.1.7.10)
23
+ mail (>= 2.7.1)
24
+ actionmailer (6.1.7.10)
25
+ actionpack (= 6.1.7.10)
26
+ actionview (= 6.1.7.10)
27
+ activejob (= 6.1.7.10)
28
+ activesupport (= 6.1.7.10)
29
+ mail (~> 2.5, >= 2.5.4)
30
+ rails-dom-testing (~> 2.0)
31
+ actionpack (6.1.7.10)
32
+ actionview (= 6.1.7.10)
33
+ activesupport (= 6.1.7.10)
34
+ rack (~> 2.0, >= 2.0.9)
35
+ rack-test (>= 0.6.3)
36
+ rails-dom-testing (~> 2.0)
37
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
+ actiontext (6.1.7.10)
39
+ actionpack (= 6.1.7.10)
40
+ activerecord (= 6.1.7.10)
41
+ activestorage (= 6.1.7.10)
42
+ activesupport (= 6.1.7.10)
43
+ nokogiri (>= 1.8.5)
44
+ actionview (6.1.7.10)
45
+ activesupport (= 6.1.7.10)
46
+ builder (~> 3.1)
47
+ erubi (~> 1.4)
48
+ rails-dom-testing (~> 2.0)
49
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
+ activejob (6.1.7.10)
51
+ activesupport (= 6.1.7.10)
52
+ globalid (>= 0.3.6)
53
+ activemodel (6.1.7.10)
54
+ activesupport (= 6.1.7.10)
55
+ activerecord (6.1.7.10)
56
+ activemodel (= 6.1.7.10)
57
+ activesupport (= 6.1.7.10)
58
+ activestorage (6.1.7.10)
59
+ actionpack (= 6.1.7.10)
60
+ activejob (= 6.1.7.10)
61
+ activerecord (= 6.1.7.10)
62
+ activesupport (= 6.1.7.10)
63
+ marcel (~> 1.0)
64
+ mini_mime (>= 1.1.0)
65
+ activesupport (6.1.7.10)
66
+ concurrent-ruby (~> 1.0, >= 1.0.2)
67
+ i18n (>= 1.6, < 2)
68
+ minitest (>= 5.1)
69
+ tzinfo (~> 2.0)
70
+ zeitwerk (~> 2.3)
71
+ addressable (2.8.7)
72
+ public_suffix (>= 2.0.2, < 7.0)
73
+ akami (1.3.2)
74
+ gyoku (>= 0.4.0)
75
+ nokogiri
76
+ appraisal (2.5.0)
77
+ bundler
78
+ rake
79
+ thor (>= 0.14.0)
80
+ base64 (0.2.0)
81
+ bigdecimal (3.1.9)
82
+ builder (3.3.0)
83
+ byebug (11.1.3)
84
+ concurrent-ruby (1.3.4)
85
+ crack (1.0.0)
86
+ bigdecimal
87
+ rexml
88
+ crass (1.0.6)
89
+ date (3.4.1)
90
+ diff-lcs (1.6.0)
91
+ erubi (1.13.1)
92
+ globalid (1.2.1)
93
+ activesupport (>= 6.1)
94
+ gyoku (1.4.0)
95
+ builder (>= 2.1.2)
96
+ rexml (~> 3.0)
97
+ hashdiff (1.1.2)
98
+ httpi (3.0.1)
99
+ rack
100
+ i18n (1.14.7)
101
+ concurrent-ruby (~> 1.0)
102
+ loofah (2.24.0)
103
+ crass (~> 1.0.2)
104
+ nokogiri (>= 1.12.0)
105
+ mail (2.8.1)
106
+ mini_mime (>= 0.1.1)
107
+ net-imap
108
+ net-pop
109
+ net-smtp
110
+ marcel (1.0.4)
111
+ method_source (1.1.0)
112
+ mini_mime (1.1.5)
113
+ mini_portile2 (2.8.8)
114
+ minitest (5.25.5)
115
+ net-imap (0.4.19)
116
+ date
117
+ net-protocol
118
+ net-pop (0.1.2)
119
+ net-protocol
120
+ net-protocol (0.2.2)
121
+ timeout
122
+ net-smtp (0.5.1)
123
+ net-protocol
124
+ nio4r (2.7.4)
125
+ nokogiri (1.15.7)
126
+ mini_portile2 (~> 2.8.2)
127
+ racc (~> 1.4)
128
+ nokogiri (1.15.7-x86_64-linux)
129
+ racc (~> 1.4)
130
+ nori (2.6.0)
131
+ public_suffix (5.1.1)
132
+ qbxml (0.5.0)
133
+ activesupport (>= 5.0.0)
134
+ builder (~> 3.0)
135
+ nokogiri (~> 1.5)
136
+ racc (1.8.1)
137
+ rack (2.2.13)
138
+ rack-test (2.2.0)
139
+ rack (>= 1.3)
140
+ rails (6.1.7.10)
141
+ actioncable (= 6.1.7.10)
142
+ actionmailbox (= 6.1.7.10)
143
+ actionmailer (= 6.1.7.10)
144
+ actionpack (= 6.1.7.10)
145
+ actiontext (= 6.1.7.10)
146
+ actionview (= 6.1.7.10)
147
+ activejob (= 6.1.7.10)
148
+ activemodel (= 6.1.7.10)
149
+ activerecord (= 6.1.7.10)
150
+ activestorage (= 6.1.7.10)
151
+ activesupport (= 6.1.7.10)
152
+ bundler (>= 1.15.0)
153
+ railties (= 6.1.7.10)
154
+ sprockets-rails (>= 2.0.0)
155
+ rails-dom-testing (2.2.0)
156
+ activesupport (>= 5.0.0)
157
+ minitest
158
+ nokogiri (>= 1.6)
159
+ rails-html-sanitizer (1.6.2)
160
+ loofah (~> 2.21)
161
+ 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)
162
+ railties (6.1.7.10)
163
+ actionpack (= 6.1.7.10)
164
+ activesupport (= 6.1.7.10)
165
+ method_source
166
+ rake (>= 12.2)
167
+ thor (~> 1.0)
168
+ rake (13.2.1)
169
+ 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
+ savon (2.15.0)
184
+ akami (~> 1.2)
185
+ builder (>= 2.1.2)
186
+ gyoku (~> 1.2)
187
+ httpi (>= 2.4.5, < 5)
188
+ mail (~> 2.5)
189
+ nokogiri (>= 1.8.1)
190
+ nori (~> 2.4)
191
+ wasabi (>= 3.7, < 6)
192
+ sprockets (4.2.1)
193
+ concurrent-ruby (~> 1.0)
194
+ rack (>= 2.2.4, < 4)
195
+ sprockets-rails (3.5.2)
196
+ actionpack (>= 6.1)
197
+ activesupport (>= 6.1)
198
+ sprockets (>= 3.0.0)
199
+ sqlite3 (1.6.9)
200
+ mini_portile2 (~> 2.8.0)
201
+ sqlite3 (1.6.9-x86_64-linux)
202
+ thor (1.3.2)
203
+ timeout (0.4.3)
204
+ tzinfo (2.0.6)
205
+ concurrent-ruby (~> 1.0)
206
+ wasabi (4.0.0)
207
+ addressable
208
+ httpi (~> 3.0)
209
+ nokogiri (>= 1.13.9)
210
+ wash_out (0.12.0)
211
+ nori (>= 2.0.0)
212
+ webmock (3.25.1)
213
+ addressable (>= 2.8.0)
214
+ crack (>= 0.3.2)
215
+ hashdiff (>= 0.4.0, < 2.0.0)
216
+ websocket-driver (0.7.7)
217
+ base64
218
+ websocket-extensions (>= 0.1.0)
219
+ websocket-extensions (0.1.5)
220
+ zeitwerk (2.6.18)
221
+
222
+ PLATFORMS
223
+ ruby
224
+ x86_64-linux
225
+
226
+ DEPENDENCIES
227
+ actionpack (~> 6.1.0)
228
+ actionview (~> 6.1.0)
229
+ activerecord
230
+ appraisal
231
+ byebug
232
+ concurrent-ruby (= 1.3.4)
233
+ httpi
234
+ minitest
235
+ qbwc!
236
+ rails (>= 5.0.1, < 7.2)
237
+ rake
238
+ rspec
239
+ savon
240
+ sqlite3
241
+ webmock
242
+
243
+ BUNDLED WITH
244
+ 2.4.13