comma 5.0.0 → 5.1.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.
Files changed (49) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +10 -1
  3. data/.rubocop_todo.yml +5 -4
  4. data/Appraisals +20 -22
  5. data/Gemfile.lock +1 -1
  6. data/README.md +75 -3
  7. data/gemfiles/{active6.0.6.gemfile → active7.1.6.gemfile} +2 -2
  8. data/gemfiles/{active7.1.3.gemfile.lock → active7.1.6.gemfile.lock} +79 -43
  9. data/gemfiles/{active7.0.8.gemfile → active7.2.3.2.gemfile} +2 -2
  10. data/gemfiles/active7.2.3.2.gemfile.lock +182 -0
  11. data/gemfiles/{active6.1.7.6.gemfile → active8.0.5.1.gemfile} +2 -2
  12. data/gemfiles/{active6.1.7.6.gemfile.lock → active8.0.5.1.gemfile.lock} +87 -47
  13. data/gemfiles/{active7.1.3.gemfile → active8.1.3.1.gemfile} +2 -2
  14. data/gemfiles/{active7.0.8.gemfile.lock → active8.1.3.1.gemfile.lock} +87 -45
  15. data/gemfiles/{rails7.0.8.gemfile → rails7.1.6.gemfile} +1 -1
  16. data/gemfiles/{rails7.1.3.gemfile.lock → rails7.1.6.gemfile.lock} +155 -126
  17. data/gemfiles/{rails7.1.3.gemfile → rails7.2.3.2.gemfile} +1 -1
  18. data/gemfiles/rails7.2.3.2.gemfile.lock +321 -0
  19. data/gemfiles/{rails6.0.6.gemfile → rails8.0.5.1.gemfile} +1 -2
  20. data/gemfiles/rails8.0.5.1.gemfile.lock +319 -0
  21. data/gemfiles/{rails6.1.7.6.gemfile → rails8.1.3.1.gemfile} +1 -2
  22. data/gemfiles/rails8.1.3.1.gemfile.lock +322 -0
  23. data/lib/comma/array.rb +1 -3
  24. data/lib/comma/collection_export.rb +9 -0
  25. data/lib/comma/data_extractor.rb +16 -20
  26. data/lib/comma/data_mapper_collection.rb +1 -3
  27. data/lib/comma/extractor.rb +33 -2
  28. data/lib/comma/generator.rb +4 -8
  29. data/lib/comma/header_extractor.rb +10 -19
  30. data/lib/comma/mongoid.rb +1 -3
  31. data/lib/comma/object.rb +37 -11
  32. data/lib/comma/options.rb +18 -0
  33. data/lib/comma/rails/renderer.rb +21 -0
  34. data/lib/comma/rails.rb +16 -0
  35. data/lib/comma/version.rb +1 -1
  36. data/lib/comma.rb +4 -43
  37. data/spec/comma/comma_spec.rb +93 -34
  38. data/spec/comma/data_extractor_spec.rb +3 -3
  39. data/spec/comma/header_extractor_spec.rb +1 -1
  40. data/spec/comma/options_spec.rb +63 -0
  41. data/spec/comma/rails/active_record_spec.rb +0 -1
  42. data/spec/controllers/users_controller_spec.rb +13 -28
  43. data/spec/support/comma_class_helper.rb +12 -0
  44. data/spec/support/csv_expectation_helper.rb +14 -0
  45. metadata +28 -18
  46. data/gemfiles/active6.0.6.gemfile.lock +0 -144
  47. data/gemfiles/rails6.0.6.gemfile.lock +0 -276
  48. data/gemfiles/rails6.1.7.6.gemfile.lock +0 -279
  49. data/gemfiles/rails7.0.8.gemfile.lock +0 -274
@@ -1,144 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (5.0.0)
5
- activesupport (>= 4.2.0)
6
- csv (>= 3.3)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- activemodel (6.0.6)
12
- activesupport (= 6.0.6)
13
- activerecord (6.0.6)
14
- activemodel (= 6.0.6)
15
- activesupport (= 6.0.6)
16
- activesupport (6.0.6)
17
- concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 0.7, < 2)
19
- minitest (~> 5.1)
20
- tzinfo (~> 1.1)
21
- zeitwerk (~> 2.2, >= 2.2.2)
22
- appraisal (1.0.3)
23
- bundler
24
- rake
25
- thor (>= 0.14.0)
26
- ast (2.4.2)
27
- base64 (0.3.0)
28
- benchmark (0.5.0)
29
- bigdecimal (4.1.2)
30
- cgi (0.3.6)
31
- concurrent-ruby (1.3.6)
32
- coveralls (0.8.23)
33
- json (>= 1.8, < 3)
34
- simplecov (~> 0.16.1)
35
- term-ansicolor (~> 1.3)
36
- thor (>= 0.19.4, < 2.0)
37
- tins (~> 1.6)
38
- csv (3.3.5)
39
- diff-lcs (1.5.0)
40
- docile (1.4.0)
41
- drb (2.2.3)
42
- i18n (1.14.8)
43
- concurrent-ruby (~> 1.0)
44
- json (2.7.1)
45
- logger (1.7.0)
46
- mini_portile2 (2.8.9)
47
- minitest (5.27.0)
48
- mutex_m (0.3.0)
49
- ostruct (0.5.2)
50
- parallel (1.24.0)
51
- parser (3.3.0.4)
52
- ast (~> 2.4.1)
53
- racc
54
- racc (1.7.3)
55
- rainbow (3.1.1)
56
- rake (13.0.6)
57
- regexp_parser (2.9.0)
58
- rexml (3.2.6)
59
- rspec (3.13.0)
60
- rspec-core (~> 3.13.0)
61
- rspec-expectations (~> 3.13.0)
62
- rspec-mocks (~> 3.13.0)
63
- rspec-activemodel-mocks (1.2.0)
64
- activemodel (>= 3.0)
65
- activesupport (>= 3.0)
66
- rspec-mocks (>= 2.99, < 4.0)
67
- rspec-core (3.13.1)
68
- rspec-support (~> 3.13.0)
69
- rspec-expectations (3.13.3)
70
- diff-lcs (>= 1.2.0, < 2.0)
71
- rspec-support (~> 3.13.0)
72
- rspec-its (1.3.0)
73
- rspec-core (>= 3.0.0)
74
- rspec-expectations (>= 3.0.0)
75
- rspec-mocks (3.13.1)
76
- diff-lcs (>= 1.2.0, < 2.0)
77
- rspec-support (~> 3.13.0)
78
- rspec-support (3.13.1)
79
- rubocop (1.30.1)
80
- parallel (~> 1.10)
81
- parser (>= 3.1.0.0)
82
- rainbow (>= 2.2.2, < 4.0)
83
- regexp_parser (>= 1.8, < 3.0)
84
- rexml (>= 3.2.5, < 4.0)
85
- rubocop-ast (>= 1.18.0, < 2.0)
86
- ruby-progressbar (~> 1.7)
87
- unicode-display_width (>= 1.4.0, < 3.0)
88
- rubocop-ast (1.30.0)
89
- parser (>= 3.2.1.0)
90
- rubocop-performance (1.19.1)
91
- rubocop (>= 1.7.0, < 2.0)
92
- rubocop-ast (>= 0.4.0)
93
- ruby-progressbar (1.13.0)
94
- simplecov (0.16.1)
95
- docile (~> 1.1)
96
- json (>= 1.8, < 3)
97
- simplecov-html (~> 0.10.0)
98
- simplecov-html (0.10.2)
99
- sqlite3 (1.7.0)
100
- mini_portile2 (~> 2.8.0)
101
- sqlite3 (1.7.0-x86_64-darwin)
102
- sqlite3 (1.7.0-x86_64-linux)
103
- sync (0.5.0)
104
- term-ansicolor (1.7.1)
105
- tins (~> 1.0)
106
- thor (1.3.0)
107
- thread_safe (0.3.6)
108
- tins (1.32.1)
109
- sync
110
- tzinfo (1.2.11)
111
- thread_safe (~> 0.1)
112
- unicode-display_width (2.5.0)
113
- zeitwerk (2.6.18)
114
-
115
- PLATFORMS
116
- ruby
117
- x86_64-darwin-23
118
- x86_64-linux
119
-
120
- DEPENDENCIES
121
- activerecord (= 6.0.6)
122
- activesupport (= 6.0.6)
123
- appraisal (~> 1.0.0)
124
- base64
125
- benchmark
126
- bigdecimal
127
- cgi
128
- comma!
129
- coveralls
130
- drb
131
- logger
132
- minitest (= 5.27.0)
133
- mutex_m
134
- ostruct
135
- rake (~> 13.0.1)
136
- rspec (~> 3.13)
137
- rspec-activemodel-mocks
138
- rspec-its
139
- rubocop (~> 1.30.0)
140
- rubocop-performance
141
- sqlite3
142
-
143
- BUNDLED WITH
144
- 2.5.5
@@ -1,276 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (5.0.0)
5
- activesupport (>= 4.2.0)
6
- csv (>= 3.3)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (6.0.6)
12
- actionpack (= 6.0.6)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- actionmailbox (6.0.6)
16
- actionpack (= 6.0.6)
17
- activejob (= 6.0.6)
18
- activerecord (= 6.0.6)
19
- activestorage (= 6.0.6)
20
- activesupport (= 6.0.6)
21
- mail (>= 2.7.1)
22
- actionmailer (6.0.6)
23
- actionpack (= 6.0.6)
24
- actionview (= 6.0.6)
25
- activejob (= 6.0.6)
26
- mail (~> 2.5, >= 2.5.4)
27
- rails-dom-testing (~> 2.0)
28
- actionpack (6.0.6)
29
- actionview (= 6.0.6)
30
- activesupport (= 6.0.6)
31
- rack (~> 2.0, >= 2.0.8)
32
- rack-test (>= 0.6.3)
33
- rails-dom-testing (~> 2.0)
34
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
35
- actiontext (6.0.6)
36
- actionpack (= 6.0.6)
37
- activerecord (= 6.0.6)
38
- activestorage (= 6.0.6)
39
- activesupport (= 6.0.6)
40
- nokogiri (>= 1.8.5)
41
- actionview (6.0.6)
42
- activesupport (= 6.0.6)
43
- builder (~> 3.1)
44
- erubi (~> 1.4)
45
- rails-dom-testing (~> 2.0)
46
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
47
- activejob (6.0.6)
48
- activesupport (= 6.0.6)
49
- globalid (>= 0.3.6)
50
- activemodel (6.0.6)
51
- activesupport (= 6.0.6)
52
- activerecord (6.0.6)
53
- activemodel (= 6.0.6)
54
- activesupport (= 6.0.6)
55
- activestorage (6.0.6)
56
- actionpack (= 6.0.6)
57
- activejob (= 6.0.6)
58
- activerecord (= 6.0.6)
59
- marcel (~> 1.0)
60
- activesupport (6.0.6)
61
- concurrent-ruby (~> 1.0, >= 1.0.2)
62
- i18n (>= 0.7, < 2)
63
- minitest (~> 5.1)
64
- tzinfo (~> 1.1)
65
- zeitwerk (~> 2.2, >= 2.2.2)
66
- appraisal (1.0.3)
67
- bundler
68
- rake
69
- thor (>= 0.14.0)
70
- ast (2.4.2)
71
- base64 (0.3.0)
72
- benchmark (0.5.0)
73
- bigdecimal (4.1.2)
74
- builder (3.2.4)
75
- cgi (0.3.6)
76
- concurrent-ruby (1.3.6)
77
- coveralls (0.8.23)
78
- json (>= 1.8, < 3)
79
- simplecov (~> 0.16.1)
80
- term-ansicolor (~> 1.3)
81
- thor (>= 0.19.4, < 2.0)
82
- tins (~> 1.6)
83
- crass (1.0.6)
84
- csv (3.3.5)
85
- date (3.3.4)
86
- diff-lcs (1.5.0)
87
- docile (1.4.0)
88
- drb (2.2.3)
89
- erubi (1.12.0)
90
- globalid (1.1.0)
91
- activesupport (>= 5.0)
92
- i18n (1.14.8)
93
- concurrent-ruby (~> 1.0)
94
- json (2.7.1)
95
- logger (1.7.0)
96
- loofah (2.22.0)
97
- crass (~> 1.0.2)
98
- nokogiri (>= 1.12.0)
99
- mail (2.8.1)
100
- mini_mime (>= 0.1.1)
101
- net-imap
102
- net-pop
103
- net-smtp
104
- marcel (1.0.2)
105
- method_source (1.0.0)
106
- mini_mime (1.1.5)
107
- mini_portile2 (2.8.9)
108
- minitest (5.27.0)
109
- mutex_m (0.3.0)
110
- net-imap (0.4.9.1)
111
- date
112
- net-protocol
113
- net-pop (0.1.2)
114
- net-protocol
115
- net-protocol (0.2.2)
116
- timeout
117
- net-smtp (0.4.0.1)
118
- net-protocol
119
- nio4r (2.7.0)
120
- nokogiri (1.16.0)
121
- mini_portile2 (~> 2.8.2)
122
- racc (~> 1.4)
123
- nokogiri (1.16.0-x86_64-darwin)
124
- racc (~> 1.4)
125
- nokogiri (1.16.0-x86_64-linux)
126
- racc (~> 1.4)
127
- ostruct (0.5.2)
128
- parallel (1.24.0)
129
- parser (3.3.0.4)
130
- ast (~> 2.4.1)
131
- racc
132
- power_assert (2.0.3)
133
- racc (1.7.3)
134
- rack (2.2.8)
135
- rack-test (2.1.0)
136
- rack (>= 1.3)
137
- rails (6.0.6)
138
- actioncable (= 6.0.6)
139
- actionmailbox (= 6.0.6)
140
- actionmailer (= 6.0.6)
141
- actionpack (= 6.0.6)
142
- actiontext (= 6.0.6)
143
- actionview (= 6.0.6)
144
- activejob (= 6.0.6)
145
- activemodel (= 6.0.6)
146
- activerecord (= 6.0.6)
147
- activestorage (= 6.0.6)
148
- activesupport (= 6.0.6)
149
- bundler (>= 1.3.0)
150
- railties (= 6.0.6)
151
- sprockets-rails (>= 2.0.0)
152
- rails-dom-testing (2.2.0)
153
- activesupport (>= 5.0.0)
154
- minitest
155
- nokogiri (>= 1.6)
156
- rails-html-sanitizer (1.6.0)
157
- loofah (~> 2.21)
158
- nokogiri (~> 1.14)
159
- railties (6.0.6)
160
- actionpack (= 6.0.6)
161
- activesupport (= 6.0.6)
162
- method_source
163
- rake (>= 0.8.7)
164
- thor (>= 0.20.3, < 2.0)
165
- rainbow (3.1.1)
166
- rake (13.0.6)
167
- regexp_parser (2.9.0)
168
- rexml (3.2.6)
169
- rspec (3.13.2)
170
- rspec-core (~> 3.13.0)
171
- rspec-expectations (~> 3.13.0)
172
- rspec-mocks (~> 3.13.0)
173
- rspec-activemodel-mocks (1.2.0)
174
- activemodel (>= 3.0)
175
- activesupport (>= 3.0)
176
- rspec-mocks (>= 2.99, < 4.0)
177
- rspec-core (3.13.6)
178
- rspec-support (~> 3.13.0)
179
- rspec-expectations (3.13.5)
180
- diff-lcs (>= 1.2.0, < 2.0)
181
- rspec-support (~> 3.13.0)
182
- rspec-its (1.3.0)
183
- rspec-core (>= 3.0.0)
184
- rspec-expectations (>= 3.0.0)
185
- rspec-mocks (3.13.8)
186
- diff-lcs (>= 1.2.0, < 2.0)
187
- rspec-support (~> 3.13.0)
188
- rspec-rails (5.1.2)
189
- actionpack (>= 5.2)
190
- activesupport (>= 5.2)
191
- railties (>= 5.2)
192
- rspec-core (~> 3.10)
193
- rspec-expectations (~> 3.10)
194
- rspec-mocks (~> 3.10)
195
- rspec-support (~> 3.10)
196
- rspec-support (3.13.7)
197
- rubocop (1.30.1)
198
- parallel (~> 1.10)
199
- parser (>= 3.1.0.0)
200
- rainbow (>= 2.2.2, < 4.0)
201
- regexp_parser (>= 1.8, < 3.0)
202
- rexml (>= 3.2.5, < 4.0)
203
- rubocop-ast (>= 1.18.0, < 2.0)
204
- ruby-progressbar (~> 1.7)
205
- unicode-display_width (>= 1.4.0, < 3.0)
206
- rubocop-ast (1.30.0)
207
- parser (>= 3.2.1.0)
208
- rubocop-performance (1.19.1)
209
- rubocop (>= 1.7.0, < 2.0)
210
- rubocop-ast (>= 0.4.0)
211
- ruby-progressbar (1.13.0)
212
- simplecov (0.16.1)
213
- docile (~> 1.1)
214
- json (>= 1.8, < 3)
215
- simplecov-html (~> 0.10.0)
216
- simplecov-html (0.10.2)
217
- sprockets (4.2.1)
218
- concurrent-ruby (~> 1.0)
219
- rack (>= 2.2.4, < 4)
220
- sprockets-rails (3.4.2)
221
- actionpack (>= 5.2)
222
- activesupport (>= 5.2)
223
- sprockets (>= 3.0.0)
224
- sqlite3 (1.7.0)
225
- mini_portile2 (~> 2.8.0)
226
- sqlite3 (1.7.0-x86_64-darwin)
227
- sqlite3 (1.7.0-x86_64-linux)
228
- sync (0.5.0)
229
- term-ansicolor (1.7.1)
230
- tins (~> 1.0)
231
- test-unit (3.6.1)
232
- power_assert
233
- thor (1.3.0)
234
- thread_safe (0.3.6)
235
- timeout (0.4.1)
236
- tins (1.32.1)
237
- sync
238
- tzinfo (1.2.11)
239
- thread_safe (~> 0.1)
240
- unicode-display_width (2.5.0)
241
- websocket-driver (0.7.6)
242
- websocket-extensions (>= 0.1.0)
243
- websocket-extensions (0.1.5)
244
- zeitwerk (2.6.18)
245
-
246
- PLATFORMS
247
- ruby
248
- x86_64-darwin-23
249
- x86_64-linux
250
-
251
- DEPENDENCIES
252
- appraisal (~> 1.0.0)
253
- base64
254
- benchmark
255
- bigdecimal
256
- cgi
257
- comma!
258
- coveralls
259
- drb
260
- logger
261
- minitest (= 5.27.0)
262
- mutex_m
263
- ostruct
264
- rails (= 6.0.6)
265
- rake (~> 13.0.1)
266
- rspec (~> 3.13)
267
- rspec-activemodel-mocks
268
- rspec-its
269
- rspec-rails
270
- rubocop (~> 1.30.0)
271
- rubocop-performance
272
- sqlite3
273
- test-unit
274
-
275
- BUNDLED WITH
276
- 2.5.5
@@ -1,279 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (5.0.0)
5
- activesupport (>= 4.2.0)
6
- csv (>= 3.3)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- actioncable (6.1.7.6)
12
- actionpack (= 6.1.7.6)
13
- activesupport (= 6.1.7.6)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.7.6)
17
- actionpack (= 6.1.7.6)
18
- activejob (= 6.1.7.6)
19
- activerecord (= 6.1.7.6)
20
- activestorage (= 6.1.7.6)
21
- activesupport (= 6.1.7.6)
22
- mail (>= 2.7.1)
23
- actionmailer (6.1.7.6)
24
- actionpack (= 6.1.7.6)
25
- actionview (= 6.1.7.6)
26
- activejob (= 6.1.7.6)
27
- activesupport (= 6.1.7.6)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (6.1.7.6)
31
- actionview (= 6.1.7.6)
32
- activesupport (= 6.1.7.6)
33
- rack (~> 2.0, >= 2.0.9)
34
- rack-test (>= 0.6.3)
35
- rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.7.6)
38
- actionpack (= 6.1.7.6)
39
- activerecord (= 6.1.7.6)
40
- activestorage (= 6.1.7.6)
41
- activesupport (= 6.1.7.6)
42
- nokogiri (>= 1.8.5)
43
- actionview (6.1.7.6)
44
- activesupport (= 6.1.7.6)
45
- builder (~> 3.1)
46
- erubi (~> 1.4)
47
- rails-dom-testing (~> 2.0)
48
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.7.6)
50
- activesupport (= 6.1.7.6)
51
- globalid (>= 0.3.6)
52
- activemodel (6.1.7.6)
53
- activesupport (= 6.1.7.6)
54
- activerecord (6.1.7.6)
55
- activemodel (= 6.1.7.6)
56
- activesupport (= 6.1.7.6)
57
- activestorage (6.1.7.6)
58
- actionpack (= 6.1.7.6)
59
- activejob (= 6.1.7.6)
60
- activerecord (= 6.1.7.6)
61
- activesupport (= 6.1.7.6)
62
- marcel (~> 1.0)
63
- mini_mime (>= 1.1.0)
64
- activesupport (6.1.7.6)
65
- concurrent-ruby (~> 1.0, >= 1.0.2)
66
- i18n (>= 1.6, < 2)
67
- minitest (>= 5.1)
68
- tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
- appraisal (1.0.3)
71
- bundler
72
- rake
73
- thor (>= 0.14.0)
74
- ast (2.4.2)
75
- base64 (0.3.0)
76
- benchmark (0.5.0)
77
- bigdecimal (4.1.2)
78
- builder (3.2.4)
79
- cgi (0.3.6)
80
- concurrent-ruby (1.3.6)
81
- coveralls (0.8.23)
82
- json (>= 1.8, < 3)
83
- simplecov (~> 0.16.1)
84
- term-ansicolor (~> 1.3)
85
- thor (>= 0.19.4, < 2.0)
86
- tins (~> 1.6)
87
- crass (1.0.6)
88
- csv (3.3.5)
89
- date (3.3.4)
90
- diff-lcs (1.5.0)
91
- docile (1.4.0)
92
- drb (2.2.3)
93
- erubi (1.12.0)
94
- globalid (1.2.1)
95
- activesupport (>= 6.1)
96
- i18n (1.14.8)
97
- concurrent-ruby (~> 1.0)
98
- json (2.7.1)
99
- logger (1.7.0)
100
- loofah (2.22.0)
101
- crass (~> 1.0.2)
102
- nokogiri (>= 1.12.0)
103
- mail (2.8.1)
104
- mini_mime (>= 0.1.1)
105
- net-imap
106
- net-pop
107
- net-smtp
108
- marcel (1.0.2)
109
- method_source (1.0.0)
110
- mini_mime (1.1.5)
111
- mini_portile2 (2.8.9)
112
- minitest (5.27.0)
113
- mutex_m (0.3.0)
114
- net-imap (0.4.9.1)
115
- date
116
- net-protocol
117
- net-pop (0.1.2)
118
- net-protocol
119
- net-protocol (0.2.2)
120
- timeout
121
- net-smtp (0.4.0.1)
122
- net-protocol
123
- nio4r (2.7.0)
124
- nokogiri (1.16.0)
125
- mini_portile2 (~> 2.8.2)
126
- racc (~> 1.4)
127
- nokogiri (1.16.0-x86_64-darwin)
128
- racc (~> 1.4)
129
- nokogiri (1.16.0-x86_64-linux)
130
- racc (~> 1.4)
131
- ostruct (0.5.2)
132
- parallel (1.24.0)
133
- parser (3.3.0.4)
134
- ast (~> 2.4.1)
135
- racc
136
- power_assert (2.0.3)
137
- racc (1.7.3)
138
- rack (2.2.8)
139
- rack-test (2.1.0)
140
- rack (>= 1.3)
141
- rails (6.1.7.6)
142
- actioncable (= 6.1.7.6)
143
- actionmailbox (= 6.1.7.6)
144
- actionmailer (= 6.1.7.6)
145
- actionpack (= 6.1.7.6)
146
- actiontext (= 6.1.7.6)
147
- actionview (= 6.1.7.6)
148
- activejob (= 6.1.7.6)
149
- activemodel (= 6.1.7.6)
150
- activerecord (= 6.1.7.6)
151
- activestorage (= 6.1.7.6)
152
- activesupport (= 6.1.7.6)
153
- bundler (>= 1.15.0)
154
- railties (= 6.1.7.6)
155
- sprockets-rails (>= 2.0.0)
156
- rails-dom-testing (2.2.0)
157
- activesupport (>= 5.0.0)
158
- minitest
159
- nokogiri (>= 1.6)
160
- rails-html-sanitizer (1.6.0)
161
- loofah (~> 2.21)
162
- nokogiri (~> 1.14)
163
- railties (6.1.7.6)
164
- actionpack (= 6.1.7.6)
165
- activesupport (= 6.1.7.6)
166
- method_source
167
- rake (>= 12.2)
168
- thor (~> 1.0)
169
- rainbow (3.1.1)
170
- rake (13.0.6)
171
- regexp_parser (2.9.0)
172
- rexml (3.2.6)
173
- rspec (3.13.0)
174
- rspec-core (~> 3.13.0)
175
- rspec-expectations (~> 3.13.0)
176
- rspec-mocks (~> 3.13.0)
177
- rspec-activemodel-mocks (1.2.0)
178
- activemodel (>= 3.0)
179
- activesupport (>= 3.0)
180
- rspec-mocks (>= 2.99, < 4.0)
181
- rspec-core (3.13.1)
182
- rspec-support (~> 3.13.0)
183
- rspec-expectations (3.13.3)
184
- diff-lcs (>= 1.2.0, < 2.0)
185
- rspec-support (~> 3.13.0)
186
- rspec-its (1.3.0)
187
- rspec-core (>= 3.0.0)
188
- rspec-expectations (>= 3.0.0)
189
- rspec-mocks (3.13.1)
190
- diff-lcs (>= 1.2.0, < 2.0)
191
- rspec-support (~> 3.13.0)
192
- rspec-rails (6.1.5)
193
- actionpack (>= 6.1)
194
- activesupport (>= 6.1)
195
- railties (>= 6.1)
196
- rspec-core (~> 3.13)
197
- rspec-expectations (~> 3.13)
198
- rspec-mocks (~> 3.13)
199
- rspec-support (~> 3.13)
200
- rspec-support (3.13.1)
201
- rubocop (1.30.1)
202
- parallel (~> 1.10)
203
- parser (>= 3.1.0.0)
204
- rainbow (>= 2.2.2, < 4.0)
205
- regexp_parser (>= 1.8, < 3.0)
206
- rexml (>= 3.2.5, < 4.0)
207
- rubocop-ast (>= 1.18.0, < 2.0)
208
- ruby-progressbar (~> 1.7)
209
- unicode-display_width (>= 1.4.0, < 3.0)
210
- rubocop-ast (1.30.0)
211
- parser (>= 3.2.1.0)
212
- rubocop-performance (1.19.1)
213
- rubocop (>= 1.7.0, < 2.0)
214
- rubocop-ast (>= 0.4.0)
215
- ruby-progressbar (1.13.0)
216
- simplecov (0.16.1)
217
- docile (~> 1.1)
218
- json (>= 1.8, < 3)
219
- simplecov-html (~> 0.10.0)
220
- simplecov-html (0.10.2)
221
- sprockets (4.2.1)
222
- concurrent-ruby (~> 1.0)
223
- rack (>= 2.2.4, < 4)
224
- sprockets-rails (3.4.2)
225
- actionpack (>= 5.2)
226
- activesupport (>= 5.2)
227
- sprockets (>= 3.0.0)
228
- sqlite3 (1.7.0)
229
- mini_portile2 (~> 2.8.0)
230
- sqlite3 (1.7.0-x86_64-darwin)
231
- sqlite3 (1.7.0-x86_64-linux)
232
- sync (0.5.0)
233
- term-ansicolor (1.7.1)
234
- tins (~> 1.0)
235
- test-unit (3.6.1)
236
- power_assert
237
- thor (1.3.0)
238
- timeout (0.4.1)
239
- tins (1.32.1)
240
- sync
241
- tzinfo (2.0.6)
242
- concurrent-ruby (~> 1.0)
243
- unicode-display_width (2.5.0)
244
- websocket-driver (0.7.6)
245
- websocket-extensions (>= 0.1.0)
246
- websocket-extensions (0.1.5)
247
- zeitwerk (2.6.18)
248
-
249
- PLATFORMS
250
- ruby
251
- x86_64-darwin-23
252
- x86_64-linux
253
-
254
- DEPENDENCIES
255
- appraisal (~> 1.0.0)
256
- base64
257
- benchmark
258
- bigdecimal
259
- cgi
260
- comma!
261
- coveralls
262
- drb
263
- logger
264
- minitest (= 5.27.0)
265
- mutex_m
266
- ostruct
267
- rails (= 6.1.7.6)
268
- rake (~> 13.0.1)
269
- rspec (~> 3.13)
270
- rspec-activemodel-mocks
271
- rspec-its
272
- rspec-rails
273
- rubocop (~> 1.30.0)
274
- rubocop-performance
275
- sqlite3
276
- test-unit
277
-
278
- BUNDLED WITH
279
- 2.5.5