comma 4.5.0 → 4.6.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 (32) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/build.yml +47 -0
  3. data/.rubocop.yml +1 -0
  4. data/.travis.yml +5 -0
  5. data/Appraisals +21 -13
  6. data/Gemfile.lock +5 -4
  7. data/README.md +1 -1
  8. data/comma.gemspec +2 -1
  9. data/gemfiles/{active6.1.0.gemfile → active5.2.5.gemfile} +2 -2
  10. data/gemfiles/{active5.2.4.3.gemfile.lock → active5.2.5.gemfile.lock} +29 -28
  11. data/gemfiles/{active5.0.7.2.gemfile → active6.0.3.6.gemfile} +2 -2
  12. data/gemfiles/{active6.0.3.1.gemfile.lock → active6.0.3.6.gemfile.lock} +29 -28
  13. data/gemfiles/{active5.2.4.3.gemfile → active6.1.3.1.gemfile} +2 -2
  14. data/gemfiles/{active6.1.0.gemfile.lock → active6.1.3.1.gemfile.lock} +26 -25
  15. data/gemfiles/{active5.1.7.gemfile → active7.0.0.gemfile} +2 -2
  16. data/gemfiles/{active5.1.7.gemfile.lock → active7.0.0.gemfile.lock} +32 -34
  17. data/gemfiles/{rails5.1.7.gemfile → rails5.2.5.gemfile} +1 -1
  18. data/gemfiles/{rails5.2.4.3.gemfile.lock → rails5.2.5.gemfile.lock} +75 -74
  19. data/gemfiles/{rails6.0.3.1.gemfile → rails6.0.3.6.gemfile} +1 -1
  20. data/gemfiles/{rails6.0.3.1.gemfile.lock → rails6.0.3.6.gemfile.lock} +91 -90
  21. data/gemfiles/{rails6.1.0.gemfile → rails6.1.3.1.gemfile} +1 -1
  22. data/gemfiles/{rails6.1.0.gemfile.lock → rails6.1.3.1.gemfile.lock} +89 -88
  23. data/gemfiles/rails7.0.0.gemfile +12 -0
  24. data/gemfiles/{rails5.1.7.gemfile.lock → rails7.0.0.gemfile.lock} +108 -92
  25. data/lib/comma/version.rb +1 -1
  26. data/spec/rails_app/active_record/models.rb +1 -8
  27. metadata +33 -28
  28. data/gemfiles/active5.0.7.2.gemfile.lock +0 -113
  29. data/gemfiles/active6.0.3.1.gemfile +0 -12
  30. data/gemfiles/rails5.0.7.2.gemfile +0 -14
  31. data/gemfiles/rails5.0.7.2.gemfile.lock +0 -204
  32. data/gemfiles/rails5.2.4.3.gemfile +0 -14
@@ -1,66 +1,66 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- comma (4.5.0)
5
- activesupport (>= 4.2.0, < 6.2)
4
+ comma (4.6.0)
5
+ activesupport (>= 4.2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (6.1.0)
11
- actionpack (= 6.1.0)
12
- activesupport (= 6.1.0)
10
+ actioncable (6.1.3.1)
11
+ actionpack (= 6.1.3.1)
12
+ activesupport (= 6.1.3.1)
13
13
  nio4r (~> 2.0)
14
14
  websocket-driver (>= 0.6.1)
15
- actionmailbox (6.1.0)
16
- actionpack (= 6.1.0)
17
- activejob (= 6.1.0)
18
- activerecord (= 6.1.0)
19
- activestorage (= 6.1.0)
20
- activesupport (= 6.1.0)
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
21
  mail (>= 2.7.1)
22
- actionmailer (6.1.0)
23
- actionpack (= 6.1.0)
24
- actionview (= 6.1.0)
25
- activejob (= 6.1.0)
26
- activesupport (= 6.1.0)
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
27
  mail (~> 2.5, >= 2.5.4)
28
28
  rails-dom-testing (~> 2.0)
29
- actionpack (6.1.0)
30
- actionview (= 6.1.0)
31
- activesupport (= 6.1.0)
29
+ actionpack (6.1.3.1)
30
+ actionview (= 6.1.3.1)
31
+ activesupport (= 6.1.3.1)
32
32
  rack (~> 2.0, >= 2.0.9)
33
33
  rack-test (>= 0.6.3)
34
34
  rails-dom-testing (~> 2.0)
35
35
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
- actiontext (6.1.0)
37
- actionpack (= 6.1.0)
38
- activerecord (= 6.1.0)
39
- activestorage (= 6.1.0)
40
- activesupport (= 6.1.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
41
  nokogiri (>= 1.8.5)
42
- actionview (6.1.0)
43
- activesupport (= 6.1.0)
42
+ actionview (6.1.3.1)
43
+ activesupport (= 6.1.3.1)
44
44
  builder (~> 3.1)
45
45
  erubi (~> 1.4)
46
46
  rails-dom-testing (~> 2.0)
47
47
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
48
- activejob (6.1.0)
49
- activesupport (= 6.1.0)
48
+ activejob (6.1.3.1)
49
+ activesupport (= 6.1.3.1)
50
50
  globalid (>= 0.3.6)
51
- activemodel (6.1.0)
52
- activesupport (= 6.1.0)
53
- activerecord (6.1.0)
54
- activemodel (= 6.1.0)
55
- activesupport (= 6.1.0)
56
- activestorage (6.1.0)
57
- actionpack (= 6.1.0)
58
- activejob (= 6.1.0)
59
- activerecord (= 6.1.0)
60
- activesupport (= 6.1.0)
61
- marcel (~> 0.3.1)
62
- mimemagic (~> 0.3.2)
63
- activesupport (6.1.0)
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
64
  concurrent-ruby (~> 1.0, >= 1.0.2)
65
65
  i18n (>= 1.6, < 2)
66
66
  minitest (>= 5.1)
@@ -70,9 +70,9 @@ GEM
70
70
  bundler
71
71
  rake
72
72
  thor (>= 0.14.0)
73
- ast (2.4.1)
73
+ ast (2.4.2)
74
74
  builder (3.2.4)
75
- concurrent-ruby (1.1.7)
75
+ concurrent-ruby (1.1.9)
76
76
  coveralls (0.8.23)
77
77
  json (>= 1.8, < 3)
78
78
  simplecov (~> 0.16.1)
@@ -81,65 +81,65 @@ GEM
81
81
  tins (~> 1.6)
82
82
  crass (1.0.6)
83
83
  diff-lcs (1.4.4)
84
- docile (1.3.3)
84
+ docile (1.4.0)
85
85
  erubi (1.10.0)
86
- globalid (0.4.2)
87
- activesupport (>= 4.2.0)
88
- i18n (1.8.5)
86
+ globalid (0.5.2)
87
+ activesupport (>= 5.0)
88
+ i18n (1.8.11)
89
89
  concurrent-ruby (~> 1.0)
90
90
  jaro_winkler (1.5.4)
91
- json (2.4.1)
92
- loofah (2.8.0)
91
+ json (2.6.1)
92
+ loofah (2.12.0)
93
93
  crass (~> 1.0.2)
94
94
  nokogiri (>= 1.5.9)
95
95
  mail (2.7.1)
96
96
  mini_mime (>= 0.1.1)
97
- marcel (0.3.3)
98
- mimemagic (~> 0.3.2)
97
+ marcel (1.0.2)
99
98
  method_source (1.0.0)
100
- mimemagic (0.3.5)
101
- mini_mime (1.0.2)
102
- mini_portile2 (2.4.0)
103
- minitest (5.14.2)
104
- nio4r (2.5.4)
105
- nokogiri (1.10.10)
106
- mini_portile2 (~> 2.4.0)
107
- parallel (1.20.1)
108
- parser (2.7.2.0)
99
+ mini_mime (1.0.3)
100
+ mini_portile2 (2.6.1)
101
+ minitest (5.14.4)
102
+ nio4r (2.5.8)
103
+ nokogiri (1.12.5)
104
+ mini_portile2 (~> 2.6.1)
105
+ racc (~> 1.4)
106
+ parallel (1.21.0)
107
+ parser (3.0.2.0)
109
108
  ast (~> 2.4.1)
110
- power_assert (1.2.0)
111
- psych (3.2.1)
109
+ power_assert (2.0.1)
110
+ psych (3.3.0)
111
+ racc (1.6.0)
112
112
  rack (2.2.3)
113
113
  rack-test (1.1.0)
114
114
  rack (>= 1.0, < 3)
115
- rails (6.1.0)
116
- actioncable (= 6.1.0)
117
- actionmailbox (= 6.1.0)
118
- actionmailer (= 6.1.0)
119
- actionpack (= 6.1.0)
120
- actiontext (= 6.1.0)
121
- actionview (= 6.1.0)
122
- activejob (= 6.1.0)
123
- activemodel (= 6.1.0)
124
- activerecord (= 6.1.0)
125
- activestorage (= 6.1.0)
126
- activesupport (= 6.1.0)
115
+ rails (6.1.3.1)
116
+ actioncable (= 6.1.3.1)
117
+ actionmailbox (= 6.1.3.1)
118
+ actionmailer (= 6.1.3.1)
119
+ actionpack (= 6.1.3.1)
120
+ actiontext (= 6.1.3.1)
121
+ actionview (= 6.1.3.1)
122
+ activejob (= 6.1.3.1)
123
+ activemodel (= 6.1.3.1)
124
+ activerecord (= 6.1.3.1)
125
+ activestorage (= 6.1.3.1)
126
+ activesupport (= 6.1.3.1)
127
127
  bundler (>= 1.15.0)
128
- railties (= 6.1.0)
128
+ railties (= 6.1.3.1)
129
129
  sprockets-rails (>= 2.0.0)
130
130
  rails-dom-testing (2.0.3)
131
131
  activesupport (>= 4.2.0)
132
132
  nokogiri (>= 1.6)
133
- rails-html-sanitizer (1.3.0)
133
+ rails-html-sanitizer (1.4.2)
134
134
  loofah (~> 2.3)
135
- railties (6.1.0)
136
- actionpack (= 6.1.0)
137
- activesupport (= 6.1.0)
135
+ railties (6.1.3.1)
136
+ actionpack (= 6.1.3.1)
137
+ activesupport (= 6.1.3.1)
138
138
  method_source
139
139
  rake (>= 0.8.7)
140
140
  thor (~> 1.0)
141
141
  rainbow (3.0.0)
142
- rake (13.0.3)
142
+ rake (13.0.6)
143
143
  rspec (3.5.0)
144
144
  rspec-core (~> 3.5.0)
145
145
  rspec-expectations (~> 3.5.0)
@@ -178,7 +178,7 @@ GEM
178
178
  unicode-display_width (>= 1.4.0, < 1.6)
179
179
  rubocop-performance (1.1.0)
180
180
  rubocop (>= 0.67.0)
181
- ruby-progressbar (1.10.1)
181
+ ruby-progressbar (1.11.0)
182
182
  simplecov (0.16.1)
183
183
  docile (~> 1.1)
184
184
  json (>= 1.8, < 3)
@@ -195,18 +195,18 @@ GEM
195
195
  sync (0.5.0)
196
196
  term-ansicolor (1.7.1)
197
197
  tins (~> 1.0)
198
- test-unit (3.3.7)
198
+ test-unit (3.5.1)
199
199
  power_assert
200
- thor (1.0.1)
201
- tins (1.26.0)
200
+ thor (1.1.0)
201
+ tins (1.29.1)
202
202
  sync
203
203
  tzinfo (2.0.4)
204
204
  concurrent-ruby (~> 1.0)
205
205
  unicode-display_width (1.5.0)
206
- websocket-driver (0.7.3)
206
+ websocket-driver (0.7.5)
207
207
  websocket-extensions (>= 0.1.0)
208
208
  websocket-extensions (0.1.5)
209
- zeitwerk (2.4.2)
209
+ zeitwerk (2.5.1)
210
210
 
211
211
  PLATFORMS
212
212
  ruby
@@ -215,7 +215,8 @@ DEPENDENCIES
215
215
  appraisal (~> 1.0.0)
216
216
  comma!
217
217
  coveralls
218
- rails (= 6.1.0)
218
+ minitest (= 5.14.4)
219
+ rails (= 6.1.3.1)
219
220
  rake (~> 13.0.1)
220
221
  rspec (~> 3.5.0)
221
222
  rspec-activemodel-mocks
@@ -227,4 +228,4 @@ DEPENDENCIES
227
228
  test-unit
228
229
 
229
230
  BUNDLED WITH
230
- 1.17.3
231
+ 2.1.4
@@ -0,0 +1,12 @@
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 "rails", "7.0.0"
10
+ gem "rspec-rails"
11
+
12
+ gemspec :path => "../"
@@ -1,57 +1,78 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- comma (4.5.0)
5
- activesupport (>= 4.2.0, < 6.2)
4
+ comma (4.6.0)
5
+ activesupport (>= 4.2.0)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
- actioncable (5.1.7)
11
- actionpack (= 5.1.7)
10
+ actioncable (7.0.0)
11
+ actionpack (= 7.0.0)
12
+ activesupport (= 7.0.0)
12
13
  nio4r (~> 2.0)
13
- websocket-driver (~> 0.6.1)
14
- actionmailer (5.1.7)
15
- actionpack (= 5.1.7)
16
- actionview (= 5.1.7)
17
- activejob (= 5.1.7)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (7.0.0)
16
+ actionpack (= 7.0.0)
17
+ activejob (= 7.0.0)
18
+ activerecord (= 7.0.0)
19
+ activestorage (= 7.0.0)
20
+ activesupport (= 7.0.0)
21
+ mail (>= 2.7.1)
22
+ actionmailer (7.0.0)
23
+ actionpack (= 7.0.0)
24
+ actionview (= 7.0.0)
25
+ activejob (= 7.0.0)
26
+ activesupport (= 7.0.0)
18
27
  mail (~> 2.5, >= 2.5.4)
19
28
  rails-dom-testing (~> 2.0)
20
- actionpack (5.1.7)
21
- actionview (= 5.1.7)
22
- activesupport (= 5.1.7)
23
- rack (~> 2.0)
29
+ actionpack (7.0.0)
30
+ actionview (= 7.0.0)
31
+ activesupport (= 7.0.0)
32
+ rack (~> 2.0, >= 2.2.0)
24
33
  rack-test (>= 0.6.3)
25
34
  rails-dom-testing (~> 2.0)
26
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
- actionview (5.1.7)
28
- activesupport (= 5.1.7)
35
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
36
+ actiontext (7.0.0)
37
+ actionpack (= 7.0.0)
38
+ activerecord (= 7.0.0)
39
+ activestorage (= 7.0.0)
40
+ activesupport (= 7.0.0)
41
+ globalid (>= 0.6.0)
42
+ nokogiri (>= 1.8.5)
43
+ actionview (7.0.0)
44
+ activesupport (= 7.0.0)
29
45
  builder (~> 3.1)
30
46
  erubi (~> 1.4)
31
47
  rails-dom-testing (~> 2.0)
32
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
33
- activejob (5.1.7)
34
- activesupport (= 5.1.7)
48
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
+ activejob (7.0.0)
50
+ activesupport (= 7.0.0)
35
51
  globalid (>= 0.3.6)
36
- activemodel (5.1.7)
37
- activesupport (= 5.1.7)
38
- activerecord (5.1.7)
39
- activemodel (= 5.1.7)
40
- activesupport (= 5.1.7)
41
- arel (~> 8.0)
42
- activesupport (5.1.7)
52
+ activemodel (7.0.0)
53
+ activesupport (= 7.0.0)
54
+ activerecord (7.0.0)
55
+ activemodel (= 7.0.0)
56
+ activesupport (= 7.0.0)
57
+ activestorage (7.0.0)
58
+ actionpack (= 7.0.0)
59
+ activejob (= 7.0.0)
60
+ activerecord (= 7.0.0)
61
+ activesupport (= 7.0.0)
62
+ marcel (~> 1.0)
63
+ mini_mime (>= 1.1.0)
64
+ activesupport (7.0.0)
43
65
  concurrent-ruby (~> 1.0, >= 1.0.2)
44
- i18n (>= 0.7, < 2)
45
- minitest (~> 5.1)
46
- tzinfo (~> 1.1)
66
+ i18n (>= 1.6, < 2)
67
+ minitest (>= 5.1)
68
+ tzinfo (~> 2.0)
47
69
  appraisal (1.0.3)
48
70
  bundler
49
71
  rake
50
72
  thor (>= 0.14.0)
51
- arel (8.0.0)
52
- ast (2.4.1)
73
+ ast (2.4.2)
53
74
  builder (3.2.4)
54
- concurrent-ruby (1.1.6)
75
+ concurrent-ruby (1.1.9)
55
76
  coveralls (0.8.23)
56
77
  json (>= 1.8, < 3)
57
78
  simplecov (~> 0.16.1)
@@ -59,60 +80,65 @@ GEM
59
80
  thor (>= 0.19.4, < 2.0)
60
81
  tins (~> 1.6)
61
82
  crass (1.0.6)
62
- diff-lcs (1.3)
63
- docile (1.3.2)
64
- erubi (1.9.0)
65
- globalid (0.4.2)
66
- activesupport (>= 4.2.0)
67
- i18n (1.8.3)
83
+ diff-lcs (1.4.4)
84
+ docile (1.4.0)
85
+ erubi (1.10.0)
86
+ globalid (1.0.0)
87
+ activesupport (>= 5.0)
88
+ i18n (1.8.11)
68
89
  concurrent-ruby (~> 1.0)
69
90
  jaro_winkler (1.5.4)
70
- json (2.3.0)
71
- loofah (2.5.0)
91
+ json (2.6.1)
92
+ loofah (2.13.0)
72
93
  crass (~> 1.0.2)
73
94
  nokogiri (>= 1.5.9)
74
95
  mail (2.7.1)
75
96
  mini_mime (>= 0.1.1)
97
+ marcel (1.0.2)
76
98
  method_source (1.0.0)
77
- mini_mime (1.0.2)
78
- mini_portile2 (2.4.0)
79
- minitest (5.14.1)
80
- nio4r (2.5.2)
81
- nokogiri (1.10.9)
82
- mini_portile2 (~> 2.4.0)
83
- parallel (1.19.1)
84
- parser (2.7.1.3)
85
- ast (~> 2.4.0)
86
- power_assert (1.2.0)
87
- psych (3.1.0)
99
+ mini_mime (1.1.2)
100
+ mini_portile2 (2.6.1)
101
+ minitest (5.14.4)
102
+ nio4r (2.5.8)
103
+ nokogiri (1.12.5)
104
+ mini_portile2 (~> 2.6.1)
105
+ racc (~> 1.4)
106
+ parallel (1.21.0)
107
+ parser (3.0.3.2)
108
+ ast (~> 2.4.1)
109
+ psych (4.0.2)
110
+ racc (1.6.0)
88
111
  rack (2.2.3)
89
112
  rack-test (1.1.0)
90
113
  rack (>= 1.0, < 3)
91
- rails (5.1.7)
92
- actioncable (= 5.1.7)
93
- actionmailer (= 5.1.7)
94
- actionpack (= 5.1.7)
95
- actionview (= 5.1.7)
96
- activejob (= 5.1.7)
97
- activemodel (= 5.1.7)
98
- activerecord (= 5.1.7)
99
- activesupport (= 5.1.7)
100
- bundler (>= 1.3.0)
101
- railties (= 5.1.7)
102
- sprockets-rails (>= 2.0.0)
114
+ rails (7.0.0)
115
+ actioncable (= 7.0.0)
116
+ actionmailbox (= 7.0.0)
117
+ actionmailer (= 7.0.0)
118
+ actionpack (= 7.0.0)
119
+ actiontext (= 7.0.0)
120
+ actionview (= 7.0.0)
121
+ activejob (= 7.0.0)
122
+ activemodel (= 7.0.0)
123
+ activerecord (= 7.0.0)
124
+ activestorage (= 7.0.0)
125
+ activesupport (= 7.0.0)
126
+ bundler (>= 1.15.0)
127
+ railties (= 7.0.0)
103
128
  rails-dom-testing (2.0.3)
104
129
  activesupport (>= 4.2.0)
105
130
  nokogiri (>= 1.6)
106
- rails-html-sanitizer (1.3.0)
131
+ rails-html-sanitizer (1.4.2)
107
132
  loofah (~> 2.3)
108
- railties (5.1.7)
109
- actionpack (= 5.1.7)
110
- activesupport (= 5.1.7)
133
+ railties (7.0.0)
134
+ actionpack (= 7.0.0)
135
+ activesupport (= 7.0.0)
111
136
  method_source
112
- rake (>= 0.8.7)
113
- thor (>= 0.18.1, < 2.0)
137
+ rake (>= 12.2)
138
+ thor (~> 1.0)
139
+ zeitwerk (~> 2.5)
114
140
  rainbow (3.0.0)
115
- rake (13.0.1)
141
+ rake (13.0.6)
116
142
  rspec (3.5.0)
117
143
  rspec-core (~> 3.5.0)
118
144
  rspec-expectations (~> 3.5.0)
@@ -151,35 +177,26 @@ GEM
151
177
  unicode-display_width (>= 1.4.0, < 1.6)
152
178
  rubocop-performance (1.1.0)
153
179
  rubocop (>= 0.67.0)
154
- ruby-progressbar (1.10.1)
180
+ ruby-progressbar (1.11.0)
155
181
  simplecov (0.16.1)
156
182
  docile (~> 1.1)
157
183
  json (>= 1.8, < 3)
158
184
  simplecov-html (~> 0.10.0)
159
185
  simplecov-html (0.10.2)
160
- sprockets (3.7.2)
161
- concurrent-ruby (~> 1.0)
162
- rack (> 1, < 3)
163
- sprockets-rails (3.2.1)
164
- actionpack (>= 4.0)
165
- activesupport (>= 4.0)
166
- sprockets (>= 3.0.0)
167
- sqlite3 (1.3.13)
186
+ sqlite3 (1.4.2)
168
187
  sync (0.5.0)
169
188
  term-ansicolor (1.7.1)
170
189
  tins (~> 1.0)
171
- test-unit (3.3.6)
172
- power_assert
173
- thor (1.0.1)
174
- thread_safe (0.3.6)
175
- tins (1.25.0)
190
+ thor (1.1.0)
191
+ tins (1.29.1)
176
192
  sync
177
- tzinfo (1.2.7)
178
- thread_safe (~> 0.1)
193
+ tzinfo (2.0.4)
194
+ concurrent-ruby (~> 1.0)
179
195
  unicode-display_width (1.5.0)
180
- websocket-driver (0.6.5)
196
+ websocket-driver (0.7.5)
181
197
  websocket-extensions (>= 0.1.0)
182
198
  websocket-extensions (0.1.5)
199
+ zeitwerk (2.5.1)
183
200
 
184
201
  PLATFORMS
185
202
  ruby
@@ -188,7 +205,8 @@ DEPENDENCIES
188
205
  appraisal (~> 1.0.0)
189
206
  comma!
190
207
  coveralls
191
- rails (= 5.1.7)
208
+ minitest (= 5.14.4)
209
+ rails (= 7.0.0)
192
210
  rake (~> 13.0.1)
193
211
  rspec (~> 3.5.0)
194
212
  rspec-activemodel-mocks
@@ -196,9 +214,7 @@ DEPENDENCIES
196
214
  rspec-rails
197
215
  rubocop (~> 0.67.2)
198
216
  rubocop-performance
199
- sprockets (< 4)
200
- sqlite3 (~> 1.3.11)
201
- test-unit
217
+ sqlite3
202
218
 
203
219
  BUNDLED WITH
204
- 1.17.3
220
+ 2.1.4
data/lib/comma/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Comma
4
- VERSION = '4.5.0'
4
+ VERSION = '4.6.0'
5
5
  end
@@ -28,14 +28,7 @@ class User < ActiveRecord::Base
28
28
  end
29
29
  end
30
30
 
31
- MIGRATION_CLASS =
32
- if Rails::VERSION::STRING =~ /^[56].*/
33
- ActiveRecord::Migration[4.2]
34
- else
35
- ActiveRecord::Migration
36
- end
37
-
38
- class CreateTables < MIGRATION_CLASS
31
+ class CreateTables < ActiveRecord::Migration[4.2]
39
32
  def self.up
40
33
  create_table :users do |t|
41
34
  t.string :first_name