comma 4.7.0 → 4.9.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 (39) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +4 -23
  3. data/.rubocop.yml +1 -1
  4. data/.rubocop_todo.yml +96 -49
  5. data/Appraisals +25 -34
  6. data/Gemfile +1 -1
  7. data/Gemfile.lock +67 -58
  8. data/README.md +2 -2
  9. data/comma.gemspec +5 -0
  10. data/gemfiles/{active5.2.5.gemfile → active6.0.6.gemfile} +3 -3
  11. data/gemfiles/{active6.0.3.6.gemfile.lock → active6.0.6.gemfile.lock} +55 -37
  12. data/gemfiles/{active6.1.3.1.gemfile → active6.1.7.6.gemfile} +3 -3
  13. data/gemfiles/{active7.0.0.gemfile.lock → active6.1.7.6.gemfile.lock} +56 -36
  14. data/gemfiles/active7.0.8.gemfile +12 -0
  15. data/gemfiles/{active6.1.3.1.gemfile.lock → active7.0.8.gemfile.lock} +54 -38
  16. data/gemfiles/active7.1.3.gemfile +12 -0
  17. data/gemfiles/{active5.2.5.gemfile.lock → active7.1.3.gemfile.lock} +64 -43
  18. data/gemfiles/{rails6.1.3.1.gemfile → rails6.0.6.gemfile} +2 -2
  19. data/gemfiles/rails6.0.6.gemfile.lock +268 -0
  20. data/gemfiles/{rails6.0.3.6.gemfile → rails6.1.7.6.gemfile} +2 -2
  21. data/gemfiles/rails6.1.7.6.gemfile.lock +271 -0
  22. data/gemfiles/{rails7.0.0.gemfile → rails7.0.8.gemfile} +2 -2
  23. data/gemfiles/rails7.0.8.gemfile.lock +266 -0
  24. data/gemfiles/{active7.0.0.gemfile → rails7.1.3.gemfile} +3 -3
  25. data/gemfiles/rails7.1.3.gemfile.lock +289 -0
  26. data/lib/comma/header_extractor.rb +1 -0
  27. data/lib/comma/version.rb +1 -1
  28. data/lib/comma.rb +2 -0
  29. data/spec/comma/comma_spec.rb +18 -18
  30. data/spec/comma/rails/active_record_spec.rb +1 -1
  31. data/spec/comma/rails/mongoid_spec.rb +1 -1
  32. data/spec/spec_helper.rb +1 -0
  33. metadata +108 -23
  34. data/gemfiles/active6.0.3.6.gemfile +0 -12
  35. data/gemfiles/rails5.2.5.gemfile +0 -14
  36. data/gemfiles/rails5.2.5.gemfile.lock +0 -217
  37. data/gemfiles/rails6.0.3.6.gemfile.lock +0 -232
  38. data/gemfiles/rails6.1.3.1.gemfile.lock +0 -235
  39. data/gemfiles/rails7.0.0.gemfile.lock +0 -224
@@ -1,217 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.7.0)
5
- activesupport (>= 4.2.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (5.2.5)
11
- actionpack (= 5.2.5)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailer (5.2.5)
15
- actionpack (= 5.2.5)
16
- actionview (= 5.2.5)
17
- activejob (= 5.2.5)
18
- mail (~> 2.5, >= 2.5.4)
19
- rails-dom-testing (~> 2.0)
20
- actionpack (5.2.5)
21
- actionview (= 5.2.5)
22
- activesupport (= 5.2.5)
23
- rack (~> 2.0, >= 2.0.8)
24
- rack-test (>= 0.6.3)
25
- rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.2.5)
28
- activesupport (= 5.2.5)
29
- builder (~> 3.1)
30
- erubi (~> 1.4)
31
- rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.2.5)
34
- activesupport (= 5.2.5)
35
- globalid (>= 0.3.6)
36
- activemodel (5.2.5)
37
- activesupport (= 5.2.5)
38
- activerecord (5.2.5)
39
- activemodel (= 5.2.5)
40
- activesupport (= 5.2.5)
41
- arel (>= 9.0)
42
- activestorage (5.2.5)
43
- actionpack (= 5.2.5)
44
- activerecord (= 5.2.5)
45
- marcel (~> 1.0.0)
46
- activesupport (5.2.5)
47
- concurrent-ruby (~> 1.0, >= 1.0.2)
48
- i18n (>= 0.7, < 2)
49
- minitest (~> 5.1)
50
- tzinfo (~> 1.1)
51
- appraisal (1.0.3)
52
- bundler
53
- rake
54
- thor (>= 0.14.0)
55
- arel (9.0.0)
56
- ast (2.4.2)
57
- builder (3.2.4)
58
- concurrent-ruby (1.1.9)
59
- coveralls (0.8.23)
60
- json (>= 1.8, < 3)
61
- simplecov (~> 0.16.1)
62
- term-ansicolor (~> 1.3)
63
- thor (>= 0.19.4, < 2.0)
64
- tins (~> 1.6)
65
- crass (1.0.6)
66
- diff-lcs (1.4.4)
67
- docile (1.4.0)
68
- erubi (1.10.0)
69
- globalid (0.5.2)
70
- activesupport (>= 5.0)
71
- i18n (1.8.11)
72
- concurrent-ruby (~> 1.0)
73
- json (2.6.1)
74
- loofah (2.12.0)
75
- crass (~> 1.0.2)
76
- nokogiri (>= 1.5.9)
77
- mail (2.7.1)
78
- mini_mime (>= 0.1.1)
79
- marcel (1.0.2)
80
- method_source (1.0.0)
81
- mini_mime (1.1.2)
82
- mini_portile2 (2.6.1)
83
- minitest (5.14.4)
84
- nio4r (2.5.8)
85
- nokogiri (1.12.5)
86
- mini_portile2 (~> 2.6.1)
87
- racc (~> 1.4)
88
- parallel (1.22.1)
89
- parser (3.1.2.0)
90
- ast (~> 2.4.1)
91
- power_assert (2.0.1)
92
- racc (1.6.0)
93
- rack (2.2.3)
94
- rack-test (1.1.0)
95
- rack (>= 1.0, < 3)
96
- rails (5.2.5)
97
- actioncable (= 5.2.5)
98
- actionmailer (= 5.2.5)
99
- actionpack (= 5.2.5)
100
- actionview (= 5.2.5)
101
- activejob (= 5.2.5)
102
- activemodel (= 5.2.5)
103
- activerecord (= 5.2.5)
104
- activestorage (= 5.2.5)
105
- activesupport (= 5.2.5)
106
- bundler (>= 1.3.0)
107
- railties (= 5.2.5)
108
- sprockets-rails (>= 2.0.0)
109
- rails-dom-testing (2.0.3)
110
- activesupport (>= 4.2.0)
111
- nokogiri (>= 1.6)
112
- rails-html-sanitizer (1.4.2)
113
- loofah (~> 2.3)
114
- railties (5.2.5)
115
- actionpack (= 5.2.5)
116
- activesupport (= 5.2.5)
117
- method_source
118
- rake (>= 0.8.7)
119
- thor (>= 0.19.0, < 2.0)
120
- rainbow (3.1.1)
121
- rake (13.0.6)
122
- regexp_parser (2.5.0)
123
- rexml (3.2.5)
124
- rspec (3.5.0)
125
- rspec-core (~> 3.5.0)
126
- rspec-expectations (~> 3.5.0)
127
- rspec-mocks (~> 3.5.0)
128
- rspec-activemodel-mocks (1.1.0)
129
- activemodel (>= 3.0)
130
- activesupport (>= 3.0)
131
- rspec-mocks (>= 2.99, < 4.0)
132
- rspec-core (3.5.4)
133
- rspec-support (~> 3.5.0)
134
- rspec-expectations (3.5.0)
135
- diff-lcs (>= 1.2.0, < 2.0)
136
- rspec-support (~> 3.5.0)
137
- rspec-its (1.3.0)
138
- rspec-core (>= 3.0.0)
139
- rspec-expectations (>= 3.0.0)
140
- rspec-mocks (3.5.0)
141
- diff-lcs (>= 1.2.0, < 2.0)
142
- rspec-support (~> 3.5.0)
143
- rspec-rails (3.5.2)
144
- actionpack (>= 3.0)
145
- activesupport (>= 3.0)
146
- railties (>= 3.0)
147
- rspec-core (~> 3.5.0)
148
- rspec-expectations (~> 3.5.0)
149
- rspec-mocks (~> 3.5.0)
150
- rspec-support (~> 3.5.0)
151
- rspec-support (3.5.0)
152
- rubocop (1.0.0)
153
- parallel (~> 1.10)
154
- parser (>= 2.7.1.5)
155
- rainbow (>= 2.2.2, < 4.0)
156
- regexp_parser (>= 1.8)
157
- rexml
158
- rubocop-ast (>= 0.6.0)
159
- ruby-progressbar (~> 1.7)
160
- unicode-display_width (>= 1.4.0, < 2.0)
161
- rubocop-ast (1.17.0)
162
- parser (>= 3.1.1.0)
163
- rubocop-performance (1.10.2)
164
- rubocop (>= 0.90.0, < 2.0)
165
- rubocop-ast (>= 0.4.0)
166
- ruby-progressbar (1.11.0)
167
- simplecov (0.16.1)
168
- docile (~> 1.1)
169
- json (>= 1.8, < 3)
170
- simplecov-html (~> 0.10.0)
171
- simplecov-html (0.10.2)
172
- sprockets (3.7.2)
173
- concurrent-ruby (~> 1.0)
174
- rack (> 1, < 3)
175
- sprockets-rails (3.2.2)
176
- actionpack (>= 4.0)
177
- activesupport (>= 4.0)
178
- sprockets (>= 3.0.0)
179
- sqlite3 (1.3.13)
180
- sync (0.5.0)
181
- term-ansicolor (1.7.1)
182
- tins (~> 1.0)
183
- test-unit (3.5.1)
184
- power_assert
185
- thor (1.1.0)
186
- thread_safe (0.3.6)
187
- tins (1.29.1)
188
- sync
189
- tzinfo (1.2.9)
190
- thread_safe (~> 0.1)
191
- unicode-display_width (1.8.0)
192
- websocket-driver (0.7.5)
193
- websocket-extensions (>= 0.1.0)
194
- websocket-extensions (0.1.5)
195
-
196
- PLATFORMS
197
- ruby
198
-
199
- DEPENDENCIES
200
- appraisal (~> 1.0.0)
201
- comma!
202
- coveralls
203
- minitest (= 5.14.4)
204
- rails (= 5.2.5)
205
- rake (~> 13.0.1)
206
- rspec (~> 3.5.0)
207
- rspec-activemodel-mocks
208
- rspec-its
209
- rspec-rails
210
- rubocop (~> 1.0.0)
211
- rubocop-performance
212
- sprockets (< 4)
213
- sqlite3 (~> 1.3.11)
214
- test-unit
215
-
216
- BUNDLED WITH
217
- 2.1.4
@@ -1,232 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.7.0)
5
- activesupport (>= 4.2.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (6.0.3.6)
11
- actionpack (= 6.0.3.6)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailbox (6.0.3.6)
15
- actionpack (= 6.0.3.6)
16
- activejob (= 6.0.3.6)
17
- activerecord (= 6.0.3.6)
18
- activestorage (= 6.0.3.6)
19
- activesupport (= 6.0.3.6)
20
- mail (>= 2.7.1)
21
- actionmailer (6.0.3.6)
22
- actionpack (= 6.0.3.6)
23
- actionview (= 6.0.3.6)
24
- activejob (= 6.0.3.6)
25
- mail (~> 2.5, >= 2.5.4)
26
- rails-dom-testing (~> 2.0)
27
- actionpack (6.0.3.6)
28
- actionview (= 6.0.3.6)
29
- activesupport (= 6.0.3.6)
30
- rack (~> 2.0, >= 2.0.8)
31
- rack-test (>= 0.6.3)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
- actiontext (6.0.3.6)
35
- actionpack (= 6.0.3.6)
36
- activerecord (= 6.0.3.6)
37
- activestorage (= 6.0.3.6)
38
- activesupport (= 6.0.3.6)
39
- nokogiri (>= 1.8.5)
40
- actionview (6.0.3.6)
41
- activesupport (= 6.0.3.6)
42
- builder (~> 3.1)
43
- erubi (~> 1.4)
44
- rails-dom-testing (~> 2.0)
45
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
- activejob (6.0.3.6)
47
- activesupport (= 6.0.3.6)
48
- globalid (>= 0.3.6)
49
- activemodel (6.0.3.6)
50
- activesupport (= 6.0.3.6)
51
- activerecord (6.0.3.6)
52
- activemodel (= 6.0.3.6)
53
- activesupport (= 6.0.3.6)
54
- activestorage (6.0.3.6)
55
- actionpack (= 6.0.3.6)
56
- activejob (= 6.0.3.6)
57
- activerecord (= 6.0.3.6)
58
- marcel (~> 1.0.0)
59
- activesupport (6.0.3.6)
60
- concurrent-ruby (~> 1.0, >= 1.0.2)
61
- i18n (>= 0.7, < 2)
62
- minitest (~> 5.1)
63
- tzinfo (~> 1.1)
64
- zeitwerk (~> 2.2, >= 2.2.2)
65
- appraisal (1.0.3)
66
- bundler
67
- rake
68
- thor (>= 0.14.0)
69
- ast (2.4.2)
70
- builder (3.2.4)
71
- concurrent-ruby (1.1.9)
72
- coveralls (0.8.23)
73
- json (>= 1.8, < 3)
74
- simplecov (~> 0.16.1)
75
- term-ansicolor (~> 1.3)
76
- thor (>= 0.19.4, < 2.0)
77
- tins (~> 1.6)
78
- crass (1.0.6)
79
- diff-lcs (1.4.4)
80
- docile (1.4.0)
81
- erubi (1.10.0)
82
- globalid (0.5.2)
83
- activesupport (>= 5.0)
84
- i18n (1.8.11)
85
- concurrent-ruby (~> 1.0)
86
- json (2.6.1)
87
- loofah (2.12.0)
88
- crass (~> 1.0.2)
89
- nokogiri (>= 1.5.9)
90
- mail (2.7.1)
91
- mini_mime (>= 0.1.1)
92
- marcel (1.0.2)
93
- method_source (1.0.0)
94
- mini_mime (1.1.2)
95
- mini_portile2 (2.6.1)
96
- minitest (5.14.4)
97
- nio4r (2.5.8)
98
- nokogiri (1.12.5)
99
- mini_portile2 (~> 2.6.1)
100
- racc (~> 1.4)
101
- parallel (1.22.1)
102
- parser (3.1.2.0)
103
- ast (~> 2.4.1)
104
- power_assert (2.0.1)
105
- racc (1.6.0)
106
- rack (2.2.3)
107
- rack-test (1.1.0)
108
- rack (>= 1.0, < 3)
109
- rails (6.0.3.6)
110
- actioncable (= 6.0.3.6)
111
- actionmailbox (= 6.0.3.6)
112
- actionmailer (= 6.0.3.6)
113
- actionpack (= 6.0.3.6)
114
- actiontext (= 6.0.3.6)
115
- actionview (= 6.0.3.6)
116
- activejob (= 6.0.3.6)
117
- activemodel (= 6.0.3.6)
118
- activerecord (= 6.0.3.6)
119
- activestorage (= 6.0.3.6)
120
- activesupport (= 6.0.3.6)
121
- bundler (>= 1.3.0)
122
- railties (= 6.0.3.6)
123
- sprockets-rails (>= 2.0.0)
124
- rails-dom-testing (2.0.3)
125
- activesupport (>= 4.2.0)
126
- nokogiri (>= 1.6)
127
- rails-html-sanitizer (1.4.2)
128
- loofah (~> 2.3)
129
- railties (6.0.3.6)
130
- actionpack (= 6.0.3.6)
131
- activesupport (= 6.0.3.6)
132
- method_source
133
- rake (>= 0.8.7)
134
- thor (>= 0.20.3, < 2.0)
135
- rainbow (3.1.1)
136
- rake (13.0.6)
137
- regexp_parser (2.5.0)
138
- rexml (3.2.5)
139
- rspec (3.5.0)
140
- rspec-core (~> 3.5.0)
141
- rspec-expectations (~> 3.5.0)
142
- rspec-mocks (~> 3.5.0)
143
- rspec-activemodel-mocks (1.1.0)
144
- activemodel (>= 3.0)
145
- activesupport (>= 3.0)
146
- rspec-mocks (>= 2.99, < 4.0)
147
- rspec-core (3.5.4)
148
- rspec-support (~> 3.5.0)
149
- rspec-expectations (3.5.0)
150
- diff-lcs (>= 1.2.0, < 2.0)
151
- rspec-support (~> 3.5.0)
152
- rspec-its (1.3.0)
153
- rspec-core (>= 3.0.0)
154
- rspec-expectations (>= 3.0.0)
155
- rspec-mocks (3.5.0)
156
- diff-lcs (>= 1.2.0, < 2.0)
157
- rspec-support (~> 3.5.0)
158
- rspec-rails (3.5.2)
159
- actionpack (>= 3.0)
160
- activesupport (>= 3.0)
161
- railties (>= 3.0)
162
- rspec-core (~> 3.5.0)
163
- rspec-expectations (~> 3.5.0)
164
- rspec-mocks (~> 3.5.0)
165
- rspec-support (~> 3.5.0)
166
- rspec-support (3.5.0)
167
- rubocop (1.0.0)
168
- parallel (~> 1.10)
169
- parser (>= 2.7.1.5)
170
- rainbow (>= 2.2.2, < 4.0)
171
- regexp_parser (>= 1.8)
172
- rexml
173
- rubocop-ast (>= 0.6.0)
174
- ruby-progressbar (~> 1.7)
175
- unicode-display_width (>= 1.4.0, < 2.0)
176
- rubocop-ast (1.17.0)
177
- parser (>= 3.1.1.0)
178
- rubocop-performance (1.10.2)
179
- rubocop (>= 0.90.0, < 2.0)
180
- rubocop-ast (>= 0.4.0)
181
- ruby-progressbar (1.11.0)
182
- simplecov (0.16.1)
183
- docile (~> 1.1)
184
- json (>= 1.8, < 3)
185
- simplecov-html (~> 0.10.0)
186
- simplecov-html (0.10.2)
187
- sprockets (4.0.2)
188
- concurrent-ruby (~> 1.0)
189
- rack (> 1, < 3)
190
- sprockets-rails (3.2.2)
191
- actionpack (>= 4.0)
192
- activesupport (>= 4.0)
193
- sprockets (>= 3.0.0)
194
- sqlite3 (1.4.2)
195
- sync (0.5.0)
196
- term-ansicolor (1.7.1)
197
- tins (~> 1.0)
198
- test-unit (3.5.1)
199
- power_assert
200
- thor (1.1.0)
201
- thread_safe (0.3.6)
202
- tins (1.29.1)
203
- sync
204
- tzinfo (1.2.9)
205
- thread_safe (~> 0.1)
206
- unicode-display_width (1.8.0)
207
- websocket-driver (0.7.5)
208
- websocket-extensions (>= 0.1.0)
209
- websocket-extensions (0.1.5)
210
- zeitwerk (2.5.1)
211
-
212
- PLATFORMS
213
- ruby
214
-
215
- DEPENDENCIES
216
- appraisal (~> 1.0.0)
217
- comma!
218
- coveralls
219
- minitest (= 5.14.4)
220
- rails (= 6.0.3.6)
221
- rake (~> 13.0.1)
222
- rspec (~> 3.5.0)
223
- rspec-activemodel-mocks
224
- rspec-its
225
- rspec-rails
226
- rubocop (~> 1.0.0)
227
- rubocop-performance
228
- sqlite3
229
- test-unit
230
-
231
- BUNDLED WITH
232
- 2.1.4
@@ -1,235 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.7.0)
5
- activesupport (>= 4.2.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (6.1.3.1)
11
- actionpack (= 6.1.3.1)
12
- activesupport (= 6.1.3.1)
13
- nio4r (~> 2.0)
14
- websocket-driver (>= 0.6.1)
15
- actionmailbox (6.1.3.1)
16
- actionpack (= 6.1.3.1)
17
- activejob (= 6.1.3.1)
18
- activerecord (= 6.1.3.1)
19
- activestorage (= 6.1.3.1)
20
- activesupport (= 6.1.3.1)
21
- mail (>= 2.7.1)
22
- actionmailer (6.1.3.1)
23
- actionpack (= 6.1.3.1)
24
- actionview (= 6.1.3.1)
25
- activejob (= 6.1.3.1)
26
- activesupport (= 6.1.3.1)
27
- mail (~> 2.5, >= 2.5.4)
28
- rails-dom-testing (~> 2.0)
29
- actionpack (6.1.3.1)
30
- actionview (= 6.1.3.1)
31
- activesupport (= 6.1.3.1)
32
- rack (~> 2.0, >= 2.0.9)
33
- rack-test (>= 0.6.3)
34
- rails-dom-testing (~> 2.0)
35
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.1.3.1)
37
- actionpack (= 6.1.3.1)
38
- activerecord (= 6.1.3.1)
39
- activestorage (= 6.1.3.1)
40
- activesupport (= 6.1.3.1)
41
- nokogiri (>= 1.8.5)
42
- actionview (6.1.3.1)
43
- activesupport (= 6.1.3.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.1.3.1)
49
- activesupport (= 6.1.3.1)
50
- globalid (>= 0.3.6)
51
- activemodel (6.1.3.1)
52
- activesupport (= 6.1.3.1)
53
- activerecord (6.1.3.1)
54
- activemodel (= 6.1.3.1)
55
- activesupport (= 6.1.3.1)
56
- activestorage (6.1.3.1)
57
- actionpack (= 6.1.3.1)
58
- activejob (= 6.1.3.1)
59
- activerecord (= 6.1.3.1)
60
- activesupport (= 6.1.3.1)
61
- marcel (~> 1.0.0)
62
- mini_mime (~> 1.0.2)
63
- activesupport (6.1.3.1)
64
- concurrent-ruby (~> 1.0, >= 1.0.2)
65
- i18n (>= 1.6, < 2)
66
- minitest (>= 5.1)
67
- tzinfo (~> 2.0)
68
- zeitwerk (~> 2.3)
69
- appraisal (1.0.3)
70
- bundler
71
- rake
72
- thor (>= 0.14.0)
73
- ast (2.4.2)
74
- builder (3.2.4)
75
- concurrent-ruby (1.1.9)
76
- coveralls (0.8.23)
77
- json (>= 1.8, < 3)
78
- simplecov (~> 0.16.1)
79
- term-ansicolor (~> 1.3)
80
- thor (>= 0.19.4, < 2.0)
81
- tins (~> 1.6)
82
- crass (1.0.6)
83
- diff-lcs (1.4.4)
84
- docile (1.4.0)
85
- erubi (1.10.0)
86
- globalid (0.5.2)
87
- activesupport (>= 5.0)
88
- i18n (1.8.11)
89
- concurrent-ruby (~> 1.0)
90
- json (2.6.1)
91
- loofah (2.12.0)
92
- crass (~> 1.0.2)
93
- nokogiri (>= 1.5.9)
94
- mail (2.7.1)
95
- mini_mime (>= 0.1.1)
96
- marcel (1.0.2)
97
- method_source (1.0.0)
98
- mini_mime (1.0.3)
99
- mini_portile2 (2.6.1)
100
- minitest (5.14.4)
101
- nio4r (2.5.8)
102
- nokogiri (1.12.5)
103
- mini_portile2 (~> 2.6.1)
104
- racc (~> 1.4)
105
- parallel (1.22.1)
106
- parser (3.1.2.0)
107
- ast (~> 2.4.1)
108
- power_assert (2.0.1)
109
- racc (1.6.0)
110
- rack (2.2.3)
111
- rack-test (1.1.0)
112
- rack (>= 1.0, < 3)
113
- rails (6.1.3.1)
114
- actioncable (= 6.1.3.1)
115
- actionmailbox (= 6.1.3.1)
116
- actionmailer (= 6.1.3.1)
117
- actionpack (= 6.1.3.1)
118
- actiontext (= 6.1.3.1)
119
- actionview (= 6.1.3.1)
120
- activejob (= 6.1.3.1)
121
- activemodel (= 6.1.3.1)
122
- activerecord (= 6.1.3.1)
123
- activestorage (= 6.1.3.1)
124
- activesupport (= 6.1.3.1)
125
- bundler (>= 1.15.0)
126
- railties (= 6.1.3.1)
127
- sprockets-rails (>= 2.0.0)
128
- rails-dom-testing (2.0.3)
129
- activesupport (>= 4.2.0)
130
- nokogiri (>= 1.6)
131
- rails-html-sanitizer (1.4.2)
132
- loofah (~> 2.3)
133
- railties (6.1.3.1)
134
- actionpack (= 6.1.3.1)
135
- activesupport (= 6.1.3.1)
136
- method_source
137
- rake (>= 0.8.7)
138
- thor (~> 1.0)
139
- rainbow (3.1.1)
140
- rake (13.0.6)
141
- regexp_parser (2.5.0)
142
- rexml (3.2.5)
143
- rspec (3.5.0)
144
- rspec-core (~> 3.5.0)
145
- rspec-expectations (~> 3.5.0)
146
- rspec-mocks (~> 3.5.0)
147
- rspec-activemodel-mocks (1.1.0)
148
- activemodel (>= 3.0)
149
- activesupport (>= 3.0)
150
- rspec-mocks (>= 2.99, < 4.0)
151
- rspec-core (3.5.4)
152
- rspec-support (~> 3.5.0)
153
- rspec-expectations (3.5.0)
154
- diff-lcs (>= 1.2.0, < 2.0)
155
- rspec-support (~> 3.5.0)
156
- rspec-its (1.3.0)
157
- rspec-core (>= 3.0.0)
158
- rspec-expectations (>= 3.0.0)
159
- rspec-mocks (3.5.0)
160
- diff-lcs (>= 1.2.0, < 2.0)
161
- rspec-support (~> 3.5.0)
162
- rspec-rails (3.5.2)
163
- actionpack (>= 3.0)
164
- activesupport (>= 3.0)
165
- railties (>= 3.0)
166
- rspec-core (~> 3.5.0)
167
- rspec-expectations (~> 3.5.0)
168
- rspec-mocks (~> 3.5.0)
169
- rspec-support (~> 3.5.0)
170
- rspec-support (3.5.0)
171
- rubocop (1.0.0)
172
- parallel (~> 1.10)
173
- parser (>= 2.7.1.5)
174
- rainbow (>= 2.2.2, < 4.0)
175
- regexp_parser (>= 1.8)
176
- rexml
177
- rubocop-ast (>= 0.6.0)
178
- ruby-progressbar (~> 1.7)
179
- unicode-display_width (>= 1.4.0, < 2.0)
180
- rubocop-ast (1.17.0)
181
- parser (>= 3.1.1.0)
182
- rubocop-performance (1.10.2)
183
- rubocop (>= 0.90.0, < 2.0)
184
- rubocop-ast (>= 0.4.0)
185
- ruby-progressbar (1.11.0)
186
- simplecov (0.16.1)
187
- docile (~> 1.1)
188
- json (>= 1.8, < 3)
189
- simplecov-html (~> 0.10.0)
190
- simplecov-html (0.10.2)
191
- sprockets (4.0.2)
192
- concurrent-ruby (~> 1.0)
193
- rack (> 1, < 3)
194
- sprockets-rails (3.2.2)
195
- actionpack (>= 4.0)
196
- activesupport (>= 4.0)
197
- sprockets (>= 3.0.0)
198
- sqlite3 (1.4.2)
199
- sync (0.5.0)
200
- term-ansicolor (1.7.1)
201
- tins (~> 1.0)
202
- test-unit (3.5.1)
203
- power_assert
204
- thor (1.1.0)
205
- tins (1.29.1)
206
- sync
207
- tzinfo (2.0.4)
208
- concurrent-ruby (~> 1.0)
209
- unicode-display_width (1.8.0)
210
- websocket-driver (0.7.5)
211
- websocket-extensions (>= 0.1.0)
212
- websocket-extensions (0.1.5)
213
- zeitwerk (2.5.1)
214
-
215
- PLATFORMS
216
- ruby
217
-
218
- DEPENDENCIES
219
- appraisal (~> 1.0.0)
220
- comma!
221
- coveralls
222
- minitest (= 5.14.4)
223
- rails (= 6.1.3.1)
224
- rake (~> 13.0.1)
225
- rspec (~> 3.5.0)
226
- rspec-activemodel-mocks
227
- rspec-its
228
- rspec-rails
229
- rubocop (~> 1.0.0)
230
- rubocop-performance
231
- sqlite3
232
- test-unit
233
-
234
- BUNDLED WITH
235
- 2.1.4