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
@@ -0,0 +1,321 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ comma (5.1.0)
5
+ activesupport (>= 4.2.0)
6
+ csv (>= 3.3)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (7.2.3.2)
12
+ actionpack (= 7.2.3.2)
13
+ activesupport (= 7.2.3.2)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.2.3.2)
18
+ actionpack (= 7.2.3.2)
19
+ activejob (= 7.2.3.2)
20
+ activerecord (= 7.2.3.2)
21
+ activestorage (= 7.2.3.2)
22
+ activesupport (= 7.2.3.2)
23
+ mail (>= 2.8.0)
24
+ actionmailer (7.2.3.2)
25
+ actionpack (= 7.2.3.2)
26
+ actionview (= 7.2.3.2)
27
+ activejob (= 7.2.3.2)
28
+ activesupport (= 7.2.3.2)
29
+ mail (>= 2.8.0)
30
+ rails-dom-testing (~> 2.2)
31
+ actionpack (7.2.3.2)
32
+ actionview (= 7.2.3.2)
33
+ activesupport (= 7.2.3.2)
34
+ cgi
35
+ nokogiri (>= 1.8.5)
36
+ racc
37
+ rack (>= 2.2.4, < 3.3)
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.3.2)
44
+ actionpack (= 7.2.3.2)
45
+ activerecord (= 7.2.3.2)
46
+ activestorage (= 7.2.3.2)
47
+ activesupport (= 7.2.3.2)
48
+ globalid (>= 0.6.0)
49
+ nokogiri (>= 1.8.5)
50
+ actionview (7.2.3.2)
51
+ activesupport (= 7.2.3.2)
52
+ builder (~> 3.1)
53
+ cgi
54
+ erubi (~> 1.11)
55
+ rails-dom-testing (~> 2.2)
56
+ rails-html-sanitizer (~> 1.6)
57
+ activejob (7.2.3.2)
58
+ activesupport (= 7.2.3.2)
59
+ globalid (>= 0.3.6)
60
+ activemodel (7.2.3.2)
61
+ activesupport (= 7.2.3.2)
62
+ activerecord (7.2.3.2)
63
+ activemodel (= 7.2.3.2)
64
+ activesupport (= 7.2.3.2)
65
+ timeout (>= 0.4.0)
66
+ activestorage (7.2.3.2)
67
+ actionpack (= 7.2.3.2)
68
+ activejob (= 7.2.3.2)
69
+ activerecord (= 7.2.3.2)
70
+ activesupport (= 7.2.3.2)
71
+ marcel (~> 1.0)
72
+ activesupport (7.2.3.2)
73
+ base64
74
+ benchmark (>= 0.3)
75
+ bigdecimal
76
+ concurrent-ruby (~> 1.0, >= 1.3.1)
77
+ connection_pool (>= 2.2.5)
78
+ drb
79
+ i18n (>= 1.6, < 2)
80
+ logger (>= 1.4.2)
81
+ minitest (>= 5.1, < 6)
82
+ securerandom (>= 0.3)
83
+ tzinfo (~> 2.0, >= 2.0.5)
84
+ appraisal (1.0.3)
85
+ bundler
86
+ rake
87
+ thor (>= 0.14.0)
88
+ ast (2.4.3)
89
+ base64 (0.3.0)
90
+ benchmark (0.5.0)
91
+ bigdecimal (4.1.2)
92
+ builder (3.3.0)
93
+ cgi (0.5.2)
94
+ concurrent-ruby (1.3.8)
95
+ connection_pool (2.5.5)
96
+ coveralls (0.8.23)
97
+ json (>= 1.8, < 3)
98
+ simplecov (~> 0.16.1)
99
+ term-ansicolor (~> 1.3)
100
+ thor (>= 0.19.4, < 2.0)
101
+ tins (~> 1.6)
102
+ crass (1.0.7)
103
+ csv (3.3.6)
104
+ date (3.5.1)
105
+ diff-lcs (1.6.2)
106
+ docile (1.4.1)
107
+ drb (2.2.3)
108
+ erb (4.0.4.1)
109
+ cgi (>= 0.3.3)
110
+ erubi (1.13.1)
111
+ globalid (1.4.0)
112
+ activesupport (>= 6.1)
113
+ i18n (1.15.2)
114
+ concurrent-ruby (~> 1.0)
115
+ io-console (0.9.2)
116
+ irb (1.18.0)
117
+ pp (>= 0.6.0)
118
+ prism (>= 1.3.0)
119
+ rdoc (>= 4.0.0)
120
+ reline (>= 0.4.2)
121
+ json (2.21.2)
122
+ logger (1.7.0)
123
+ loofah (2.25.2)
124
+ crass (~> 1.0.2)
125
+ nokogiri (>= 1.12.0)
126
+ mail (2.9.1)
127
+ logger
128
+ mini_mime (>= 0.1.1)
129
+ net-imap
130
+ net-pop
131
+ net-smtp
132
+ marcel (1.2.1)
133
+ mini_mime (1.1.5)
134
+ mini_portile2 (2.8.9)
135
+ minitest (5.27.0)
136
+ mize (0.6.1)
137
+ mutex_m (0.3.0)
138
+ net-imap (0.5.15)
139
+ date
140
+ net-protocol
141
+ net-pop (0.1.2)
142
+ net-protocol
143
+ net-protocol (0.3.0)
144
+ timeout
145
+ net-smtp (0.5.1)
146
+ net-protocol
147
+ nio4r (2.7.5)
148
+ nokogiri (1.18.10)
149
+ mini_portile2 (~> 2.8.2)
150
+ racc (~> 1.4)
151
+ nokogiri (1.18.10-x86_64-linux-gnu)
152
+ racc (~> 1.4)
153
+ ostruct (0.6.3)
154
+ parallel (1.28.0)
155
+ parser (3.3.12.0)
156
+ ast (~> 2.4.1)
157
+ racc
158
+ pp (0.6.4)
159
+ prettyprint
160
+ prettyprint (0.2.0)
161
+ prism (1.9.0)
162
+ psych (5.5.0)
163
+ date
164
+ stringio
165
+ racc (1.8.1)
166
+ rack (3.2.7)
167
+ rack-session (2.1.2)
168
+ base64 (>= 0.1.0)
169
+ rack (>= 3.0.0)
170
+ rack-test (2.2.0)
171
+ rack (>= 1.3)
172
+ rackup (2.3.1)
173
+ rack (>= 3)
174
+ rails (7.2.3.2)
175
+ actioncable (= 7.2.3.2)
176
+ actionmailbox (= 7.2.3.2)
177
+ actionmailer (= 7.2.3.2)
178
+ actionpack (= 7.2.3.2)
179
+ actiontext (= 7.2.3.2)
180
+ actionview (= 7.2.3.2)
181
+ activejob (= 7.2.3.2)
182
+ activemodel (= 7.2.3.2)
183
+ activerecord (= 7.2.3.2)
184
+ activestorage (= 7.2.3.2)
185
+ activesupport (= 7.2.3.2)
186
+ bundler (>= 1.15.0)
187
+ railties (= 7.2.3.2)
188
+ rails-dom-testing (2.3.0)
189
+ activesupport (>= 5.0.0)
190
+ minitest
191
+ nokogiri (>= 1.6)
192
+ rails-html-sanitizer (1.7.1)
193
+ loofah (~> 2.25, >= 2.25.2)
194
+ 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)
195
+ railties (7.2.3.2)
196
+ actionpack (= 7.2.3.2)
197
+ activesupport (= 7.2.3.2)
198
+ cgi
199
+ irb (~> 1.13)
200
+ rackup (>= 1.0.0)
201
+ rake (>= 12.2)
202
+ thor (~> 1.0, >= 1.2.2)
203
+ tsort (>= 0.2)
204
+ zeitwerk (~> 2.6)
205
+ rainbow (3.1.1)
206
+ rake (13.0.6)
207
+ rdoc (7.2.0)
208
+ erb
209
+ psych (>= 4.0.0)
210
+ tsort
211
+ readline (0.0.4)
212
+ reline
213
+ regexp_parser (2.12.0)
214
+ reline (0.7.0)
215
+ io-console (~> 0.5)
216
+ rexml (3.4.4)
217
+ rspec (3.13.2)
218
+ rspec-core (~> 3.13.0)
219
+ rspec-expectations (~> 3.13.0)
220
+ rspec-mocks (~> 3.13.0)
221
+ rspec-activemodel-mocks (1.3.0)
222
+ activemodel (>= 3.0)
223
+ activesupport (>= 3.0)
224
+ rspec-mocks (>= 2.99, < 4.0)
225
+ rspec-core (3.13.6)
226
+ rspec-support (~> 3.13.0)
227
+ rspec-expectations (3.13.5)
228
+ diff-lcs (>= 1.2.0, < 2.0)
229
+ rspec-support (~> 3.13.0)
230
+ rspec-its (2.0.0)
231
+ rspec-core (>= 3.13.0)
232
+ rspec-expectations (>= 3.13.0)
233
+ rspec-mocks (3.13.8)
234
+ diff-lcs (>= 1.2.0, < 2.0)
235
+ rspec-support (~> 3.13.0)
236
+ rspec-rails (8.0.4)
237
+ actionpack (>= 7.2)
238
+ activesupport (>= 7.2)
239
+ railties (>= 7.2)
240
+ rspec-core (>= 3.13.0, < 5.0.0)
241
+ rspec-expectations (>= 3.13.0, < 5.0.0)
242
+ rspec-mocks (>= 3.13.0, < 5.0.0)
243
+ rspec-support (>= 3.13.0, < 5.0.0)
244
+ rspec-support (3.13.7)
245
+ rubocop (1.30.1)
246
+ parallel (~> 1.10)
247
+ parser (>= 3.1.0.0)
248
+ rainbow (>= 2.2.2, < 4.0)
249
+ regexp_parser (>= 1.8, < 3.0)
250
+ rexml (>= 3.2.5, < 4.0)
251
+ rubocop-ast (>= 1.18.0, < 2.0)
252
+ ruby-progressbar (~> 1.7)
253
+ unicode-display_width (>= 1.4.0, < 3.0)
254
+ rubocop-ast (1.50.0)
255
+ parser (>= 3.3.7.2)
256
+ prism (~> 1.7)
257
+ rubocop-performance (1.19.1)
258
+ rubocop (>= 1.7.0, < 2.0)
259
+ rubocop-ast (>= 0.4.0)
260
+ ruby-progressbar (1.13.0)
261
+ securerandom (0.4.1)
262
+ simplecov (0.16.1)
263
+ docile (~> 1.1)
264
+ json (>= 1.8, < 3)
265
+ simplecov-html (~> 0.10.0)
266
+ simplecov-html (0.10.2)
267
+ sqlite3 (2.8.1)
268
+ mini_portile2 (~> 2.8.0)
269
+ sqlite3 (2.8.1-x86_64-linux-gnu)
270
+ stringio (3.2.0)
271
+ sync (0.5.0)
272
+ term-ansicolor (1.11.3)
273
+ tins (~> 1)
274
+ thor (1.5.0)
275
+ timeout (0.6.1)
276
+ tins (1.56.0)
277
+ bigdecimal
278
+ irb
279
+ mize (~> 0.6)
280
+ readline
281
+ sync
282
+ tsort (0.2.0)
283
+ tzinfo (2.0.6)
284
+ concurrent-ruby (~> 1.0)
285
+ unicode-display_width (2.6.0)
286
+ useragent (0.16.11)
287
+ websocket-driver (0.8.2)
288
+ base64
289
+ websocket-extensions (>= 0.1.0)
290
+ websocket-extensions (0.1.5)
291
+ zeitwerk (2.6.18)
292
+
293
+ PLATFORMS
294
+ ruby
295
+ x86_64-linux
296
+
297
+ DEPENDENCIES
298
+ appraisal (~> 1.0.0)
299
+ base64
300
+ benchmark
301
+ bigdecimal
302
+ cgi
303
+ comma!
304
+ coveralls
305
+ drb
306
+ logger
307
+ minitest (= 5.27.0)
308
+ mutex_m
309
+ ostruct
310
+ rails (= 7.2.3.2)
311
+ rake (~> 13.0.1)
312
+ rspec (~> 3.13)
313
+ rspec-activemodel-mocks
314
+ rspec-its
315
+ rspec-rails
316
+ rubocop (~> 1.30.0)
317
+ rubocop-performance
318
+ sqlite3
319
+
320
+ BUNDLED WITH
321
+ 2.5.5
@@ -6,8 +6,7 @@ gem "coveralls", :require => false
6
6
  gem "rubocop", "~> 1.30.0", :require => false
7
7
  gem "rubocop-performance", :require => false
8
8
  gem "sqlite3"
9
- gem "rails", "6.0.6"
9
+ gem "rails", "8.0.5.1"
10
10
  gem "rspec-rails"
11
- gem "test-unit"
12
11
 
13
12
  gemspec :path => "../"
@@ -0,0 +1,319 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ comma (5.1.0)
5
+ activesupport (>= 4.2.0)
6
+ csv (>= 3.3)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (8.0.5.1)
12
+ actionpack (= 8.0.5.1)
13
+ activesupport (= 8.0.5.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (8.0.5.1)
18
+ actionpack (= 8.0.5.1)
19
+ activejob (= 8.0.5.1)
20
+ activerecord (= 8.0.5.1)
21
+ activestorage (= 8.0.5.1)
22
+ activesupport (= 8.0.5.1)
23
+ mail (>= 2.8.0)
24
+ actionmailer (8.0.5.1)
25
+ actionpack (= 8.0.5.1)
26
+ actionview (= 8.0.5.1)
27
+ activejob (= 8.0.5.1)
28
+ activesupport (= 8.0.5.1)
29
+ mail (>= 2.8.0)
30
+ rails-dom-testing (~> 2.2)
31
+ actionpack (8.0.5.1)
32
+ actionview (= 8.0.5.1)
33
+ activesupport (= 8.0.5.1)
34
+ nokogiri (>= 1.8.5)
35
+ rack (>= 2.2.4)
36
+ rack-session (>= 1.0.1)
37
+ rack-test (>= 0.6.3)
38
+ rails-dom-testing (~> 2.2)
39
+ rails-html-sanitizer (~> 1.6)
40
+ useragent (~> 0.16)
41
+ actiontext (8.0.5.1)
42
+ actionpack (= 8.0.5.1)
43
+ activerecord (= 8.0.5.1)
44
+ activestorage (= 8.0.5.1)
45
+ activesupport (= 8.0.5.1)
46
+ globalid (>= 0.6.0)
47
+ nokogiri (>= 1.8.5)
48
+ actionview (8.0.5.1)
49
+ activesupport (= 8.0.5.1)
50
+ builder (~> 3.1)
51
+ erubi (~> 1.11)
52
+ rails-dom-testing (~> 2.2)
53
+ rails-html-sanitizer (~> 1.6)
54
+ activejob (8.0.5.1)
55
+ activesupport (= 8.0.5.1)
56
+ globalid (>= 0.3.6)
57
+ activemodel (8.0.5.1)
58
+ activesupport (= 8.0.5.1)
59
+ activerecord (8.0.5.1)
60
+ activemodel (= 8.0.5.1)
61
+ activesupport (= 8.0.5.1)
62
+ timeout (>= 0.4.0)
63
+ activestorage (8.0.5.1)
64
+ actionpack (= 8.0.5.1)
65
+ activejob (= 8.0.5.1)
66
+ activerecord (= 8.0.5.1)
67
+ activesupport (= 8.0.5.1)
68
+ marcel (~> 1.0)
69
+ activesupport (8.0.5.1)
70
+ base64
71
+ benchmark (>= 0.3)
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
+ uri (>= 0.13.1)
82
+ appraisal (1.0.3)
83
+ bundler
84
+ rake
85
+ thor (>= 0.14.0)
86
+ ast (2.4.3)
87
+ base64 (0.3.0)
88
+ benchmark (0.5.0)
89
+ bigdecimal (4.1.2)
90
+ builder (3.3.0)
91
+ cgi (0.5.2)
92
+ concurrent-ruby (1.3.8)
93
+ connection_pool (3.0.2)
94
+ coveralls (0.8.23)
95
+ json (>= 1.8, < 3)
96
+ simplecov (~> 0.16.1)
97
+ term-ansicolor (~> 1.3)
98
+ thor (>= 0.19.4, < 2.0)
99
+ tins (~> 1.6)
100
+ crass (1.0.7)
101
+ csv (3.3.6)
102
+ date (3.5.1)
103
+ diff-lcs (1.6.2)
104
+ docile (1.4.1)
105
+ drb (2.2.3)
106
+ erb (6.0.7)
107
+ erubi (1.13.1)
108
+ globalid (1.4.0)
109
+ activesupport (>= 6.1)
110
+ i18n (1.15.2)
111
+ concurrent-ruby (~> 1.0)
112
+ io-console (0.9.2)
113
+ irb (1.18.0)
114
+ pp (>= 0.6.0)
115
+ prism (>= 1.3.0)
116
+ rdoc (>= 4.0.0)
117
+ reline (>= 0.4.2)
118
+ json (2.21.2)
119
+ logger (1.7.0)
120
+ loofah (2.25.2)
121
+ crass (~> 1.0.2)
122
+ nokogiri (>= 1.12.0)
123
+ mail (2.9.1)
124
+ logger
125
+ mini_mime (>= 0.1.1)
126
+ net-imap
127
+ net-pop
128
+ net-smtp
129
+ marcel (1.2.1)
130
+ mini_mime (1.1.5)
131
+ mini_portile2 (2.8.9)
132
+ minitest (5.27.0)
133
+ mize (0.6.1)
134
+ mutex_m (0.3.0)
135
+ net-imap (0.6.6)
136
+ date
137
+ net-protocol
138
+ net-pop (0.1.2)
139
+ net-protocol
140
+ net-protocol (0.3.0)
141
+ timeout
142
+ net-smtp (0.5.1)
143
+ net-protocol
144
+ nio4r (2.7.5)
145
+ nokogiri (1.19.4)
146
+ mini_portile2 (~> 2.8.2)
147
+ racc (~> 1.4)
148
+ nokogiri (1.19.4-x86_64-linux-gnu)
149
+ racc (~> 1.4)
150
+ ostruct (0.6.3)
151
+ parallel (1.28.0)
152
+ parser (3.3.12.0)
153
+ ast (~> 2.4.1)
154
+ racc
155
+ pp (0.6.4)
156
+ prettyprint
157
+ prettyprint (0.2.0)
158
+ prism (1.9.0)
159
+ racc (1.8.1)
160
+ rack (3.2.7)
161
+ rack-session (2.1.2)
162
+ base64 (>= 0.1.0)
163
+ rack (>= 3.0.0)
164
+ rack-test (2.2.0)
165
+ rack (>= 1.3)
166
+ rackup (2.3.1)
167
+ rack (>= 3)
168
+ rails (8.0.5.1)
169
+ actioncable (= 8.0.5.1)
170
+ actionmailbox (= 8.0.5.1)
171
+ actionmailer (= 8.0.5.1)
172
+ actionpack (= 8.0.5.1)
173
+ actiontext (= 8.0.5.1)
174
+ actionview (= 8.0.5.1)
175
+ activejob (= 8.0.5.1)
176
+ activemodel (= 8.0.5.1)
177
+ activerecord (= 8.0.5.1)
178
+ activestorage (= 8.0.5.1)
179
+ activesupport (= 8.0.5.1)
180
+ bundler (>= 1.15.0)
181
+ railties (= 8.0.5.1)
182
+ rails-dom-testing (2.3.0)
183
+ activesupport (>= 5.0.0)
184
+ minitest
185
+ nokogiri (>= 1.6)
186
+ rails-html-sanitizer (1.7.1)
187
+ loofah (~> 2.25, >= 2.25.2)
188
+ 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)
189
+ railties (8.0.5.1)
190
+ actionpack (= 8.0.5.1)
191
+ activesupport (= 8.0.5.1)
192
+ irb (~> 1.13)
193
+ rackup (>= 1.0.0)
194
+ rake (>= 12.2)
195
+ thor (~> 1.0, >= 1.2.2)
196
+ tsort (>= 0.2)
197
+ zeitwerk (~> 2.6)
198
+ rainbow (3.1.1)
199
+ rake (13.0.6)
200
+ rbs (4.1.3)
201
+ logger
202
+ prism (>= 1.6.0)
203
+ tsort
204
+ rdoc (8.0.0)
205
+ erb
206
+ prism (>= 1.6.0)
207
+ rbs (>= 4.0.0)
208
+ tsort
209
+ readline (0.0.4)
210
+ reline
211
+ regexp_parser (2.12.0)
212
+ reline (0.7.0)
213
+ io-console (~> 0.5)
214
+ rexml (3.4.4)
215
+ rspec (3.13.2)
216
+ rspec-core (~> 3.13.0)
217
+ rspec-expectations (~> 3.13.0)
218
+ rspec-mocks (~> 3.13.0)
219
+ rspec-activemodel-mocks (1.3.0)
220
+ activemodel (>= 3.0)
221
+ activesupport (>= 3.0)
222
+ rspec-mocks (>= 2.99, < 4.0)
223
+ rspec-core (3.13.6)
224
+ rspec-support (~> 3.13.0)
225
+ rspec-expectations (3.13.5)
226
+ diff-lcs (>= 1.2.0, < 2.0)
227
+ rspec-support (~> 3.13.0)
228
+ rspec-its (2.0.0)
229
+ rspec-core (>= 3.13.0)
230
+ rspec-expectations (>= 3.13.0)
231
+ rspec-mocks (3.13.8)
232
+ diff-lcs (>= 1.2.0, < 2.0)
233
+ rspec-support (~> 3.13.0)
234
+ rspec-rails (8.0.4)
235
+ actionpack (>= 7.2)
236
+ activesupport (>= 7.2)
237
+ railties (>= 7.2)
238
+ rspec-core (>= 3.13.0, < 5.0.0)
239
+ rspec-expectations (>= 3.13.0, < 5.0.0)
240
+ rspec-mocks (>= 3.13.0, < 5.0.0)
241
+ rspec-support (>= 3.13.0, < 5.0.0)
242
+ rspec-support (3.13.7)
243
+ rubocop (1.30.1)
244
+ parallel (~> 1.10)
245
+ parser (>= 3.1.0.0)
246
+ rainbow (>= 2.2.2, < 4.0)
247
+ regexp_parser (>= 1.8, < 3.0)
248
+ rexml (>= 3.2.5, < 4.0)
249
+ rubocop-ast (>= 1.18.0, < 2.0)
250
+ ruby-progressbar (~> 1.7)
251
+ unicode-display_width (>= 1.4.0, < 3.0)
252
+ rubocop-ast (1.50.0)
253
+ parser (>= 3.3.7.2)
254
+ prism (~> 1.7)
255
+ rubocop-performance (1.19.1)
256
+ rubocop (>= 1.7.0, < 2.0)
257
+ rubocop-ast (>= 0.4.0)
258
+ ruby-progressbar (1.13.0)
259
+ securerandom (0.4.1)
260
+ simplecov (0.16.1)
261
+ docile (~> 1.1)
262
+ json (>= 1.8, < 3)
263
+ simplecov-html (~> 0.10.0)
264
+ simplecov-html (0.10.2)
265
+ sqlite3 (2.9.6)
266
+ mini_portile2 (~> 2.8.0)
267
+ sqlite3 (2.9.6-x86_64-linux-gnu)
268
+ sync (0.5.0)
269
+ term-ansicolor (1.11.3)
270
+ tins (~> 1)
271
+ thor (1.5.0)
272
+ timeout (0.6.1)
273
+ tins (1.56.0)
274
+ bigdecimal
275
+ irb
276
+ mize (~> 0.6)
277
+ readline
278
+ sync
279
+ tsort (0.2.0)
280
+ tzinfo (2.0.6)
281
+ concurrent-ruby (~> 1.0)
282
+ unicode-display_width (2.6.0)
283
+ uri (1.1.1)
284
+ useragent (0.16.11)
285
+ websocket-driver (0.8.2)
286
+ base64
287
+ websocket-extensions (>= 0.1.0)
288
+ websocket-extensions (0.1.5)
289
+ zeitwerk (2.8.3)
290
+
291
+ PLATFORMS
292
+ ruby
293
+ x86_64-linux
294
+
295
+ DEPENDENCIES
296
+ appraisal (~> 1.0.0)
297
+ base64
298
+ benchmark
299
+ bigdecimal
300
+ cgi
301
+ comma!
302
+ coveralls
303
+ drb
304
+ logger
305
+ minitest (= 5.27.0)
306
+ mutex_m
307
+ ostruct
308
+ rails (= 8.0.5.1)
309
+ rake (~> 13.0.1)
310
+ rspec (~> 3.13)
311
+ rspec-activemodel-mocks
312
+ rspec-its
313
+ rspec-rails
314
+ rubocop (~> 1.30.0)
315
+ rubocop-performance
316
+ sqlite3
317
+
318
+ BUNDLED WITH
319
+ 2.5.5
@@ -6,8 +6,7 @@ gem "coveralls", :require => false
6
6
  gem "rubocop", "~> 1.30.0", :require => false
7
7
  gem "rubocop-performance", :require => false
8
8
  gem "sqlite3"
9
- gem "rails", "6.1.7.6"
9
+ gem "rails", "8.1.3.1"
10
10
  gem "rspec-rails"
11
- gem "test-unit"
12
11
 
13
12
  gemspec :path => "../"