comma 4.5.0 → 4.6.0

Sign up to get free protection for your applications and to get access to all the features.
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,49 +1,47 @@
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
- activemodel (5.1.7)
11
- activesupport (= 5.1.7)
12
- activerecord (5.1.7)
13
- activemodel (= 5.1.7)
14
- activesupport (= 5.1.7)
15
- arel (~> 8.0)
16
- activesupport (5.1.7)
10
+ activemodel (7.0.0)
11
+ activesupport (= 7.0.0)
12
+ activerecord (7.0.0)
13
+ activemodel (= 7.0.0)
14
+ activesupport (= 7.0.0)
15
+ activesupport (7.0.0)
17
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
18
- i18n (>= 0.7, < 2)
19
- minitest (~> 5.1)
20
- tzinfo (~> 1.1)
17
+ i18n (>= 1.6, < 2)
18
+ minitest (>= 5.1)
19
+ tzinfo (~> 2.0)
21
20
  appraisal (1.0.3)
22
21
  bundler
23
22
  rake
24
23
  thor (>= 0.14.0)
25
- arel (8.0.0)
26
- ast (2.4.1)
27
- concurrent-ruby (1.1.6)
24
+ ast (2.4.2)
25
+ concurrent-ruby (1.1.9)
28
26
  coveralls (0.8.23)
29
27
  json (>= 1.8, < 3)
30
28
  simplecov (~> 0.16.1)
31
29
  term-ansicolor (~> 1.3)
32
30
  thor (>= 0.19.4, < 2.0)
33
31
  tins (~> 1.6)
34
- diff-lcs (1.3)
35
- docile (1.3.2)
36
- i18n (1.8.3)
32
+ diff-lcs (1.4.4)
33
+ docile (1.4.0)
34
+ i18n (1.8.11)
37
35
  concurrent-ruby (~> 1.0)
38
36
  jaro_winkler (1.5.4)
39
- json (2.3.0)
40
- minitest (5.14.1)
41
- parallel (1.19.1)
42
- parser (2.7.1.3)
43
- ast (~> 2.4.0)
44
- psych (3.1.0)
37
+ json (2.6.1)
38
+ minitest (5.14.4)
39
+ parallel (1.21.0)
40
+ parser (3.0.3.2)
41
+ ast (~> 2.4.1)
42
+ psych (4.0.2)
45
43
  rainbow (3.0.0)
46
- rake (13.0.1)
44
+ rake (13.0.6)
47
45
  rspec (3.5.0)
48
46
  rspec-core (~> 3.5.0)
49
47
  rspec-expectations (~> 3.5.0)
@@ -74,7 +72,7 @@ GEM
74
72
  unicode-display_width (>= 1.4.0, < 1.6)
75
73
  rubocop-performance (1.1.0)
76
74
  rubocop (>= 0.67.0)
77
- ruby-progressbar (1.10.1)
75
+ ruby-progressbar (1.11.0)
78
76
  simplecov (0.16.1)
79
77
  docile (~> 1.1)
80
78
  json (>= 1.8, < 3)
@@ -84,23 +82,23 @@ GEM
84
82
  sync (0.5.0)
85
83
  term-ansicolor (1.7.1)
86
84
  tins (~> 1.0)
87
- thor (1.0.1)
88
- thread_safe (0.3.6)
89
- tins (1.25.0)
85
+ thor (1.1.0)
86
+ tins (1.29.1)
90
87
  sync
91
- tzinfo (1.2.7)
92
- thread_safe (~> 0.1)
88
+ tzinfo (2.0.4)
89
+ concurrent-ruby (~> 1.0)
93
90
  unicode-display_width (1.5.0)
94
91
 
95
92
  PLATFORMS
96
93
  ruby
97
94
 
98
95
  DEPENDENCIES
99
- activerecord (= 5.1.7)
100
- activesupport (= 5.1.7)
96
+ activerecord (= 7.0.0)
97
+ activesupport (= 7.0.0)
101
98
  appraisal (~> 1.0.0)
102
99
  comma!
103
100
  coveralls
101
+ minitest (= 5.14.4)
104
102
  rake (~> 13.0.1)
105
103
  rspec (~> 3.5.0)
106
104
  rspec-activemodel-mocks
@@ -110,4 +108,4 @@ DEPENDENCIES
110
108
  sqlite3
111
109
 
112
110
  BUNDLED WITH
113
- 1.17.3
111
+ 2.1.4
@@ -6,7 +6,7 @@ gem "coveralls", :require => false
6
6
  gem "rubocop", "~> 0.67.2", :require => false
7
7
  gem "rubocop-performance", :require => false
8
8
  gem "sqlite3", "~> 1.3.11"
9
- gem "rails", "5.1.7"
9
+ gem "rails", "5.2.5"
10
10
  gem "rspec-rails"
11
11
  gem "sprockets", "< 4"
12
12
  gem "test-unit"
@@ -1,49 +1,49 @@
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.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
73
  jaro_winkler (1.5.4)
74
- json (2.3.0)
75
- loofah (2.5.0)
74
+ json (2.6.1)
75
+ loofah (2.12.0)
76
76
  crass (~> 1.0.2)
77
77
  nokogiri (>= 1.5.9)
78
78
  mail (2.7.1)
79
79
  mini_mime (>= 0.1.1)
80
- marcel (0.3.3)
81
- mimemagic (~> 0.3.2)
80
+ marcel (1.0.2)
82
81
  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)
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
95
  rack (2.2.3)
96
96
  rack-test (1.1.0)
97
97
  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)
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
108
  bundler (>= 1.3.0)
109
- railties (= 5.2.4.3)
109
+ railties (= 5.2.5)
110
110
  sprockets-rails (>= 2.0.0)
111
111
  rails-dom-testing (2.0.3)
112
112
  activesupport (>= 4.2.0)
113
113
  nokogiri (>= 1.6)
114
- rails-html-sanitizer (1.3.0)
114
+ rails-html-sanitizer (1.4.2)
115
115
  loofah (~> 2.3)
116
- railties (5.2.4.3)
117
- actionpack (= 5.2.4.3)
118
- activesupport (= 5.2.4.3)
116
+ railties (5.2.5)
117
+ actionpack (= 5.2.5)
118
+ activesupport (= 5.2.5)
119
119
  method_source
120
120
  rake (>= 0.8.7)
121
121
  thor (>= 0.19.0, < 2.0)
122
122
  rainbow (3.0.0)
123
- rake (13.0.1)
123
+ rake (13.0.6)
124
124
  rspec (3.5.0)
125
125
  rspec-core (~> 3.5.0)
126
126
  rspec-expectations (~> 3.5.0)
@@ -159,7 +159,7 @@ GEM
159
159
  unicode-display_width (>= 1.4.0, < 1.6)
160
160
  rubocop-performance (1.1.0)
161
161
  rubocop (>= 0.67.0)
162
- ruby-progressbar (1.10.1)
162
+ ruby-progressbar (1.11.0)
163
163
  simplecov (0.16.1)
164
164
  docile (~> 1.1)
165
165
  json (>= 1.8, < 3)
@@ -168,7 +168,7 @@ GEM
168
168
  sprockets (3.7.2)
169
169
  concurrent-ruby (~> 1.0)
170
170
  rack (> 1, < 3)
171
- sprockets-rails (3.2.1)
171
+ sprockets-rails (3.2.2)
172
172
  actionpack (>= 4.0)
173
173
  activesupport (>= 4.0)
174
174
  sprockets (>= 3.0.0)
@@ -176,16 +176,16 @@ GEM
176
176
  sync (0.5.0)
177
177
  term-ansicolor (1.7.1)
178
178
  tins (~> 1.0)
179
- test-unit (3.3.6)
179
+ test-unit (3.5.1)
180
180
  power_assert
181
- thor (1.0.1)
181
+ thor (1.1.0)
182
182
  thread_safe (0.3.6)
183
- tins (1.25.0)
183
+ tins (1.29.1)
184
184
  sync
185
- tzinfo (1.2.7)
185
+ tzinfo (1.2.9)
186
186
  thread_safe (~> 0.1)
187
187
  unicode-display_width (1.5.0)
188
- websocket-driver (0.7.2)
188
+ websocket-driver (0.7.5)
189
189
  websocket-extensions (>= 0.1.0)
190
190
  websocket-extensions (0.1.5)
191
191
 
@@ -196,7 +196,8 @@ DEPENDENCIES
196
196
  appraisal (~> 1.0.0)
197
197
  comma!
198
198
  coveralls
199
- rails (= 5.2.4.3)
199
+ minitest (= 5.14.4)
200
+ rails (= 5.2.5)
200
201
  rake (~> 13.0.1)
201
202
  rspec (~> 3.5.0)
202
203
  rspec-activemodel-mocks
@@ -209,4 +210,4 @@ DEPENDENCIES
209
210
  test-unit
210
211
 
211
212
  BUNDLED WITH
212
- 1.17.3
213
+ 2.1.4
@@ -6,7 +6,7 @@ gem "coveralls", :require => false
6
6
  gem "rubocop", "~> 0.67.2", :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.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.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
86
  jaro_winkler (1.5.4)
87
- json (2.3.0)
88
- loofah (2.5.0)
87
+ json (2.6.1)
88
+ loofah (2.12.0)
89
89
  crass (~> 1.0.2)
90
90
  nokogiri (>= 1.5.9)
91
91
  mail (2.7.1)
92
92
  mini_mime (>= 0.1.1)
93
- marcel (0.3.3)
94
- mimemagic (~> 0.3.2)
93
+ marcel (1.0.2)
95
94
  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)
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
108
  rack (2.2.3)
109
109
  rack-test (1.1.0)
110
110
  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)
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
123
  bundler (>= 1.3.0)
124
- railties (= 6.0.3.1)
124
+ railties (= 6.0.3.6)
125
125
  sprockets-rails (>= 2.0.0)
126
126
  rails-dom-testing (2.0.3)
127
127
  activesupport (>= 4.2.0)
128
128
  nokogiri (>= 1.6)
129
- rails-html-sanitizer (1.3.0)
129
+ rails-html-sanitizer (1.4.2)
130
130
  loofah (~> 2.3)
131
- railties (6.0.3.1)
132
- actionpack (= 6.0.3.1)
133
- activesupport (= 6.0.3.1)
131
+ railties (6.0.3.6)
132
+ actionpack (= 6.0.3.6)
133
+ activesupport (= 6.0.3.6)
134
134
  method_source
135
135
  rake (>= 0.8.7)
136
136
  thor (>= 0.20.3, < 2.0)
137
137
  rainbow (3.0.0)
138
- rake (13.0.1)
138
+ rake (13.0.6)
139
139
  rspec (3.5.0)
140
140
  rspec-core (~> 3.5.0)
141
141
  rspec-expectations (~> 3.5.0)
@@ -174,16 +174,16 @@ GEM
174
174
  unicode-display_width (>= 1.4.0, < 1.6)
175
175
  rubocop-performance (1.1.0)
176
176
  rubocop (>= 0.67.0)
177
- ruby-progressbar (1.10.1)
177
+ ruby-progressbar (1.11.0)
178
178
  simplecov (0.16.1)
179
179
  docile (~> 1.1)
180
180
  json (>= 1.8, < 3)
181
181
  simplecov-html (~> 0.10.0)
182
182
  simplecov-html (0.10.2)
183
- sprockets (3.7.2)
183
+ sprockets (4.0.2)
184
184
  concurrent-ruby (~> 1.0)
185
185
  rack (> 1, < 3)
186
- sprockets-rails (3.2.1)
186
+ sprockets-rails (3.2.2)
187
187
  actionpack (>= 4.0)
188
188
  activesupport (>= 4.0)
189
189
  sprockets (>= 3.0.0)
@@ -191,19 +191,19 @@ GEM
191
191
  sync (0.5.0)
192
192
  term-ansicolor (1.7.1)
193
193
  tins (~> 1.0)
194
- test-unit (3.3.6)
194
+ test-unit (3.5.1)
195
195
  power_assert
196
- thor (1.0.1)
196
+ thor (1.1.0)
197
197
  thread_safe (0.3.6)
198
- tins (1.25.0)
198
+ tins (1.29.1)
199
199
  sync
200
- tzinfo (1.2.7)
200
+ tzinfo (1.2.9)
201
201
  thread_safe (~> 0.1)
202
202
  unicode-display_width (1.5.0)
203
- websocket-driver (0.7.2)
203
+ websocket-driver (0.7.5)
204
204
  websocket-extensions (>= 0.1.0)
205
205
  websocket-extensions (0.1.5)
206
- zeitwerk (2.3.0)
206
+ zeitwerk (2.5.1)
207
207
 
208
208
  PLATFORMS
209
209
  ruby
@@ -212,7 +212,8 @@ DEPENDENCIES
212
212
  appraisal (~> 1.0.0)
213
213
  comma!
214
214
  coveralls
215
- rails (= 6.0.3.1)
215
+ minitest (= 5.14.4)
216
+ rails (= 6.0.3.6)
216
217
  rake (~> 13.0.1)
217
218
  rspec (~> 3.5.0)
218
219
  rspec-activemodel-mocks
@@ -224,4 +225,4 @@ DEPENDENCIES
224
225
  test-unit
225
226
 
226
227
  BUNDLED WITH
227
- 1.17.3
228
+ 2.1.4
@@ -6,7 +6,7 @@ gem "coveralls", :require => false
6
6
  gem "rubocop", "~> 0.67.2", :require => false
7
7
  gem "rubocop-performance", :require => false
8
8
  gem "sqlite3"
9
- gem "rails", "6.1.0"
9
+ gem "rails", "6.1.3.1"
10
10
  gem "rspec-rails"
11
11
  gem "test-unit"
12
12