comma 4.6.0 → 4.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +4 -24
  3. data/.rubocop.yml +3 -2
  4. data/.rubocop_todo.yml +101 -16
  5. data/Appraisals +25 -34
  6. data/Gemfile +1 -1
  7. data/Gemfile.lock +70 -65
  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} +43 -35
  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} +44 -34
  13. data/gemfiles/{active7.0.0.gemfile → active7.0.8.gemfile} +3 -3
  14. data/gemfiles/{active6.1.3.1.gemfile.lock → active7.0.8.gemfile.lock} +42 -36
  15. data/gemfiles/active7.1.3.gemfile +12 -0
  16. data/gemfiles/{active5.2.5.gemfile.lock → active7.1.3.gemfile.lock} +60 -41
  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/rails7.1.3.gemfile +12 -0
  24. data/gemfiles/rails7.1.3.gemfile.lock +281 -0
  25. data/lib/comma/header_extractor.rb +1 -0
  26. data/lib/comma/mongoid.rb +2 -1
  27. data/lib/comma/version.rb +1 -1
  28. data/lib/comma.rb +1 -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. metadata +22 -22
  33. data/gemfiles/active6.0.3.6.gemfile +0 -12
  34. data/gemfiles/rails5.2.5.gemfile +0 -14
  35. data/gemfiles/rails5.2.5.gemfile.lock +0 -213
  36. data/gemfiles/rails6.0.3.6.gemfile.lock +0 -228
  37. data/gemfiles/rails6.1.3.1.gemfile.lock +0 -231
  38. data/gemfiles/rails7.0.0.gemfile.lock +0 -220
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.6.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: 2021-12-19 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,8 @@ 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.4
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
200
  test_files:
@@ -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", "~> 0.67.2", :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", "~> 0.67.2", :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,213 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.6.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
- jaro_winkler (1.5.4)
74
- json (2.6.1)
75
- loofah (2.12.0)
76
- crass (~> 1.0.2)
77
- nokogiri (>= 1.5.9)
78
- mail (2.7.1)
79
- mini_mime (>= 0.1.1)
80
- marcel (1.0.2)
81
- method_source (1.0.0)
82
- mini_mime (1.1.2)
83
- mini_portile2 (2.6.1)
84
- minitest (5.14.4)
85
- nio4r (2.5.8)
86
- nokogiri (1.12.5)
87
- mini_portile2 (~> 2.6.1)
88
- racc (~> 1.4)
89
- parallel (1.21.0)
90
- parser (3.0.2.0)
91
- ast (~> 2.4.1)
92
- power_assert (2.0.1)
93
- psych (3.3.0)
94
- racc (1.6.0)
95
- rack (2.2.3)
96
- rack-test (1.1.0)
97
- rack (>= 1.0, < 3)
98
- rails (5.2.5)
99
- actioncable (= 5.2.5)
100
- actionmailer (= 5.2.5)
101
- actionpack (= 5.2.5)
102
- actionview (= 5.2.5)
103
- activejob (= 5.2.5)
104
- activemodel (= 5.2.5)
105
- activerecord (= 5.2.5)
106
- activestorage (= 5.2.5)
107
- activesupport (= 5.2.5)
108
- bundler (>= 1.3.0)
109
- railties (= 5.2.5)
110
- sprockets-rails (>= 2.0.0)
111
- rails-dom-testing (2.0.3)
112
- activesupport (>= 4.2.0)
113
- nokogiri (>= 1.6)
114
- rails-html-sanitizer (1.4.2)
115
- loofah (~> 2.3)
116
- railties (5.2.5)
117
- actionpack (= 5.2.5)
118
- activesupport (= 5.2.5)
119
- method_source
120
- rake (>= 0.8.7)
121
- thor (>= 0.19.0, < 2.0)
122
- rainbow (3.0.0)
123
- rake (13.0.6)
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 (0.67.2)
153
- jaro_winkler (~> 1.5.1)
154
- parallel (~> 1.10)
155
- parser (>= 2.5, != 2.5.1.1)
156
- psych (>= 3.1.0)
157
- rainbow (>= 2.2.2, < 4.0)
158
- ruby-progressbar (~> 1.7)
159
- unicode-display_width (>= 1.4.0, < 1.6)
160
- rubocop-performance (1.1.0)
161
- rubocop (>= 0.67.0)
162
- ruby-progressbar (1.11.0)
163
- simplecov (0.16.1)
164
- docile (~> 1.1)
165
- json (>= 1.8, < 3)
166
- simplecov-html (~> 0.10.0)
167
- simplecov-html (0.10.2)
168
- sprockets (3.7.2)
169
- concurrent-ruby (~> 1.0)
170
- rack (> 1, < 3)
171
- sprockets-rails (3.2.2)
172
- actionpack (>= 4.0)
173
- activesupport (>= 4.0)
174
- sprockets (>= 3.0.0)
175
- sqlite3 (1.3.13)
176
- sync (0.5.0)
177
- term-ansicolor (1.7.1)
178
- tins (~> 1.0)
179
- test-unit (3.5.1)
180
- power_assert
181
- thor (1.1.0)
182
- thread_safe (0.3.6)
183
- tins (1.29.1)
184
- sync
185
- tzinfo (1.2.9)
186
- thread_safe (~> 0.1)
187
- unicode-display_width (1.5.0)
188
- websocket-driver (0.7.5)
189
- websocket-extensions (>= 0.1.0)
190
- websocket-extensions (0.1.5)
191
-
192
- PLATFORMS
193
- ruby
194
-
195
- DEPENDENCIES
196
- appraisal (~> 1.0.0)
197
- comma!
198
- coveralls
199
- minitest (= 5.14.4)
200
- rails (= 5.2.5)
201
- rake (~> 13.0.1)
202
- rspec (~> 3.5.0)
203
- rspec-activemodel-mocks
204
- rspec-its
205
- rspec-rails
206
- rubocop (~> 0.67.2)
207
- rubocop-performance
208
- sprockets (< 4)
209
- sqlite3 (~> 1.3.11)
210
- test-unit
211
-
212
- BUNDLED WITH
213
- 2.1.4
@@ -1,228 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- comma (4.6.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
- jaro_winkler (1.5.4)
87
- json (2.6.1)
88
- loofah (2.12.0)
89
- crass (~> 1.0.2)
90
- nokogiri (>= 1.5.9)
91
- mail (2.7.1)
92
- mini_mime (>= 0.1.1)
93
- marcel (1.0.2)
94
- method_source (1.0.0)
95
- mini_mime (1.1.2)
96
- mini_portile2 (2.6.1)
97
- minitest (5.14.4)
98
- nio4r (2.5.8)
99
- nokogiri (1.12.5)
100
- mini_portile2 (~> 2.6.1)
101
- racc (~> 1.4)
102
- parallel (1.21.0)
103
- parser (3.0.2.0)
104
- ast (~> 2.4.1)
105
- power_assert (2.0.1)
106
- psych (3.3.0)
107
- racc (1.6.0)
108
- rack (2.2.3)
109
- rack-test (1.1.0)
110
- rack (>= 1.0, < 3)
111
- rails (6.0.3.6)
112
- actioncable (= 6.0.3.6)
113
- actionmailbox (= 6.0.3.6)
114
- actionmailer (= 6.0.3.6)
115
- actionpack (= 6.0.3.6)
116
- actiontext (= 6.0.3.6)
117
- actionview (= 6.0.3.6)
118
- activejob (= 6.0.3.6)
119
- activemodel (= 6.0.3.6)
120
- activerecord (= 6.0.3.6)
121
- activestorage (= 6.0.3.6)
122
- activesupport (= 6.0.3.6)
123
- bundler (>= 1.3.0)
124
- railties (= 6.0.3.6)
125
- sprockets-rails (>= 2.0.0)
126
- rails-dom-testing (2.0.3)
127
- activesupport (>= 4.2.0)
128
- nokogiri (>= 1.6)
129
- rails-html-sanitizer (1.4.2)
130
- loofah (~> 2.3)
131
- railties (6.0.3.6)
132
- actionpack (= 6.0.3.6)
133
- activesupport (= 6.0.3.6)
134
- method_source
135
- rake (>= 0.8.7)
136
- thor (>= 0.20.3, < 2.0)
137
- rainbow (3.0.0)
138
- rake (13.0.6)
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 (0.67.2)
168
- jaro_winkler (~> 1.5.1)
169
- parallel (~> 1.10)
170
- parser (>= 2.5, != 2.5.1.1)
171
- psych (>= 3.1.0)
172
- rainbow (>= 2.2.2, < 4.0)
173
- ruby-progressbar (~> 1.7)
174
- unicode-display_width (>= 1.4.0, < 1.6)
175
- rubocop-performance (1.1.0)
176
- rubocop (>= 0.67.0)
177
- ruby-progressbar (1.11.0)
178
- simplecov (0.16.1)
179
- docile (~> 1.1)
180
- json (>= 1.8, < 3)
181
- simplecov-html (~> 0.10.0)
182
- simplecov-html (0.10.2)
183
- sprockets (4.0.2)
184
- concurrent-ruby (~> 1.0)
185
- rack (> 1, < 3)
186
- sprockets-rails (3.2.2)
187
- actionpack (>= 4.0)
188
- activesupport (>= 4.0)
189
- sprockets (>= 3.0.0)
190
- sqlite3 (1.4.2)
191
- sync (0.5.0)
192
- term-ansicolor (1.7.1)
193
- tins (~> 1.0)
194
- test-unit (3.5.1)
195
- power_assert
196
- thor (1.1.0)
197
- thread_safe (0.3.6)
198
- tins (1.29.1)
199
- sync
200
- tzinfo (1.2.9)
201
- thread_safe (~> 0.1)
202
- unicode-display_width (1.5.0)
203
- websocket-driver (0.7.5)
204
- websocket-extensions (>= 0.1.0)
205
- websocket-extensions (0.1.5)
206
- zeitwerk (2.5.1)
207
-
208
- PLATFORMS
209
- ruby
210
-
211
- DEPENDENCIES
212
- appraisal (~> 1.0.0)
213
- comma!
214
- coveralls
215
- minitest (= 5.14.4)
216
- rails (= 6.0.3.6)
217
- rake (~> 13.0.1)
218
- rspec (~> 3.5.0)
219
- rspec-activemodel-mocks
220
- rspec-its
221
- rspec-rails
222
- rubocop (~> 0.67.2)
223
- rubocop-performance
224
- sqlite3
225
- test-unit
226
-
227
- BUNDLED WITH
228
- 2.1.4