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
@@ -0,0 +1,270 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ comma (4.8.0)
5
+ activesupport (>= 4.2.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (6.0.6)
11
+ actionpack (= 6.0.6)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailbox (6.0.6)
15
+ actionpack (= 6.0.6)
16
+ activejob (= 6.0.6)
17
+ activerecord (= 6.0.6)
18
+ activestorage (= 6.0.6)
19
+ activesupport (= 6.0.6)
20
+ mail (>= 2.7.1)
21
+ actionmailer (6.0.6)
22
+ actionpack (= 6.0.6)
23
+ actionview (= 6.0.6)
24
+ activejob (= 6.0.6)
25
+ mail (~> 2.5, >= 2.5.4)
26
+ rails-dom-testing (~> 2.0)
27
+ actionpack (6.0.6)
28
+ actionview (= 6.0.6)
29
+ activesupport (= 6.0.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.6)
35
+ actionpack (= 6.0.6)
36
+ activerecord (= 6.0.6)
37
+ activestorage (= 6.0.6)
38
+ activesupport (= 6.0.6)
39
+ nokogiri (>= 1.8.5)
40
+ actionview (6.0.6)
41
+ activesupport (= 6.0.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.6)
47
+ activesupport (= 6.0.6)
48
+ globalid (>= 0.3.6)
49
+ activemodel (6.0.6)
50
+ activesupport (= 6.0.6)
51
+ activerecord (6.0.6)
52
+ activemodel (= 6.0.6)
53
+ activesupport (= 6.0.6)
54
+ activestorage (6.0.6)
55
+ actionpack (= 6.0.6)
56
+ activejob (= 6.0.6)
57
+ activerecord (= 6.0.6)
58
+ marcel (~> 1.0)
59
+ activesupport (6.0.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.2.3)
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
+ date (3.3.4)
80
+ diff-lcs (1.5.0)
81
+ docile (1.4.0)
82
+ erubi (1.12.0)
83
+ globalid (1.1.0)
84
+ activesupport (>= 5.0)
85
+ i18n (1.14.1)
86
+ concurrent-ruby (~> 1.0)
87
+ json (2.7.1)
88
+ loofah (2.22.0)
89
+ crass (~> 1.0.2)
90
+ nokogiri (>= 1.12.0)
91
+ mail (2.8.1)
92
+ mini_mime (>= 0.1.1)
93
+ net-imap
94
+ net-pop
95
+ net-smtp
96
+ marcel (1.0.2)
97
+ method_source (1.0.0)
98
+ mini_mime (1.1.5)
99
+ mini_portile2 (2.8.5)
100
+ minitest (5.14.4)
101
+ net-imap (0.4.9.1)
102
+ date
103
+ net-protocol
104
+ net-pop (0.1.2)
105
+ net-protocol
106
+ net-protocol (0.2.2)
107
+ timeout
108
+ net-smtp (0.4.0.1)
109
+ net-protocol
110
+ nio4r (2.7.0)
111
+ nokogiri (1.16.0)
112
+ mini_portile2 (~> 2.8.2)
113
+ racc (~> 1.4)
114
+ nokogiri (1.16.0-aarch64-linux)
115
+ racc (~> 1.4)
116
+ nokogiri (1.16.0-arm-linux)
117
+ racc (~> 1.4)
118
+ nokogiri (1.16.0-arm64-darwin)
119
+ racc (~> 1.4)
120
+ nokogiri (1.16.0-x86-linux)
121
+ racc (~> 1.4)
122
+ nokogiri (1.16.0-x86_64-linux)
123
+ racc (~> 1.4)
124
+ parallel (1.24.0)
125
+ parser (3.3.0.4)
126
+ ast (~> 2.4.1)
127
+ racc
128
+ power_assert (2.0.3)
129
+ racc (1.7.3)
130
+ rack (2.2.8)
131
+ rack-test (2.1.0)
132
+ rack (>= 1.3)
133
+ rails (6.0.6)
134
+ actioncable (= 6.0.6)
135
+ actionmailbox (= 6.0.6)
136
+ actionmailer (= 6.0.6)
137
+ actionpack (= 6.0.6)
138
+ actiontext (= 6.0.6)
139
+ actionview (= 6.0.6)
140
+ activejob (= 6.0.6)
141
+ activemodel (= 6.0.6)
142
+ activerecord (= 6.0.6)
143
+ activestorage (= 6.0.6)
144
+ activesupport (= 6.0.6)
145
+ bundler (>= 1.3.0)
146
+ railties (= 6.0.6)
147
+ sprockets-rails (>= 2.0.0)
148
+ rails-dom-testing (2.2.0)
149
+ activesupport (>= 5.0.0)
150
+ minitest
151
+ nokogiri (>= 1.6)
152
+ rails-html-sanitizer (1.6.0)
153
+ loofah (~> 2.21)
154
+ nokogiri (~> 1.14)
155
+ railties (6.0.6)
156
+ actionpack (= 6.0.6)
157
+ activesupport (= 6.0.6)
158
+ method_source
159
+ rake (>= 0.8.7)
160
+ thor (>= 0.20.3, < 2.0)
161
+ rainbow (3.1.1)
162
+ rake (13.0.6)
163
+ regexp_parser (2.9.0)
164
+ rexml (3.2.6)
165
+ rspec (3.5.0)
166
+ rspec-core (~> 3.5.0)
167
+ rspec-expectations (~> 3.5.0)
168
+ rspec-mocks (~> 3.5.0)
169
+ rspec-activemodel-mocks (1.2.0)
170
+ activemodel (>= 3.0)
171
+ activesupport (>= 3.0)
172
+ rspec-mocks (>= 2.99, < 4.0)
173
+ rspec-core (3.5.4)
174
+ rspec-support (~> 3.5.0)
175
+ rspec-expectations (3.5.0)
176
+ diff-lcs (>= 1.2.0, < 2.0)
177
+ rspec-support (~> 3.5.0)
178
+ rspec-its (1.3.0)
179
+ rspec-core (>= 3.0.0)
180
+ rspec-expectations (>= 3.0.0)
181
+ rspec-mocks (3.5.0)
182
+ diff-lcs (>= 1.2.0, < 2.0)
183
+ rspec-support (~> 3.5.0)
184
+ rspec-rails (3.5.2)
185
+ actionpack (>= 3.0)
186
+ activesupport (>= 3.0)
187
+ railties (>= 3.0)
188
+ rspec-core (~> 3.5.0)
189
+ rspec-expectations (~> 3.5.0)
190
+ rspec-mocks (~> 3.5.0)
191
+ rspec-support (~> 3.5.0)
192
+ rspec-support (3.5.0)
193
+ rubocop (1.30.1)
194
+ parallel (~> 1.10)
195
+ parser (>= 3.1.0.0)
196
+ rainbow (>= 2.2.2, < 4.0)
197
+ regexp_parser (>= 1.8, < 3.0)
198
+ rexml (>= 3.2.5, < 4.0)
199
+ rubocop-ast (>= 1.18.0, < 2.0)
200
+ ruby-progressbar (~> 1.7)
201
+ unicode-display_width (>= 1.4.0, < 3.0)
202
+ rubocop-ast (1.30.0)
203
+ parser (>= 3.2.1.0)
204
+ rubocop-performance (1.19.1)
205
+ rubocop (>= 1.7.0, < 2.0)
206
+ rubocop-ast (>= 0.4.0)
207
+ ruby-progressbar (1.13.0)
208
+ simplecov (0.16.1)
209
+ docile (~> 1.1)
210
+ json (>= 1.8, < 3)
211
+ simplecov-html (~> 0.10.0)
212
+ simplecov-html (0.10.2)
213
+ sprockets (4.2.1)
214
+ concurrent-ruby (~> 1.0)
215
+ rack (>= 2.2.4, < 4)
216
+ sprockets-rails (3.4.2)
217
+ actionpack (>= 5.2)
218
+ activesupport (>= 5.2)
219
+ sprockets (>= 3.0.0)
220
+ sqlite3 (1.7.0)
221
+ mini_portile2 (~> 2.8.0)
222
+ sqlite3 (1.7.0-aarch64-linux)
223
+ sqlite3 (1.7.0-arm-linux)
224
+ sqlite3 (1.7.0-arm64-darwin)
225
+ sqlite3 (1.7.0-x86-linux)
226
+ sqlite3 (1.7.0-x86_64-linux)
227
+ sync (0.5.0)
228
+ term-ansicolor (1.7.1)
229
+ tins (~> 1.0)
230
+ test-unit (3.6.1)
231
+ power_assert
232
+ thor (1.3.0)
233
+ thread_safe (0.3.6)
234
+ timeout (0.4.1)
235
+ tins (1.32.1)
236
+ sync
237
+ tzinfo (1.2.11)
238
+ thread_safe (~> 0.1)
239
+ unicode-display_width (2.5.0)
240
+ websocket-driver (0.7.6)
241
+ websocket-extensions (>= 0.1.0)
242
+ websocket-extensions (0.1.5)
243
+ zeitwerk (2.6.12)
244
+
245
+ PLATFORMS
246
+ aarch64-linux
247
+ arm-linux
248
+ arm64-darwin
249
+ ruby
250
+ x86-linux
251
+ x86_64-linux
252
+
253
+ DEPENDENCIES
254
+ appraisal (~> 1.0.0)
255
+ comma!
256
+ coveralls
257
+ minitest (= 5.14.4)
258
+ rails (= 6.0.6)
259
+ rake (~> 13.0.1)
260
+ rspec (~> 3.5.0)
261
+ rspec-activemodel-mocks
262
+ rspec-its
263
+ rspec-rails
264
+ rubocop (~> 1.30.0)
265
+ rubocop-performance
266
+ sqlite3
267
+ test-unit
268
+
269
+ BUNDLED WITH
270
+ 2.5.5
@@ -3,10 +3,10 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "coveralls", :require => false
6
- gem "rubocop", "~> 1.0.0", :require => false
6
+ gem "rubocop", "~> 1.30.0", :require => false
7
7
  gem "rubocop-performance", :require => false
8
8
  gem "sqlite3"
9
- gem "rails", "6.0.3.6"
9
+ gem "rails", "6.1.7.6"
10
10
  gem "rspec-rails"
11
11
  gem "test-unit"
12
12
 
@@ -0,0 +1,273 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ comma (4.8.0)
5
+ activesupport (>= 4.2.0)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (6.1.7.6)
11
+ actionpack (= 6.1.7.6)
12
+ activesupport (= 6.1.7.6)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (6.1.7.6)
16
+ actionpack (= 6.1.7.6)
17
+ activejob (= 6.1.7.6)
18
+ activerecord (= 6.1.7.6)
19
+ activestorage (= 6.1.7.6)
20
+ activesupport (= 6.1.7.6)
21
+ mail (>= 2.7.1)
22
+ actionmailer (6.1.7.6)
23
+ actionpack (= 6.1.7.6)
24
+ actionview (= 6.1.7.6)
25
+ activejob (= 6.1.7.6)
26
+ activesupport (= 6.1.7.6)
27
+ mail (~> 2.5, >= 2.5.4)
28
+ rails-dom-testing (~> 2.0)
29
+ actionpack (6.1.7.6)
30
+ actionview (= 6.1.7.6)
31
+ activesupport (= 6.1.7.6)
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.7.6)
37
+ actionpack (= 6.1.7.6)
38
+ activerecord (= 6.1.7.6)
39
+ activestorage (= 6.1.7.6)
40
+ activesupport (= 6.1.7.6)
41
+ nokogiri (>= 1.8.5)
42
+ actionview (6.1.7.6)
43
+ activesupport (= 6.1.7.6)
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.7.6)
49
+ activesupport (= 6.1.7.6)
50
+ globalid (>= 0.3.6)
51
+ activemodel (6.1.7.6)
52
+ activesupport (= 6.1.7.6)
53
+ activerecord (6.1.7.6)
54
+ activemodel (= 6.1.7.6)
55
+ activesupport (= 6.1.7.6)
56
+ activestorage (6.1.7.6)
57
+ actionpack (= 6.1.7.6)
58
+ activejob (= 6.1.7.6)
59
+ activerecord (= 6.1.7.6)
60
+ activesupport (= 6.1.7.6)
61
+ marcel (~> 1.0)
62
+ mini_mime (>= 1.1.0)
63
+ activesupport (6.1.7.6)
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.2.3)
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
+ date (3.3.4)
84
+ diff-lcs (1.5.0)
85
+ docile (1.4.0)
86
+ erubi (1.12.0)
87
+ globalid (1.2.1)
88
+ activesupport (>= 6.1)
89
+ i18n (1.14.1)
90
+ concurrent-ruby (~> 1.0)
91
+ json (2.7.1)
92
+ loofah (2.22.0)
93
+ crass (~> 1.0.2)
94
+ nokogiri (>= 1.12.0)
95
+ mail (2.8.1)
96
+ mini_mime (>= 0.1.1)
97
+ net-imap
98
+ net-pop
99
+ net-smtp
100
+ marcel (1.0.2)
101
+ method_source (1.0.0)
102
+ mini_mime (1.1.5)
103
+ mini_portile2 (2.8.5)
104
+ minitest (5.14.4)
105
+ net-imap (0.4.9.1)
106
+ date
107
+ net-protocol
108
+ net-pop (0.1.2)
109
+ net-protocol
110
+ net-protocol (0.2.2)
111
+ timeout
112
+ net-smtp (0.4.0.1)
113
+ net-protocol
114
+ nio4r (2.7.0)
115
+ nokogiri (1.16.0)
116
+ mini_portile2 (~> 2.8.2)
117
+ racc (~> 1.4)
118
+ nokogiri (1.16.0-aarch64-linux)
119
+ racc (~> 1.4)
120
+ nokogiri (1.16.0-arm-linux)
121
+ racc (~> 1.4)
122
+ nokogiri (1.16.0-arm64-darwin)
123
+ racc (~> 1.4)
124
+ nokogiri (1.16.0-x86-linux)
125
+ racc (~> 1.4)
126
+ nokogiri (1.16.0-x86_64-linux)
127
+ racc (~> 1.4)
128
+ parallel (1.24.0)
129
+ parser (3.3.0.4)
130
+ ast (~> 2.4.1)
131
+ racc
132
+ power_assert (2.0.3)
133
+ racc (1.7.3)
134
+ rack (2.2.8)
135
+ rack-test (2.1.0)
136
+ rack (>= 1.3)
137
+ rails (6.1.7.6)
138
+ actioncable (= 6.1.7.6)
139
+ actionmailbox (= 6.1.7.6)
140
+ actionmailer (= 6.1.7.6)
141
+ actionpack (= 6.1.7.6)
142
+ actiontext (= 6.1.7.6)
143
+ actionview (= 6.1.7.6)
144
+ activejob (= 6.1.7.6)
145
+ activemodel (= 6.1.7.6)
146
+ activerecord (= 6.1.7.6)
147
+ activestorage (= 6.1.7.6)
148
+ activesupport (= 6.1.7.6)
149
+ bundler (>= 1.15.0)
150
+ railties (= 6.1.7.6)
151
+ sprockets-rails (>= 2.0.0)
152
+ rails-dom-testing (2.2.0)
153
+ activesupport (>= 5.0.0)
154
+ minitest
155
+ nokogiri (>= 1.6)
156
+ rails-html-sanitizer (1.6.0)
157
+ loofah (~> 2.21)
158
+ nokogiri (~> 1.14)
159
+ railties (6.1.7.6)
160
+ actionpack (= 6.1.7.6)
161
+ activesupport (= 6.1.7.6)
162
+ method_source
163
+ rake (>= 12.2)
164
+ thor (~> 1.0)
165
+ rainbow (3.1.1)
166
+ rake (13.0.6)
167
+ regexp_parser (2.9.0)
168
+ rexml (3.2.6)
169
+ rspec (3.5.0)
170
+ rspec-core (~> 3.5.0)
171
+ rspec-expectations (~> 3.5.0)
172
+ rspec-mocks (~> 3.5.0)
173
+ rspec-activemodel-mocks (1.2.0)
174
+ activemodel (>= 3.0)
175
+ activesupport (>= 3.0)
176
+ rspec-mocks (>= 2.99, < 4.0)
177
+ rspec-core (3.5.4)
178
+ rspec-support (~> 3.5.0)
179
+ rspec-expectations (3.5.0)
180
+ diff-lcs (>= 1.2.0, < 2.0)
181
+ rspec-support (~> 3.5.0)
182
+ rspec-its (1.3.0)
183
+ rspec-core (>= 3.0.0)
184
+ rspec-expectations (>= 3.0.0)
185
+ rspec-mocks (3.5.0)
186
+ diff-lcs (>= 1.2.0, < 2.0)
187
+ rspec-support (~> 3.5.0)
188
+ rspec-rails (3.5.2)
189
+ actionpack (>= 3.0)
190
+ activesupport (>= 3.0)
191
+ railties (>= 3.0)
192
+ rspec-core (~> 3.5.0)
193
+ rspec-expectations (~> 3.5.0)
194
+ rspec-mocks (~> 3.5.0)
195
+ rspec-support (~> 3.5.0)
196
+ rspec-support (3.5.0)
197
+ rubocop (1.30.1)
198
+ parallel (~> 1.10)
199
+ parser (>= 3.1.0.0)
200
+ rainbow (>= 2.2.2, < 4.0)
201
+ regexp_parser (>= 1.8, < 3.0)
202
+ rexml (>= 3.2.5, < 4.0)
203
+ rubocop-ast (>= 1.18.0, < 2.0)
204
+ ruby-progressbar (~> 1.7)
205
+ unicode-display_width (>= 1.4.0, < 3.0)
206
+ rubocop-ast (1.30.0)
207
+ parser (>= 3.2.1.0)
208
+ rubocop-performance (1.19.1)
209
+ rubocop (>= 1.7.0, < 2.0)
210
+ rubocop-ast (>= 0.4.0)
211
+ ruby-progressbar (1.13.0)
212
+ simplecov (0.16.1)
213
+ docile (~> 1.1)
214
+ json (>= 1.8, < 3)
215
+ simplecov-html (~> 0.10.0)
216
+ simplecov-html (0.10.2)
217
+ sprockets (4.2.1)
218
+ concurrent-ruby (~> 1.0)
219
+ rack (>= 2.2.4, < 4)
220
+ sprockets-rails (3.4.2)
221
+ actionpack (>= 5.2)
222
+ activesupport (>= 5.2)
223
+ sprockets (>= 3.0.0)
224
+ sqlite3 (1.7.0)
225
+ mini_portile2 (~> 2.8.0)
226
+ sqlite3 (1.7.0-aarch64-linux)
227
+ sqlite3 (1.7.0-arm-linux)
228
+ sqlite3 (1.7.0-arm64-darwin)
229
+ sqlite3 (1.7.0-x86-linux)
230
+ sqlite3 (1.7.0-x86_64-linux)
231
+ sync (0.5.0)
232
+ term-ansicolor (1.7.1)
233
+ tins (~> 1.0)
234
+ test-unit (3.6.1)
235
+ power_assert
236
+ thor (1.3.0)
237
+ timeout (0.4.1)
238
+ tins (1.32.1)
239
+ sync
240
+ tzinfo (2.0.6)
241
+ concurrent-ruby (~> 1.0)
242
+ unicode-display_width (2.5.0)
243
+ websocket-driver (0.7.6)
244
+ websocket-extensions (>= 0.1.0)
245
+ websocket-extensions (0.1.5)
246
+ zeitwerk (2.6.12)
247
+
248
+ PLATFORMS
249
+ aarch64-linux
250
+ arm-linux
251
+ arm64-darwin
252
+ ruby
253
+ x86-linux
254
+ x86_64-linux
255
+
256
+ DEPENDENCIES
257
+ appraisal (~> 1.0.0)
258
+ comma!
259
+ coveralls
260
+ minitest (= 5.14.4)
261
+ rails (= 6.1.7.6)
262
+ rake (~> 13.0.1)
263
+ rspec (~> 3.5.0)
264
+ rspec-activemodel-mocks
265
+ rspec-its
266
+ rspec-rails
267
+ rubocop (~> 1.30.0)
268
+ rubocop-performance
269
+ sqlite3
270
+ test-unit
271
+
272
+ BUNDLED WITH
273
+ 2.5.5
@@ -3,10 +3,10 @@
3
3
  source "https://rubygems.org"
4
4
 
5
5
  gem "coveralls", :require => false
6
- gem "rubocop", "~> 1.0.0", :require => false
6
+ gem "rubocop", "~> 1.30.0", :require => false
7
7
  gem "rubocop-performance", :require => false
8
8
  gem "sqlite3"
9
- gem "rails", "7.0.0"
9
+ gem "rails", "7.0.8"
10
10
  gem "rspec-rails"
11
11
 
12
12
  gemspec :path => "../"