comma 4.8.0 → 5.0.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.
- checksums.yaml +4 -4
- data/.github/copilot-instructions.md +56 -0
- data/.github/workflows/build.yml +3 -1
- data/Gemfile.lock +49 -34
- data/README.md +89 -9
- data/comma.gemspec +12 -2
- data/gemfiles/active6.0.6.gemfile.lock +41 -19
- data/gemfiles/active6.1.7.6.gemfile.lock +41 -19
- data/gemfiles/active7.0.8.gemfile.lock +40 -18
- data/gemfiles/active7.1.3.gemfile.lock +38 -24
- data/gemfiles/rails6.0.6.gemfile.lock +48 -42
- data/gemfiles/rails6.1.7.6.gemfile.lock +48 -42
- data/gemfiles/rails7.0.8.gemfile.lock +52 -26
- data/gemfiles/rails7.1.3.gemfile.lock +48 -32
- data/lib/comma/version.rb +1 -1
- data/lib/comma.rb +1 -0
- data/spec/gemspec_spec.rb +11 -0
- data/spec/spec_helper.rb +1 -0
- metadata +137 -8
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
comma (
|
|
4
|
+
comma (5.0.0)
|
|
5
5
|
activesupport (>= 4.2.0)
|
|
6
|
+
csv (>= 3.3)
|
|
6
7
|
|
|
7
8
|
GEM
|
|
8
9
|
remote: https://rubygems.org/
|
|
@@ -22,20 +23,29 @@ GEM
|
|
|
22
23
|
rake
|
|
23
24
|
thor (>= 0.14.0)
|
|
24
25
|
ast (2.4.2)
|
|
25
|
-
|
|
26
|
+
base64 (0.3.0)
|
|
27
|
+
benchmark (0.5.0)
|
|
28
|
+
bigdecimal (4.1.2)
|
|
29
|
+
cgi (0.3.6)
|
|
30
|
+
concurrent-ruby (1.3.6)
|
|
26
31
|
coveralls (0.8.23)
|
|
27
32
|
json (>= 1.8, < 3)
|
|
28
33
|
simplecov (~> 0.16.1)
|
|
29
34
|
term-ansicolor (~> 1.3)
|
|
30
35
|
thor (>= 0.19.4, < 2.0)
|
|
31
36
|
tins (~> 1.6)
|
|
37
|
+
csv (3.3.5)
|
|
32
38
|
diff-lcs (1.5.0)
|
|
33
39
|
docile (1.4.0)
|
|
34
|
-
|
|
40
|
+
drb (2.2.3)
|
|
41
|
+
i18n (1.14.8)
|
|
35
42
|
concurrent-ruby (~> 1.0)
|
|
36
43
|
json (2.7.1)
|
|
37
|
-
|
|
38
|
-
|
|
44
|
+
logger (1.7.0)
|
|
45
|
+
mini_portile2 (2.8.9)
|
|
46
|
+
minitest (5.27.0)
|
|
47
|
+
mutex_m (0.3.0)
|
|
48
|
+
ostruct (0.5.2)
|
|
39
49
|
parallel (1.24.0)
|
|
40
50
|
parser (3.3.0.4)
|
|
41
51
|
ast (~> 2.4.1)
|
|
@@ -45,26 +55,26 @@ GEM
|
|
|
45
55
|
rake (13.0.6)
|
|
46
56
|
regexp_parser (2.9.0)
|
|
47
57
|
rexml (3.2.6)
|
|
48
|
-
rspec (3.
|
|
49
|
-
rspec-core (~> 3.
|
|
50
|
-
rspec-expectations (~> 3.
|
|
51
|
-
rspec-mocks (~> 3.
|
|
58
|
+
rspec (3.13.0)
|
|
59
|
+
rspec-core (~> 3.13.0)
|
|
60
|
+
rspec-expectations (~> 3.13.0)
|
|
61
|
+
rspec-mocks (~> 3.13.0)
|
|
52
62
|
rspec-activemodel-mocks (1.2.0)
|
|
53
63
|
activemodel (>= 3.0)
|
|
54
64
|
activesupport (>= 3.0)
|
|
55
65
|
rspec-mocks (>= 2.99, < 4.0)
|
|
56
|
-
rspec-core (3.
|
|
57
|
-
rspec-support (~> 3.
|
|
58
|
-
rspec-expectations (3.
|
|
66
|
+
rspec-core (3.13.1)
|
|
67
|
+
rspec-support (~> 3.13.0)
|
|
68
|
+
rspec-expectations (3.13.3)
|
|
59
69
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
60
|
-
rspec-support (~> 3.
|
|
70
|
+
rspec-support (~> 3.13.0)
|
|
61
71
|
rspec-its (1.3.0)
|
|
62
72
|
rspec-core (>= 3.0.0)
|
|
63
73
|
rspec-expectations (>= 3.0.0)
|
|
64
|
-
rspec-mocks (3.
|
|
74
|
+
rspec-mocks (3.13.1)
|
|
65
75
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
66
|
-
rspec-support (~> 3.
|
|
67
|
-
rspec-support (3.
|
|
76
|
+
rspec-support (~> 3.13.0)
|
|
77
|
+
rspec-support (3.13.1)
|
|
68
78
|
rubocop (1.30.1)
|
|
69
79
|
parallel (~> 1.10)
|
|
70
80
|
parser (>= 3.1.0.0)
|
|
@@ -87,6 +97,8 @@ GEM
|
|
|
87
97
|
simplecov-html (0.10.2)
|
|
88
98
|
sqlite3 (1.7.0)
|
|
89
99
|
mini_portile2 (~> 2.8.0)
|
|
100
|
+
sqlite3 (1.7.0-x86_64-darwin)
|
|
101
|
+
sqlite3 (1.7.0-x86_64-linux)
|
|
90
102
|
sync (0.5.0)
|
|
91
103
|
term-ansicolor (1.7.1)
|
|
92
104
|
tins (~> 1.0)
|
|
@@ -99,16 +111,26 @@ GEM
|
|
|
99
111
|
|
|
100
112
|
PLATFORMS
|
|
101
113
|
ruby
|
|
114
|
+
x86_64-darwin-23
|
|
115
|
+
x86_64-linux
|
|
102
116
|
|
|
103
117
|
DEPENDENCIES
|
|
104
118
|
activerecord (= 7.0.8)
|
|
105
119
|
activesupport (= 7.0.8)
|
|
106
120
|
appraisal (~> 1.0.0)
|
|
121
|
+
base64
|
|
122
|
+
benchmark
|
|
123
|
+
bigdecimal
|
|
124
|
+
cgi
|
|
107
125
|
comma!
|
|
108
126
|
coveralls
|
|
109
|
-
|
|
127
|
+
drb
|
|
128
|
+
logger
|
|
129
|
+
minitest (= 5.27.0)
|
|
130
|
+
mutex_m
|
|
131
|
+
ostruct
|
|
110
132
|
rake (~> 13.0.1)
|
|
111
|
-
rspec (~> 3.
|
|
133
|
+
rspec (~> 3.13)
|
|
112
134
|
rspec-activemodel-mocks
|
|
113
135
|
rspec-its
|
|
114
136
|
rubocop (~> 1.30.0)
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
comma (
|
|
4
|
+
comma (5.0.0)
|
|
5
5
|
activesupport (>= 4.2.0)
|
|
6
|
+
csv (>= 3.3)
|
|
6
7
|
|
|
7
8
|
GEM
|
|
8
9
|
remote: https://rubygems.org/
|
|
@@ -28,26 +29,30 @@ GEM
|
|
|
28
29
|
rake
|
|
29
30
|
thor (>= 0.14.0)
|
|
30
31
|
ast (2.4.2)
|
|
31
|
-
base64 (0.
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
base64 (0.3.0)
|
|
33
|
+
benchmark (0.5.0)
|
|
34
|
+
bigdecimal (4.1.2)
|
|
35
|
+
cgi (0.3.6)
|
|
36
|
+
concurrent-ruby (1.3.6)
|
|
37
|
+
connection_pool (2.5.5)
|
|
35
38
|
coveralls (0.8.23)
|
|
36
39
|
json (>= 1.8, < 3)
|
|
37
40
|
simplecov (~> 0.16.1)
|
|
38
41
|
term-ansicolor (~> 1.3)
|
|
39
42
|
thor (>= 0.19.4, < 2.0)
|
|
40
43
|
tins (~> 1.6)
|
|
44
|
+
csv (3.3.5)
|
|
41
45
|
diff-lcs (1.5.0)
|
|
42
46
|
docile (1.4.0)
|
|
43
|
-
drb (2.2.
|
|
44
|
-
|
|
45
|
-
i18n (1.14.1)
|
|
47
|
+
drb (2.2.3)
|
|
48
|
+
i18n (1.14.8)
|
|
46
49
|
concurrent-ruby (~> 1.0)
|
|
47
50
|
json (2.7.1)
|
|
51
|
+
logger (1.7.0)
|
|
48
52
|
mini_portile2 (2.8.5)
|
|
49
|
-
minitest (5.
|
|
50
|
-
mutex_m (0.
|
|
53
|
+
minitest (5.27.0)
|
|
54
|
+
mutex_m (0.3.0)
|
|
55
|
+
ostruct (0.5.2)
|
|
51
56
|
parallel (1.24.0)
|
|
52
57
|
parser (3.3.0.4)
|
|
53
58
|
ast (~> 2.4.1)
|
|
@@ -57,26 +62,26 @@ GEM
|
|
|
57
62
|
rake (13.0.6)
|
|
58
63
|
regexp_parser (2.9.0)
|
|
59
64
|
rexml (3.2.6)
|
|
60
|
-
rspec (3.
|
|
61
|
-
rspec-core (~> 3.
|
|
62
|
-
rspec-expectations (~> 3.
|
|
63
|
-
rspec-mocks (~> 3.
|
|
65
|
+
rspec (3.13.0)
|
|
66
|
+
rspec-core (~> 3.13.0)
|
|
67
|
+
rspec-expectations (~> 3.13.0)
|
|
68
|
+
rspec-mocks (~> 3.13.0)
|
|
64
69
|
rspec-activemodel-mocks (1.2.0)
|
|
65
70
|
activemodel (>= 3.0)
|
|
66
71
|
activesupport (>= 3.0)
|
|
67
72
|
rspec-mocks (>= 2.99, < 4.0)
|
|
68
|
-
rspec-core (3.
|
|
69
|
-
rspec-support (~> 3.
|
|
70
|
-
rspec-expectations (3.
|
|
73
|
+
rspec-core (3.13.1)
|
|
74
|
+
rspec-support (~> 3.13.0)
|
|
75
|
+
rspec-expectations (3.13.3)
|
|
71
76
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
72
|
-
rspec-support (~> 3.
|
|
77
|
+
rspec-support (~> 3.13.0)
|
|
73
78
|
rspec-its (1.3.0)
|
|
74
79
|
rspec-core (>= 3.0.0)
|
|
75
80
|
rspec-expectations (>= 3.0.0)
|
|
76
|
-
rspec-mocks (3.
|
|
81
|
+
rspec-mocks (3.13.1)
|
|
77
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
78
|
-
rspec-support (~> 3.
|
|
79
|
-
rspec-support (3.
|
|
83
|
+
rspec-support (~> 3.13.0)
|
|
84
|
+
rspec-support (3.13.1)
|
|
80
85
|
rubocop (1.30.1)
|
|
81
86
|
parallel (~> 1.10)
|
|
82
87
|
parser (>= 3.1.0.0)
|
|
@@ -92,7 +97,6 @@ GEM
|
|
|
92
97
|
rubocop (>= 1.7.0, < 2.0)
|
|
93
98
|
rubocop-ast (>= 0.4.0)
|
|
94
99
|
ruby-progressbar (1.13.0)
|
|
95
|
-
ruby2_keywords (0.0.5)
|
|
96
100
|
simplecov (0.16.1)
|
|
97
101
|
docile (~> 1.1)
|
|
98
102
|
json (>= 1.8, < 3)
|
|
@@ -100,6 +104,7 @@ GEM
|
|
|
100
104
|
simplecov-html (0.10.2)
|
|
101
105
|
sqlite3 (1.7.0)
|
|
102
106
|
mini_portile2 (~> 2.8.0)
|
|
107
|
+
sqlite3 (1.7.0-x86_64-linux)
|
|
103
108
|
sync (0.5.0)
|
|
104
109
|
term-ansicolor (1.7.1)
|
|
105
110
|
tins (~> 1.0)
|
|
@@ -113,16 +118,25 @@ GEM
|
|
|
113
118
|
|
|
114
119
|
PLATFORMS
|
|
115
120
|
ruby
|
|
121
|
+
x86_64-linux
|
|
116
122
|
|
|
117
123
|
DEPENDENCIES
|
|
118
124
|
activerecord (= 7.1.3)
|
|
119
125
|
activesupport (= 7.1.3)
|
|
120
126
|
appraisal (~> 1.0.0)
|
|
127
|
+
base64
|
|
128
|
+
benchmark
|
|
129
|
+
bigdecimal
|
|
130
|
+
cgi
|
|
121
131
|
comma!
|
|
122
132
|
coveralls
|
|
123
|
-
|
|
133
|
+
drb
|
|
134
|
+
logger
|
|
135
|
+
minitest (= 5.27.0)
|
|
136
|
+
mutex_m
|
|
137
|
+
ostruct
|
|
124
138
|
rake (~> 13.0.1)
|
|
125
|
-
rspec (~> 3.
|
|
139
|
+
rspec (~> 3.13)
|
|
126
140
|
rspec-activemodel-mocks
|
|
127
141
|
rspec-its
|
|
128
142
|
rubocop (~> 1.30.0)
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
comma (
|
|
4
|
+
comma (5.0.0)
|
|
5
5
|
activesupport (>= 4.2.0)
|
|
6
|
+
csv (>= 3.3)
|
|
6
7
|
|
|
7
8
|
GEM
|
|
8
9
|
remote: https://rubygems.org/
|
|
@@ -67,8 +68,12 @@ GEM
|
|
|
67
68
|
rake
|
|
68
69
|
thor (>= 0.14.0)
|
|
69
70
|
ast (2.4.2)
|
|
71
|
+
base64 (0.3.0)
|
|
72
|
+
benchmark (0.5.0)
|
|
73
|
+
bigdecimal (4.1.2)
|
|
70
74
|
builder (3.2.4)
|
|
71
|
-
|
|
75
|
+
cgi (0.3.6)
|
|
76
|
+
concurrent-ruby (1.3.6)
|
|
72
77
|
coveralls (0.8.23)
|
|
73
78
|
json (>= 1.8, < 3)
|
|
74
79
|
simplecov (~> 0.16.1)
|
|
@@ -76,15 +81,18 @@ GEM
|
|
|
76
81
|
thor (>= 0.19.4, < 2.0)
|
|
77
82
|
tins (~> 1.6)
|
|
78
83
|
crass (1.0.6)
|
|
84
|
+
csv (3.3.5)
|
|
79
85
|
date (3.3.4)
|
|
80
86
|
diff-lcs (1.5.0)
|
|
81
87
|
docile (1.4.0)
|
|
88
|
+
drb (2.2.3)
|
|
82
89
|
erubi (1.12.0)
|
|
83
90
|
globalid (1.1.0)
|
|
84
91
|
activesupport (>= 5.0)
|
|
85
|
-
i18n (1.14.
|
|
92
|
+
i18n (1.14.8)
|
|
86
93
|
concurrent-ruby (~> 1.0)
|
|
87
94
|
json (2.7.1)
|
|
95
|
+
logger (1.7.0)
|
|
88
96
|
loofah (2.22.0)
|
|
89
97
|
crass (~> 1.0.2)
|
|
90
98
|
nokogiri (>= 1.12.0)
|
|
@@ -96,8 +104,9 @@ GEM
|
|
|
96
104
|
marcel (1.0.2)
|
|
97
105
|
method_source (1.0.0)
|
|
98
106
|
mini_mime (1.1.5)
|
|
99
|
-
mini_portile2 (2.8.
|
|
100
|
-
minitest (5.
|
|
107
|
+
mini_portile2 (2.8.9)
|
|
108
|
+
minitest (5.27.0)
|
|
109
|
+
mutex_m (0.3.0)
|
|
101
110
|
net-imap (0.4.9.1)
|
|
102
111
|
date
|
|
103
112
|
net-protocol
|
|
@@ -111,16 +120,11 @@ GEM
|
|
|
111
120
|
nokogiri (1.16.0)
|
|
112
121
|
mini_portile2 (~> 2.8.2)
|
|
113
122
|
racc (~> 1.4)
|
|
114
|
-
nokogiri (1.16.0-
|
|
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)
|
|
123
|
+
nokogiri (1.16.0-x86_64-darwin)
|
|
121
124
|
racc (~> 1.4)
|
|
122
125
|
nokogiri (1.16.0-x86_64-linux)
|
|
123
126
|
racc (~> 1.4)
|
|
127
|
+
ostruct (0.5.2)
|
|
124
128
|
parallel (1.24.0)
|
|
125
129
|
parser (3.3.0.4)
|
|
126
130
|
ast (~> 2.4.1)
|
|
@@ -162,34 +166,34 @@ GEM
|
|
|
162
166
|
rake (13.0.6)
|
|
163
167
|
regexp_parser (2.9.0)
|
|
164
168
|
rexml (3.2.6)
|
|
165
|
-
rspec (3.
|
|
166
|
-
rspec-core (~> 3.
|
|
167
|
-
rspec-expectations (~> 3.
|
|
168
|
-
rspec-mocks (~> 3.
|
|
169
|
+
rspec (3.13.2)
|
|
170
|
+
rspec-core (~> 3.13.0)
|
|
171
|
+
rspec-expectations (~> 3.13.0)
|
|
172
|
+
rspec-mocks (~> 3.13.0)
|
|
169
173
|
rspec-activemodel-mocks (1.2.0)
|
|
170
174
|
activemodel (>= 3.0)
|
|
171
175
|
activesupport (>= 3.0)
|
|
172
176
|
rspec-mocks (>= 2.99, < 4.0)
|
|
173
|
-
rspec-core (3.
|
|
174
|
-
rspec-support (~> 3.
|
|
175
|
-
rspec-expectations (3.5
|
|
177
|
+
rspec-core (3.13.6)
|
|
178
|
+
rspec-support (~> 3.13.0)
|
|
179
|
+
rspec-expectations (3.13.5)
|
|
176
180
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
177
|
-
rspec-support (~> 3.
|
|
181
|
+
rspec-support (~> 3.13.0)
|
|
178
182
|
rspec-its (1.3.0)
|
|
179
183
|
rspec-core (>= 3.0.0)
|
|
180
184
|
rspec-expectations (>= 3.0.0)
|
|
181
|
-
rspec-mocks (3.
|
|
185
|
+
rspec-mocks (3.13.8)
|
|
182
186
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
183
|
-
rspec-support (~> 3.
|
|
184
|
-
rspec-rails (
|
|
185
|
-
actionpack (>=
|
|
186
|
-
activesupport (>=
|
|
187
|
-
railties (>=
|
|
188
|
-
rspec-core (~> 3.
|
|
189
|
-
rspec-expectations (~> 3.
|
|
190
|
-
rspec-mocks (~> 3.
|
|
191
|
-
rspec-support (~> 3.
|
|
192
|
-
rspec-support (3.
|
|
187
|
+
rspec-support (~> 3.13.0)
|
|
188
|
+
rspec-rails (5.1.2)
|
|
189
|
+
actionpack (>= 5.2)
|
|
190
|
+
activesupport (>= 5.2)
|
|
191
|
+
railties (>= 5.2)
|
|
192
|
+
rspec-core (~> 3.10)
|
|
193
|
+
rspec-expectations (~> 3.10)
|
|
194
|
+
rspec-mocks (~> 3.10)
|
|
195
|
+
rspec-support (~> 3.10)
|
|
196
|
+
rspec-support (3.13.7)
|
|
193
197
|
rubocop (1.30.1)
|
|
194
198
|
parallel (~> 1.10)
|
|
195
199
|
parser (>= 3.1.0.0)
|
|
@@ -219,10 +223,7 @@ GEM
|
|
|
219
223
|
sprockets (>= 3.0.0)
|
|
220
224
|
sqlite3 (1.7.0)
|
|
221
225
|
mini_portile2 (~> 2.8.0)
|
|
222
|
-
sqlite3 (1.7.0-
|
|
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-darwin)
|
|
226
227
|
sqlite3 (1.7.0-x86_64-linux)
|
|
227
228
|
sync (0.5.0)
|
|
228
229
|
term-ansicolor (1.7.1)
|
|
@@ -240,24 +241,29 @@ GEM
|
|
|
240
241
|
websocket-driver (0.7.6)
|
|
241
242
|
websocket-extensions (>= 0.1.0)
|
|
242
243
|
websocket-extensions (0.1.5)
|
|
243
|
-
zeitwerk (2.6.
|
|
244
|
+
zeitwerk (2.6.18)
|
|
244
245
|
|
|
245
246
|
PLATFORMS
|
|
246
|
-
aarch64-linux
|
|
247
|
-
arm-linux
|
|
248
|
-
arm64-darwin
|
|
249
247
|
ruby
|
|
250
|
-
|
|
248
|
+
x86_64-darwin-23
|
|
251
249
|
x86_64-linux
|
|
252
250
|
|
|
253
251
|
DEPENDENCIES
|
|
254
252
|
appraisal (~> 1.0.0)
|
|
253
|
+
base64
|
|
254
|
+
benchmark
|
|
255
|
+
bigdecimal
|
|
256
|
+
cgi
|
|
255
257
|
comma!
|
|
256
258
|
coveralls
|
|
257
|
-
|
|
259
|
+
drb
|
|
260
|
+
logger
|
|
261
|
+
minitest (= 5.27.0)
|
|
262
|
+
mutex_m
|
|
263
|
+
ostruct
|
|
258
264
|
rails (= 6.0.6)
|
|
259
265
|
rake (~> 13.0.1)
|
|
260
|
-
rspec (~> 3.
|
|
266
|
+
rspec (~> 3.13)
|
|
261
267
|
rspec-activemodel-mocks
|
|
262
268
|
rspec-its
|
|
263
269
|
rspec-rails
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ..
|
|
3
3
|
specs:
|
|
4
|
-
comma (
|
|
4
|
+
comma (5.0.0)
|
|
5
5
|
activesupport (>= 4.2.0)
|
|
6
|
+
csv (>= 3.3)
|
|
6
7
|
|
|
7
8
|
GEM
|
|
8
9
|
remote: https://rubygems.org/
|
|
@@ -71,8 +72,12 @@ GEM
|
|
|
71
72
|
rake
|
|
72
73
|
thor (>= 0.14.0)
|
|
73
74
|
ast (2.4.2)
|
|
75
|
+
base64 (0.3.0)
|
|
76
|
+
benchmark (0.5.0)
|
|
77
|
+
bigdecimal (4.1.2)
|
|
74
78
|
builder (3.2.4)
|
|
75
|
-
|
|
79
|
+
cgi (0.3.6)
|
|
80
|
+
concurrent-ruby (1.3.6)
|
|
76
81
|
coveralls (0.8.23)
|
|
77
82
|
json (>= 1.8, < 3)
|
|
78
83
|
simplecov (~> 0.16.1)
|
|
@@ -80,15 +85,18 @@ GEM
|
|
|
80
85
|
thor (>= 0.19.4, < 2.0)
|
|
81
86
|
tins (~> 1.6)
|
|
82
87
|
crass (1.0.6)
|
|
88
|
+
csv (3.3.5)
|
|
83
89
|
date (3.3.4)
|
|
84
90
|
diff-lcs (1.5.0)
|
|
85
91
|
docile (1.4.0)
|
|
92
|
+
drb (2.2.3)
|
|
86
93
|
erubi (1.12.0)
|
|
87
94
|
globalid (1.2.1)
|
|
88
95
|
activesupport (>= 6.1)
|
|
89
|
-
i18n (1.14.
|
|
96
|
+
i18n (1.14.8)
|
|
90
97
|
concurrent-ruby (~> 1.0)
|
|
91
98
|
json (2.7.1)
|
|
99
|
+
logger (1.7.0)
|
|
92
100
|
loofah (2.22.0)
|
|
93
101
|
crass (~> 1.0.2)
|
|
94
102
|
nokogiri (>= 1.12.0)
|
|
@@ -100,8 +108,9 @@ GEM
|
|
|
100
108
|
marcel (1.0.2)
|
|
101
109
|
method_source (1.0.0)
|
|
102
110
|
mini_mime (1.1.5)
|
|
103
|
-
mini_portile2 (2.8.
|
|
104
|
-
minitest (5.
|
|
111
|
+
mini_portile2 (2.8.9)
|
|
112
|
+
minitest (5.27.0)
|
|
113
|
+
mutex_m (0.3.0)
|
|
105
114
|
net-imap (0.4.9.1)
|
|
106
115
|
date
|
|
107
116
|
net-protocol
|
|
@@ -115,16 +124,11 @@ GEM
|
|
|
115
124
|
nokogiri (1.16.0)
|
|
116
125
|
mini_portile2 (~> 2.8.2)
|
|
117
126
|
racc (~> 1.4)
|
|
118
|
-
nokogiri (1.16.0-
|
|
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)
|
|
127
|
+
nokogiri (1.16.0-x86_64-darwin)
|
|
125
128
|
racc (~> 1.4)
|
|
126
129
|
nokogiri (1.16.0-x86_64-linux)
|
|
127
130
|
racc (~> 1.4)
|
|
131
|
+
ostruct (0.5.2)
|
|
128
132
|
parallel (1.24.0)
|
|
129
133
|
parser (3.3.0.4)
|
|
130
134
|
ast (~> 2.4.1)
|
|
@@ -166,34 +170,34 @@ GEM
|
|
|
166
170
|
rake (13.0.6)
|
|
167
171
|
regexp_parser (2.9.0)
|
|
168
172
|
rexml (3.2.6)
|
|
169
|
-
rspec (3.
|
|
170
|
-
rspec-core (~> 3.
|
|
171
|
-
rspec-expectations (~> 3.
|
|
172
|
-
rspec-mocks (~> 3.
|
|
173
|
+
rspec (3.13.0)
|
|
174
|
+
rspec-core (~> 3.13.0)
|
|
175
|
+
rspec-expectations (~> 3.13.0)
|
|
176
|
+
rspec-mocks (~> 3.13.0)
|
|
173
177
|
rspec-activemodel-mocks (1.2.0)
|
|
174
178
|
activemodel (>= 3.0)
|
|
175
179
|
activesupport (>= 3.0)
|
|
176
180
|
rspec-mocks (>= 2.99, < 4.0)
|
|
177
|
-
rspec-core (3.
|
|
178
|
-
rspec-support (~> 3.
|
|
179
|
-
rspec-expectations (3.
|
|
181
|
+
rspec-core (3.13.1)
|
|
182
|
+
rspec-support (~> 3.13.0)
|
|
183
|
+
rspec-expectations (3.13.3)
|
|
180
184
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
181
|
-
rspec-support (~> 3.
|
|
185
|
+
rspec-support (~> 3.13.0)
|
|
182
186
|
rspec-its (1.3.0)
|
|
183
187
|
rspec-core (>= 3.0.0)
|
|
184
188
|
rspec-expectations (>= 3.0.0)
|
|
185
|
-
rspec-mocks (3.
|
|
189
|
+
rspec-mocks (3.13.1)
|
|
186
190
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
187
|
-
rspec-support (~> 3.
|
|
188
|
-
rspec-rails (
|
|
189
|
-
actionpack (>=
|
|
190
|
-
activesupport (>=
|
|
191
|
-
railties (>=
|
|
192
|
-
rspec-core (~> 3.
|
|
193
|
-
rspec-expectations (~> 3.
|
|
194
|
-
rspec-mocks (~> 3.
|
|
195
|
-
rspec-support (~> 3.
|
|
196
|
-
rspec-support (3.
|
|
191
|
+
rspec-support (~> 3.13.0)
|
|
192
|
+
rspec-rails (6.1.5)
|
|
193
|
+
actionpack (>= 6.1)
|
|
194
|
+
activesupport (>= 6.1)
|
|
195
|
+
railties (>= 6.1)
|
|
196
|
+
rspec-core (~> 3.13)
|
|
197
|
+
rspec-expectations (~> 3.13)
|
|
198
|
+
rspec-mocks (~> 3.13)
|
|
199
|
+
rspec-support (~> 3.13)
|
|
200
|
+
rspec-support (3.13.1)
|
|
197
201
|
rubocop (1.30.1)
|
|
198
202
|
parallel (~> 1.10)
|
|
199
203
|
parser (>= 3.1.0.0)
|
|
@@ -223,10 +227,7 @@ GEM
|
|
|
223
227
|
sprockets (>= 3.0.0)
|
|
224
228
|
sqlite3 (1.7.0)
|
|
225
229
|
mini_portile2 (~> 2.8.0)
|
|
226
|
-
sqlite3 (1.7.0-
|
|
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-darwin)
|
|
230
231
|
sqlite3 (1.7.0-x86_64-linux)
|
|
231
232
|
sync (0.5.0)
|
|
232
233
|
term-ansicolor (1.7.1)
|
|
@@ -243,24 +244,29 @@ GEM
|
|
|
243
244
|
websocket-driver (0.7.6)
|
|
244
245
|
websocket-extensions (>= 0.1.0)
|
|
245
246
|
websocket-extensions (0.1.5)
|
|
246
|
-
zeitwerk (2.6.
|
|
247
|
+
zeitwerk (2.6.18)
|
|
247
248
|
|
|
248
249
|
PLATFORMS
|
|
249
|
-
aarch64-linux
|
|
250
|
-
arm-linux
|
|
251
|
-
arm64-darwin
|
|
252
250
|
ruby
|
|
253
|
-
|
|
251
|
+
x86_64-darwin-23
|
|
254
252
|
x86_64-linux
|
|
255
253
|
|
|
256
254
|
DEPENDENCIES
|
|
257
255
|
appraisal (~> 1.0.0)
|
|
256
|
+
base64
|
|
257
|
+
benchmark
|
|
258
|
+
bigdecimal
|
|
259
|
+
cgi
|
|
258
260
|
comma!
|
|
259
261
|
coveralls
|
|
260
|
-
|
|
262
|
+
drb
|
|
263
|
+
logger
|
|
264
|
+
minitest (= 5.27.0)
|
|
265
|
+
mutex_m
|
|
266
|
+
ostruct
|
|
261
267
|
rails (= 6.1.7.6)
|
|
262
268
|
rake (~> 13.0.1)
|
|
263
|
-
rspec (~> 3.
|
|
269
|
+
rspec (~> 3.13)
|
|
264
270
|
rspec-activemodel-mocks
|
|
265
271
|
rspec-its
|
|
266
272
|
rspec-rails
|