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