comma 4.7.0 → 4.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +2 -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 +63 -58
  8. data/README.md +2 -2
  9. data/gemfiles/{active5.2.5.gemfile → active6.0.6.gemfile} +3 -3
  10. data/gemfiles/{active6.0.3.6.gemfile.lock → active6.0.6.gemfile.lock} +41 -37
  11. data/gemfiles/{active6.1.3.1.gemfile → active6.1.7.6.gemfile} +3 -3
  12. data/gemfiles/{active7.0.0.gemfile.lock → active6.1.7.6.gemfile.lock} +42 -36
  13. data/gemfiles/active7.0.8.gemfile +12 -0
  14. data/gemfiles/{active6.1.3.1.gemfile.lock → active7.0.8.gemfile.lock} +40 -38
  15. data/gemfiles/active7.1.3.gemfile +12 -0
  16. data/gemfiles/{active5.2.5.gemfile.lock → active7.1.3.gemfile.lock} +58 -43
  17. data/gemfiles/{rails6.1.3.1.gemfile → rails6.0.6.gemfile} +2 -2
  18. data/gemfiles/rails6.0.6.gemfile.lock +270 -0
  19. data/gemfiles/{rails6.0.3.6.gemfile → rails6.1.7.6.gemfile} +2 -2
  20. data/gemfiles/rails6.1.7.6.gemfile.lock +273 -0
  21. data/gemfiles/{rails7.0.0.gemfile → rails7.0.8.gemfile} +2 -2
  22. data/gemfiles/rails7.0.8.gemfile.lock +248 -0
  23. data/gemfiles/{active7.0.0.gemfile → rails7.1.3.gemfile} +3 -3
  24. data/gemfiles/rails7.1.3.gemfile.lock +281 -0
  25. data/lib/comma/header_extractor.rb +1 -0
  26. data/lib/comma/version.rb +1 -1
  27. data/lib/comma.rb +1 -0
  28. data/spec/comma/comma_spec.rb +18 -18
  29. data/spec/comma/rails/active_record_spec.rb +1 -1
  30. data/spec/comma/rails/mongoid_spec.rb +1 -1
  31. metadata +38 -23
  32. data/gemfiles/active6.0.3.6.gemfile +0 -12
  33. data/gemfiles/rails5.2.5.gemfile +0 -14
  34. data/gemfiles/rails5.2.5.gemfile.lock +0 -217
  35. data/gemfiles/rails6.0.3.6.gemfile.lock +0 -232
  36. data/gemfiles/rails6.1.3.1.gemfile.lock +0 -235
  37. data/gemfiles/rails7.0.0.gemfile.lock +0 -224
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: comma
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.7.0
4
+ version: 4.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Crafter
8
8
  - Tom Meier
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-07-29 00:00:00.000000000 Z
12
+ date: 2024-01-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport
@@ -131,22 +131,22 @@ files:
131
131
  - README.md
132
132
  - Rakefile
133
133
  - comma.gemspec
134
- - gemfiles/active5.2.5.gemfile
135
- - gemfiles/active5.2.5.gemfile.lock
136
- - gemfiles/active6.0.3.6.gemfile
137
- - gemfiles/active6.0.3.6.gemfile.lock
138
- - gemfiles/active6.1.3.1.gemfile
139
- - gemfiles/active6.1.3.1.gemfile.lock
140
- - gemfiles/active7.0.0.gemfile
141
- - gemfiles/active7.0.0.gemfile.lock
142
- - gemfiles/rails5.2.5.gemfile
143
- - gemfiles/rails5.2.5.gemfile.lock
144
- - gemfiles/rails6.0.3.6.gemfile
145
- - gemfiles/rails6.0.3.6.gemfile.lock
146
- - gemfiles/rails6.1.3.1.gemfile
147
- - gemfiles/rails6.1.3.1.gemfile.lock
148
- - gemfiles/rails7.0.0.gemfile
149
- - gemfiles/rails7.0.0.gemfile.lock
134
+ - gemfiles/active6.0.6.gemfile
135
+ - gemfiles/active6.0.6.gemfile.lock
136
+ - gemfiles/active6.1.7.6.gemfile
137
+ - gemfiles/active6.1.7.6.gemfile.lock
138
+ - gemfiles/active7.0.8.gemfile
139
+ - gemfiles/active7.0.8.gemfile.lock
140
+ - gemfiles/active7.1.3.gemfile
141
+ - gemfiles/active7.1.3.gemfile.lock
142
+ - gemfiles/rails6.0.6.gemfile
143
+ - gemfiles/rails6.0.6.gemfile.lock
144
+ - gemfiles/rails6.1.7.6.gemfile
145
+ - gemfiles/rails6.1.7.6.gemfile.lock
146
+ - gemfiles/rails7.0.8.gemfile
147
+ - gemfiles/rails7.0.8.gemfile.lock
148
+ - gemfiles/rails7.1.3.gemfile
149
+ - gemfiles/rails7.1.3.gemfile.lock
150
150
  - init.rb
151
151
  - lib/comma.rb
152
152
  - lib/comma/array.rb
@@ -178,7 +178,7 @@ homepage: http://github.com/comma-csv/comma
178
178
  licenses:
179
179
  - MIT
180
180
  metadata: {}
181
- post_install_message:
181
+ post_install_message:
182
182
  rdoc_options: []
183
183
  require_paths:
184
184
  - lib
@@ -193,8 +193,23 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
193
  - !ruby/object:Gem::Version
194
194
  version: '0'
195
195
  requirements: []
196
- rubygems_version: 3.1.6
197
- signing_key:
196
+ rubygems_version: 3.3.26
197
+ signing_key:
198
198
  specification_version: 4
199
199
  summary: Ruby Comma Seperated Values generation library
200
- test_files: []
200
+ test_files:
201
+ - spec/comma/comma_spec.rb
202
+ - spec/comma/data_extractor_spec.rb
203
+ - spec/comma/header_extractor_spec.rb
204
+ - spec/comma/rails/active_record_spec.rb
205
+ - spec/comma/rails/data_mapper_collection_spec.rb
206
+ - spec/comma/rails/mongoid_spec.rb
207
+ - spec/controllers/users_controller_spec.rb
208
+ - spec/non_rails_app/ruby_classes.rb
209
+ - spec/rails_app/active_record/config.rb
210
+ - spec/rails_app/active_record/models.rb
211
+ - spec/rails_app/data_mapper/config.rb
212
+ - spec/rails_app/mongoid/config.rb
213
+ - spec/rails_app/rails_app.rb
214
+ - spec/rails_app/tmp/.gitkeep
215
+ - spec/spec_helper.rb
@@ -1,12 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require => false
6
- gem "rubocop", "~> 1.0.0", :require => false
7
- gem "rubocop-performance", :require => false
8
- gem "sqlite3"
9
- gem "activesupport", "6.0.3.6"
10
- gem "activerecord", "6.0.3.6"
11
-
12
- gemspec :path => "../"
@@ -1,14 +0,0 @@
1
- # This file was generated by Appraisal
2
-
3
- source "https://rubygems.org"
4
-
5
- gem "coveralls", :require => false
6
- gem "rubocop", "~> 1.0.0", :require => false
7
- gem "rubocop-performance", :require => false
8
- gem "sqlite3", "~> 1.3.11"
9
- gem "rails", "5.2.5"
10
- gem "rspec-rails"
11
- gem "sprockets", "< 4"
12
- gem "test-unit"
13
-
14
- gemspec :path => "../"
@@ -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