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