tdc 0.6.1 → 1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +7 -1
- data/.ruby-version +1 -1
- data/Appraisals +4 -4
- data/CHANGELOG.md +15 -1
- data/gemfiles/rails_7.gemfile +1 -1
- data/gemfiles/rails_7.gemfile.lock +192 -156
- data/gemfiles/{rails_6_1.gemfile → rails_7_1.gemfile} +1 -1
- data/gemfiles/rails_7_1.gemfile.lock +339 -0
- data/lib/tdc/definition_resolvers/tag_resolver.rb +2 -0
- data/lib/tdc/generators/catalog_entries.rb +1 -1
- data/lib/tdc/version.rb +1 -1
- data/tdc.gemspec +9 -10
- metadata +24 -25
- data/gemfiles/rails_6_1.gemfile.lock +0 -274
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a69f764e6f93543b72af27f9a0eb836facc587760fc048a07e707826e4e7091
|
4
|
+
data.tar.gz: f46a558dde529aed72e854f072f150fd5c322cfc78b2552fa1ef5aeb862a6be3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fedca3fe8d2292531e2d0cbbcc11e4f40e2d27471aa4dc07cc1de26f96ff2b9bed5bad0f513373729686c44e81a666d3e54a5928081626851444ab60bcc72d4
|
7
|
+
data.tar.gz: 0fc7c07105dc4159cd87df5d6fd99323837b55c32cb2648a704c33e8eab13e031e4903c1f14de4d659aa35615d185dbb18e06e8e33fbddaebea7f318a071180c
|
data/.rubocop.yml
CHANGED
@@ -1,14 +1,18 @@
|
|
1
1
|
require:
|
2
|
+
- rubocop-performance
|
2
3
|
- rubocop-rake
|
3
4
|
- rubocop-rspec
|
4
5
|
|
5
6
|
AllCops:
|
6
7
|
NewCops: enable
|
7
|
-
TargetRubyVersion: 3.
|
8
|
+
TargetRubyVersion: 3.1
|
8
9
|
|
9
10
|
Exclude:
|
10
11
|
- 'bin/**/*'
|
11
12
|
|
13
|
+
Gemspec/DevelopmentDependencies:
|
14
|
+
EnforcedStyle: gemspec
|
15
|
+
|
12
16
|
Layout/LineLength:
|
13
17
|
Max: 120
|
14
18
|
|
@@ -82,6 +86,8 @@ Style/FrozenStringLiteralComment:
|
|
82
86
|
|
83
87
|
# We like to use the hash rocket in rake files.
|
84
88
|
Style/HashSyntax:
|
89
|
+
EnforcedShorthandSyntax: never
|
90
|
+
EnforcedStyle: ruby19
|
85
91
|
Exclude:
|
86
92
|
- 'Rakefile'
|
87
93
|
|
data/.ruby-version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.
|
1
|
+
3.2.4
|
data/Appraisals
CHANGED
data/CHANGELOG.md
CHANGED
@@ -6,9 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
|
9
|
+
## [1.0] - 2024-08-16
|
10
|
+
|
11
|
+
- Support Rails 7.0.x and 7.1.x
|
12
|
+
- Support Ruby 3.1
|
13
|
+
|
14
|
+
#### Breaking Changes
|
15
|
+
|
16
|
+
- Drop support for Ruby 3.0
|
17
|
+
- Drop support for Rails 6.1
|
18
|
+
|
19
|
+
## [0.6.2] - 2024-03-05
|
20
|
+
|
21
|
+
- Better error message when a tag cannot be resolved
|
22
|
+
|
9
23
|
## [0.6.1] - 2023-05-30
|
10
24
|
|
11
|
-
|
25
|
+
- Compatibility with Psych 4 (and therefore Ruby 3.1)
|
12
26
|
|
13
27
|
## [0.6.0] - 2023-03-13
|
14
28
|
|
data/gemfiles/rails_7.gemfile
CHANGED
@@ -1,80 +1,80 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ..
|
3
3
|
specs:
|
4
|
-
tdc (
|
5
|
-
activesupport (>=
|
4
|
+
tdc (1.0)
|
5
|
+
activesupport (>= 7.0, < 7.2)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
actioncable (7.0.4
|
11
|
-
actionpack (= 7.0.4
|
12
|
-
activesupport (= 7.0.4
|
10
|
+
actioncable (7.0.8.4)
|
11
|
+
actionpack (= 7.0.8.4)
|
12
|
+
activesupport (= 7.0.8.4)
|
13
13
|
nio4r (~> 2.0)
|
14
14
|
websocket-driver (>= 0.6.1)
|
15
|
-
actionmailbox (7.0.4
|
16
|
-
actionpack (= 7.0.4
|
17
|
-
activejob (= 7.0.4
|
18
|
-
activerecord (= 7.0.4
|
19
|
-
activestorage (= 7.0.4
|
20
|
-
activesupport (= 7.0.4
|
15
|
+
actionmailbox (7.0.8.4)
|
16
|
+
actionpack (= 7.0.8.4)
|
17
|
+
activejob (= 7.0.8.4)
|
18
|
+
activerecord (= 7.0.8.4)
|
19
|
+
activestorage (= 7.0.8.4)
|
20
|
+
activesupport (= 7.0.8.4)
|
21
21
|
mail (>= 2.7.1)
|
22
22
|
net-imap
|
23
23
|
net-pop
|
24
24
|
net-smtp
|
25
|
-
actionmailer (7.0.4
|
26
|
-
actionpack (= 7.0.4
|
27
|
-
actionview (= 7.0.4
|
28
|
-
activejob (= 7.0.4
|
29
|
-
activesupport (= 7.0.4
|
25
|
+
actionmailer (7.0.8.4)
|
26
|
+
actionpack (= 7.0.8.4)
|
27
|
+
actionview (= 7.0.8.4)
|
28
|
+
activejob (= 7.0.8.4)
|
29
|
+
activesupport (= 7.0.8.4)
|
30
30
|
mail (~> 2.5, >= 2.5.4)
|
31
31
|
net-imap
|
32
32
|
net-pop
|
33
33
|
net-smtp
|
34
34
|
rails-dom-testing (~> 2.0)
|
35
|
-
actionpack (7.0.4
|
36
|
-
actionview (= 7.0.4
|
37
|
-
activesupport (= 7.0.4
|
38
|
-
rack (~> 2.0, >= 2.2.
|
35
|
+
actionpack (7.0.8.4)
|
36
|
+
actionview (= 7.0.8.4)
|
37
|
+
activesupport (= 7.0.8.4)
|
38
|
+
rack (~> 2.0, >= 2.2.4)
|
39
39
|
rack-test (>= 0.6.3)
|
40
40
|
rails-dom-testing (~> 2.0)
|
41
41
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
42
|
-
actiontext (7.0.4
|
43
|
-
actionpack (= 7.0.4
|
44
|
-
activerecord (= 7.0.4
|
45
|
-
activestorage (= 7.0.4
|
46
|
-
activesupport (= 7.0.4
|
42
|
+
actiontext (7.0.8.4)
|
43
|
+
actionpack (= 7.0.8.4)
|
44
|
+
activerecord (= 7.0.8.4)
|
45
|
+
activestorage (= 7.0.8.4)
|
46
|
+
activesupport (= 7.0.8.4)
|
47
47
|
globalid (>= 0.6.0)
|
48
48
|
nokogiri (>= 1.8.5)
|
49
|
-
actionview (7.0.4
|
50
|
-
activesupport (= 7.0.4
|
49
|
+
actionview (7.0.8.4)
|
50
|
+
activesupport (= 7.0.8.4)
|
51
51
|
builder (~> 3.1)
|
52
52
|
erubi (~> 1.4)
|
53
53
|
rails-dom-testing (~> 2.0)
|
54
54
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
55
|
-
activejob (7.0.4
|
56
|
-
activesupport (= 7.0.4
|
55
|
+
activejob (7.0.8.4)
|
56
|
+
activesupport (= 7.0.8.4)
|
57
57
|
globalid (>= 0.3.6)
|
58
|
-
activemodel (7.0.4
|
59
|
-
activesupport (= 7.0.4
|
60
|
-
activerecord (7.0.4
|
61
|
-
activemodel (= 7.0.4
|
62
|
-
activesupport (= 7.0.4
|
63
|
-
activestorage (7.0.4
|
64
|
-
actionpack (= 7.0.4
|
65
|
-
activejob (= 7.0.4
|
66
|
-
activerecord (= 7.0.4
|
67
|
-
activesupport (= 7.0.4
|
58
|
+
activemodel (7.0.8.4)
|
59
|
+
activesupport (= 7.0.8.4)
|
60
|
+
activerecord (7.0.8.4)
|
61
|
+
activemodel (= 7.0.8.4)
|
62
|
+
activesupport (= 7.0.8.4)
|
63
|
+
activestorage (7.0.8.4)
|
64
|
+
actionpack (= 7.0.8.4)
|
65
|
+
activejob (= 7.0.8.4)
|
66
|
+
activerecord (= 7.0.8.4)
|
67
|
+
activesupport (= 7.0.8.4)
|
68
68
|
marcel (~> 1.0)
|
69
69
|
mini_mime (>= 1.1.0)
|
70
|
-
activesupport (7.0.4
|
70
|
+
activesupport (7.0.8.4)
|
71
71
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
72
72
|
i18n (>= 1.6, < 2)
|
73
73
|
minitest (>= 5.1)
|
74
74
|
tzinfo (~> 2.0)
|
75
|
-
addressable (2.8.
|
76
|
-
public_suffix (>= 2.0.2, <
|
77
|
-
appraisal (2.
|
75
|
+
addressable (2.8.7)
|
76
|
+
public_suffix (>= 2.0.2, < 7.0)
|
77
|
+
appraisal (2.5.0)
|
78
78
|
bundler
|
79
79
|
rake
|
80
80
|
thor (>= 0.14.0)
|
@@ -83,189 +83,225 @@ GEM
|
|
83
83
|
descendants_tracker (~> 0.0.4)
|
84
84
|
ice_nine (~> 0.11.0)
|
85
85
|
thread_safe (~> 0.3, >= 0.3.1)
|
86
|
-
|
86
|
+
bigdecimal (3.1.8)
|
87
|
+
builder (3.3.0)
|
88
|
+
childprocess (5.1.0)
|
89
|
+
logger (~> 1.5)
|
87
90
|
coercible (1.0.0)
|
88
91
|
descendants_tracker (~> 0.0.1)
|
89
|
-
concurrent-ruby (1.
|
92
|
+
concurrent-ruby (1.3.4)
|
90
93
|
crass (1.0.6)
|
91
|
-
date (3.3.
|
94
|
+
date (3.3.4)
|
92
95
|
descendants_tracker (0.0.4)
|
93
96
|
thread_safe (~> 0.3, >= 0.3.1)
|
94
|
-
diff-lcs (1.5.
|
95
|
-
docile (1.4.
|
96
|
-
|
97
|
-
|
98
|
-
|
97
|
+
diff-lcs (1.5.1)
|
98
|
+
docile (1.4.1)
|
99
|
+
dry-configurable (1.2.0)
|
100
|
+
dry-core (~> 1.0, < 2)
|
101
|
+
zeitwerk (~> 2.6)
|
102
|
+
dry-core (1.0.1)
|
103
|
+
concurrent-ruby (~> 1.0)
|
104
|
+
zeitwerk (~> 2.6)
|
105
|
+
dry-inflector (1.1.0)
|
106
|
+
dry-initializer (3.1.1)
|
107
|
+
dry-logic (1.5.0)
|
108
|
+
concurrent-ruby (~> 1.0)
|
109
|
+
dry-core (~> 1.0, < 2)
|
110
|
+
zeitwerk (~> 2.6)
|
111
|
+
dry-schema (1.13.4)
|
112
|
+
concurrent-ruby (~> 1.0)
|
113
|
+
dry-configurable (~> 1.0, >= 1.0.1)
|
114
|
+
dry-core (~> 1.0, < 2)
|
115
|
+
dry-initializer (~> 3.0)
|
116
|
+
dry-logic (>= 1.4, < 2)
|
117
|
+
dry-types (>= 1.7, < 2)
|
118
|
+
zeitwerk (~> 2.6)
|
119
|
+
dry-types (1.7.2)
|
120
|
+
bigdecimal (~> 3.0)
|
121
|
+
concurrent-ruby (~> 1.0)
|
122
|
+
dry-core (~> 1.0)
|
123
|
+
dry-inflector (~> 1.0)
|
124
|
+
dry-logic (~> 1.4)
|
125
|
+
zeitwerk (~> 2.6)
|
126
|
+
erubi (1.13.0)
|
127
|
+
flay (2.13.3)
|
99
128
|
erubi (~> 1.10)
|
100
129
|
path_expander (~> 1.0)
|
101
130
|
ruby_parser (~> 3.0)
|
102
131
|
sexp_processor (~> 4.0)
|
103
|
-
flog (4.
|
132
|
+
flog (4.8.0)
|
104
133
|
path_expander (~> 1.0)
|
105
134
|
ruby_parser (~> 3.1, > 3.1.0)
|
106
135
|
sexp_processor (~> 4.8)
|
107
|
-
globalid (1.1
|
108
|
-
activesupport (>=
|
109
|
-
i18n (1.
|
136
|
+
globalid (1.2.1)
|
137
|
+
activesupport (>= 6.1)
|
138
|
+
i18n (1.14.5)
|
110
139
|
concurrent-ruby (~> 1.0)
|
111
140
|
ice_nine (0.11.2)
|
112
|
-
json (2.
|
113
|
-
|
114
|
-
launchy (
|
141
|
+
json (2.7.2)
|
142
|
+
language_server-protocol (3.17.0.3)
|
143
|
+
launchy (3.0.1)
|
115
144
|
addressable (~> 2.8)
|
116
|
-
|
145
|
+
childprocess (~> 5.0)
|
146
|
+
logger (1.6.0)
|
147
|
+
loofah (2.22.0)
|
117
148
|
crass (~> 1.0.2)
|
118
|
-
nokogiri (>= 1.
|
149
|
+
nokogiri (>= 1.12.0)
|
119
150
|
mail (2.8.1)
|
120
151
|
mini_mime (>= 0.1.1)
|
121
152
|
net-imap
|
122
153
|
net-pop
|
123
154
|
net-smtp
|
124
|
-
marcel (1.0.
|
125
|
-
method_source (1.
|
126
|
-
mini_mime (1.1.
|
127
|
-
minitest (5.
|
128
|
-
net-imap (0.
|
155
|
+
marcel (1.0.4)
|
156
|
+
method_source (1.1.0)
|
157
|
+
mini_mime (1.1.5)
|
158
|
+
minitest (5.25.0)
|
159
|
+
net-imap (0.4.14)
|
129
160
|
date
|
130
161
|
net-protocol
|
131
162
|
net-pop (0.1.2)
|
132
163
|
net-protocol
|
133
|
-
net-protocol (0.2.
|
164
|
+
net-protocol (0.2.2)
|
134
165
|
timeout
|
135
|
-
net-smtp (0.
|
166
|
+
net-smtp (0.5.0)
|
136
167
|
net-protocol
|
137
|
-
nio4r (2.
|
138
|
-
nokogiri (1.
|
168
|
+
nio4r (2.7.3)
|
169
|
+
nokogiri (1.16.7-arm64-darwin)
|
139
170
|
racc (~> 1.4)
|
140
|
-
parallel (1.
|
141
|
-
parser (3.
|
171
|
+
parallel (1.26.2)
|
172
|
+
parser (3.3.4.2)
|
142
173
|
ast (~> 2.4.1)
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
rack
|
174
|
+
racc
|
175
|
+
path_expander (1.1.2)
|
176
|
+
public_suffix (6.0.1)
|
177
|
+
racc (1.8.1)
|
178
|
+
rack (2.2.9)
|
179
|
+
rack-test (2.1.0)
|
148
180
|
rack (>= 1.3)
|
149
|
-
rails (7.0.4
|
150
|
-
actioncable (= 7.0.4
|
151
|
-
actionmailbox (= 7.0.4
|
152
|
-
actionmailer (= 7.0.4
|
153
|
-
actionpack (= 7.0.4
|
154
|
-
actiontext (= 7.0.4
|
155
|
-
actionview (= 7.0.4
|
156
|
-
activejob (= 7.0.4
|
157
|
-
activemodel (= 7.0.4
|
158
|
-
activerecord (= 7.0.4
|
159
|
-
activestorage (= 7.0.4
|
160
|
-
activesupport (= 7.0.4
|
181
|
+
rails (7.0.8.4)
|
182
|
+
actioncable (= 7.0.8.4)
|
183
|
+
actionmailbox (= 7.0.8.4)
|
184
|
+
actionmailer (= 7.0.8.4)
|
185
|
+
actionpack (= 7.0.8.4)
|
186
|
+
actiontext (= 7.0.8.4)
|
187
|
+
actionview (= 7.0.8.4)
|
188
|
+
activejob (= 7.0.8.4)
|
189
|
+
activemodel (= 7.0.8.4)
|
190
|
+
activerecord (= 7.0.8.4)
|
191
|
+
activestorage (= 7.0.8.4)
|
192
|
+
activesupport (= 7.0.8.4)
|
161
193
|
bundler (>= 1.15.0)
|
162
|
-
railties (= 7.0.4
|
163
|
-
rails-dom-testing (2.0
|
164
|
-
activesupport (>=
|
194
|
+
railties (= 7.0.8.4)
|
195
|
+
rails-dom-testing (2.2.0)
|
196
|
+
activesupport (>= 5.0.0)
|
197
|
+
minitest
|
165
198
|
nokogiri (>= 1.6)
|
166
|
-
rails-html-sanitizer (1.
|
167
|
-
loofah (~> 2.
|
168
|
-
|
169
|
-
|
170
|
-
|
199
|
+
rails-html-sanitizer (1.6.0)
|
200
|
+
loofah (~> 2.21)
|
201
|
+
nokogiri (~> 1.14)
|
202
|
+
railties (7.0.8.4)
|
203
|
+
actionpack (= 7.0.8.4)
|
204
|
+
activesupport (= 7.0.8.4)
|
171
205
|
method_source
|
172
206
|
rake (>= 12.2)
|
173
207
|
thor (~> 1.0)
|
174
208
|
zeitwerk (~> 2.5)
|
175
209
|
rainbow (3.1.1)
|
176
|
-
rake (13.
|
177
|
-
reek (6.
|
178
|
-
|
179
|
-
parser (~> 3.
|
210
|
+
rake (13.2.1)
|
211
|
+
reek (6.3.0)
|
212
|
+
dry-schema (~> 1.13.0)
|
213
|
+
parser (~> 3.3.0)
|
180
214
|
rainbow (>= 2.0, < 4.0)
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
rspec-
|
187
|
-
|
188
|
-
rspec-
|
189
|
-
rspec-
|
215
|
+
rexml (~> 3.1)
|
216
|
+
regexp_parser (2.9.2)
|
217
|
+
rexml (3.3.5)
|
218
|
+
strscan
|
219
|
+
rspec (3.13.0)
|
220
|
+
rspec-core (~> 3.13.0)
|
221
|
+
rspec-expectations (~> 3.13.0)
|
222
|
+
rspec-mocks (~> 3.13.0)
|
223
|
+
rspec-core (3.13.0)
|
224
|
+
rspec-support (~> 3.13.0)
|
225
|
+
rspec-expectations (3.13.1)
|
190
226
|
diff-lcs (>= 1.2.0, < 2.0)
|
191
|
-
rspec-support (~> 3.
|
192
|
-
rspec-mocks (3.
|
227
|
+
rspec-support (~> 3.13.0)
|
228
|
+
rspec-mocks (3.13.1)
|
193
229
|
diff-lcs (>= 1.2.0, < 2.0)
|
194
|
-
rspec-support (~> 3.
|
195
|
-
rspec-support (3.
|
196
|
-
rubocop (1.
|
230
|
+
rspec-support (~> 3.13.0)
|
231
|
+
rspec-support (3.13.1)
|
232
|
+
rubocop (1.65.1)
|
197
233
|
json (~> 2.3)
|
234
|
+
language_server-protocol (>= 3.17.0)
|
198
235
|
parallel (~> 1.10)
|
199
|
-
parser (>= 3.
|
236
|
+
parser (>= 3.3.0.2)
|
200
237
|
rainbow (>= 2.2.2, < 4.0)
|
201
|
-
regexp_parser (>=
|
238
|
+
regexp_parser (>= 2.4, < 3.0)
|
202
239
|
rexml (>= 3.2.5, < 4.0)
|
203
|
-
rubocop-ast (>= 1.
|
240
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
204
241
|
ruby-progressbar (~> 1.7)
|
205
242
|
unicode-display_width (>= 2.4.0, < 3.0)
|
206
|
-
rubocop-ast (1.
|
207
|
-
parser (>= 3.
|
208
|
-
rubocop-
|
209
|
-
rubocop (
|
210
|
-
|
211
|
-
rubocop (>= 1.7.0, < 2.0)
|
212
|
-
rubocop-ast (>= 0.4.0)
|
243
|
+
rubocop-ast (1.32.0)
|
244
|
+
parser (>= 3.3.1.0)
|
245
|
+
rubocop-performance (1.21.1)
|
246
|
+
rubocop (>= 1.48.1, < 2.0)
|
247
|
+
rubocop-ast (>= 1.31.1, < 2.0)
|
213
248
|
rubocop-rake (0.6.0)
|
214
249
|
rubocop (~> 1.0)
|
215
|
-
rubocop-rspec (
|
216
|
-
rubocop (~> 1.
|
217
|
-
rubocop-capybara (~> 2.17)
|
250
|
+
rubocop-rspec (3.0.4)
|
251
|
+
rubocop (~> 1.61)
|
218
252
|
ruby-progressbar (1.13.0)
|
219
|
-
ruby_parser (3.
|
253
|
+
ruby_parser (3.21.1)
|
254
|
+
racc (~> 1.5)
|
220
255
|
sexp_processor (~> 4.16)
|
221
|
-
rubycritic (4.
|
222
|
-
flay (~> 2.
|
223
|
-
flog (~> 4.
|
224
|
-
launchy (>= 2.
|
225
|
-
parser (>= 2.
|
226
|
-
rainbow (~> 3.
|
256
|
+
rubycritic (4.9.0)
|
257
|
+
flay (~> 2.13)
|
258
|
+
flog (~> 4.7)
|
259
|
+
launchy (>= 2.5.2)
|
260
|
+
parser (>= 3.2.2.1)
|
261
|
+
rainbow (~> 3.1.1)
|
227
262
|
reek (~> 6.0, < 7.0)
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
263
|
+
rexml
|
264
|
+
ruby_parser (~> 3.20)
|
265
|
+
simplecov (>= 0.22.0)
|
266
|
+
tty-which (~> 0.5.0)
|
267
|
+
virtus (~> 2.0)
|
268
|
+
sexp_processor (4.17.2)
|
233
269
|
simplecov (0.22.0)
|
234
270
|
docile (~> 1.1)
|
235
271
|
simplecov-html (~> 0.11)
|
236
272
|
simplecov_json_formatter (~> 0.1)
|
237
273
|
simplecov-html (0.12.3)
|
238
274
|
simplecov_json_formatter (0.1.4)
|
239
|
-
|
275
|
+
strscan (3.1.0)
|
276
|
+
thor (1.3.1)
|
240
277
|
thread_safe (0.3.6)
|
241
|
-
timeout (0.
|
242
|
-
tty-which (0.
|
278
|
+
timeout (0.4.1)
|
279
|
+
tty-which (0.5.0)
|
243
280
|
tzinfo (2.0.6)
|
244
281
|
concurrent-ruby (~> 1.0)
|
245
|
-
unicode-display_width (2.
|
246
|
-
virtus (
|
282
|
+
unicode-display_width (2.5.0)
|
283
|
+
virtus (2.0.0)
|
247
284
|
axiom-types (~> 0.1)
|
248
285
|
coercible (~> 1.0)
|
249
286
|
descendants_tracker (~> 0.0, >= 0.0.3)
|
250
|
-
|
251
|
-
websocket-driver (0.7.5)
|
287
|
+
websocket-driver (0.7.6)
|
252
288
|
websocket-extensions (>= 0.1.0)
|
253
289
|
websocket-extensions (0.1.5)
|
254
|
-
zeitwerk (2.6.
|
290
|
+
zeitwerk (2.6.17)
|
255
291
|
|
256
292
|
PLATFORMS
|
257
|
-
|
293
|
+
arm64-darwin-23
|
258
294
|
|
259
295
|
DEPENDENCIES
|
260
|
-
appraisal (~> 2.
|
261
|
-
rails (= 7.0.4
|
262
|
-
rake (~> 13.
|
263
|
-
rspec (~> 3.
|
264
|
-
rubocop (~> 1.
|
265
|
-
rubocop-performance (~> 1.
|
296
|
+
appraisal (~> 2.5)
|
297
|
+
rails (= 7.0.8.4)
|
298
|
+
rake (~> 13.2)
|
299
|
+
rspec (~> 3.13)
|
300
|
+
rubocop (~> 1.65)
|
301
|
+
rubocop-performance (~> 1.21)
|
266
302
|
rubocop-rake (~> 0.6)
|
267
|
-
rubocop-rspec (~>
|
268
|
-
rubycritic (
|
303
|
+
rubocop-rspec (~> 3.0)
|
304
|
+
rubycritic (~> 4.9)
|
269
305
|
simplecov (~> 0.22)
|
270
306
|
tdc!
|
271
307
|
|