tdc 0.5.0 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a1b05b8dd3f32521ca07662d63839cfc085dfb08f17d877266cf021d79836f1
4
- data.tar.gz: 2e0377e9c7dba6e26f63c630c4d971f56f0a0b4cd160cf1da444c1813c24bc0e
3
+ metadata.gz: f686a36de5c9af9dc1b77bac6abaa6e55506d35756c6680890f716de11559cbc
4
+ data.tar.gz: f9d17bb78386293b038f4bb72ee81547307ffc08ad96fedfc95fc03102ba5d74
5
5
  SHA512:
6
- metadata.gz: aa8cafd244bc31cde085c9dc367fd2885445c8871f43a972157457c19352b92954810afa3def3bc1993bd45ca15836875c951f9de5eab065e7e2174dc989b206
7
- data.tar.gz: 280d6542fe6ad08ca1c21b0fd4fa4f1b6cc7933063d63cf4047dac769dd0bbbba1d3e1fbf8f3d17a54fd240b870d0c46be82498e3511dd344fec19bbc2ea9d5d
6
+ metadata.gz: 0461bea940925ae83f1269990ec75f876219a031f775a0cb208ac54586e85a07def8abea3cedb1d8ea0cbd0efddaa2c31e5dac23696a8625ae7708b5c1957fb1
7
+ data.tar.gz: 39b7ac46e360ec68b2d69dce658f11a71dabb36f98d9b763798c6ddd715a0cddecda0a80785e1519a56a2d761e655f96ab21aef36be919acc0dfcfae93d8a82c
data/.rubocop.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
 
5
5
  AllCops:
6
6
  NewCops: enable
7
- TargetRubyVersion: 2.7
7
+ TargetRubyVersion: 3.0
8
8
 
9
9
  Exclude:
10
10
  - 'bin/**/*'
@@ -70,6 +70,9 @@ Style/BlockDelimiters:
70
70
  Style/Documentation:
71
71
  Enabled: false
72
72
 
73
+ Style/DocumentDynamicEvalDefinition:
74
+ Enabled: false
75
+
73
76
  Style/EmptyMethod:
74
77
  EnforcedStyle: expanded
75
78
 
@@ -86,6 +89,10 @@ Style/HashSyntax:
86
89
  Style/MutableConstant:
87
90
  Enabled: false
88
91
 
92
+ # We are going to continue to use OpenStruct
93
+ Style/OpenStructUse:
94
+ Enabled: false
95
+
89
96
  # No need to mention StandardError.
90
97
  Style/RescueStandardError:
91
98
  EnforcedStyle: implicit
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.3
1
+ 3.0.5
data/Appraisals CHANGED
@@ -1,7 +1,7 @@
1
- appraise "rails-6" do
2
- gem "rails", "6.0.3.4"
3
- end
4
-
5
1
  appraise "rails-6-1" do
6
2
  gem "rails", "6.1.3.2"
7
3
  end
4
+
5
+ appraise "rails-7" do
6
+ gem "rails", "7.0.4.3"
7
+ end
data/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.6.0] - 2023-03-13
10
+
11
+ - Support Rails 7.0.x
12
+
13
+ #### Breaking Changes
14
+
15
+ - Drop support for Ruby 2.7
16
+ - Drop support for Rails 6.0
17
+
9
18
  ## [0.5.0] - 2021-06-12
10
19
 
11
20
  - Support Rails 6.1.x
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- tdc (0.4.7)
5
- activesupport (>= 5.2.4, < 7.0)
4
+ tdc (0.6.0)
5
+ activesupport (>= 6.0, < 7.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -66,9 +66,9 @@ GEM
66
66
  minitest (>= 5.1)
67
67
  tzinfo (~> 2.0)
68
68
  zeitwerk (~> 2.3)
69
- addressable (2.7.0)
70
- public_suffix (>= 2.0.2, < 5.0)
71
- appraisal (2.4.0)
69
+ addressable (2.8.1)
70
+ public_suffix (>= 2.0.2, < 6.0)
71
+ appraisal (2.4.1)
72
72
  bundler
73
73
  rake
74
74
  thor (>= 0.14.0)
@@ -80,54 +80,66 @@ GEM
80
80
  builder (3.2.4)
81
81
  coercible (1.0.0)
82
82
  descendants_tracker (~> 0.0.1)
83
- concurrent-ruby (1.1.9)
83
+ concurrent-ruby (1.2.2)
84
84
  crass (1.0.6)
85
+ date (3.3.3)
85
86
  descendants_tracker (0.0.4)
86
87
  thread_safe (~> 0.3, >= 0.3.1)
87
- diff-lcs (1.4.4)
88
+ diff-lcs (1.5.0)
88
89
  docile (1.4.0)
89
90
  equalizer (0.0.11)
90
- erubi (1.10.0)
91
- erubis (2.7.0)
92
- flay (2.12.1)
93
- erubis (~> 2.7.0)
91
+ erubi (1.12.0)
92
+ flay (2.13.0)
93
+ erubi (~> 1.10)
94
94
  path_expander (~> 1.0)
95
95
  ruby_parser (~> 3.0)
96
96
  sexp_processor (~> 4.0)
97
- flog (4.6.4)
97
+ flog (4.6.6)
98
98
  path_expander (~> 1.0)
99
99
  ruby_parser (~> 3.1, > 3.1.0)
100
100
  sexp_processor (~> 4.8)
101
- globalid (0.4.2)
102
- activesupport (>= 4.2.0)
103
- i18n (1.8.10)
101
+ globalid (1.1.0)
102
+ activesupport (>= 5.0)
103
+ i18n (1.12.0)
104
104
  concurrent-ruby (~> 1.0)
105
105
  ice_nine (0.11.2)
106
+ json (2.6.3)
106
107
  kwalify (0.7.2)
107
- launchy (2.5.0)
108
- addressable (~> 2.7)
109
- loofah (2.10.0)
108
+ launchy (2.5.2)
109
+ addressable (~> 2.8)
110
+ loofah (2.19.1)
110
111
  crass (~> 1.0.2)
111
112
  nokogiri (>= 1.5.9)
112
- mail (2.7.1)
113
+ mail (2.8.1)
113
114
  mini_mime (>= 0.1.1)
114
- marcel (1.0.1)
115
+ net-imap
116
+ net-pop
117
+ net-smtp
118
+ marcel (1.0.2)
115
119
  method_source (1.0.0)
116
120
  mini_mime (1.0.3)
117
- minitest (5.14.4)
118
- nio4r (2.5.7)
119
- nokogiri (1.11.7-x86_64-darwin)
121
+ minitest (5.18.0)
122
+ net-imap (0.3.4)
123
+ date
124
+ net-protocol
125
+ net-pop (0.1.2)
126
+ net-protocol
127
+ net-protocol (0.2.1)
128
+ timeout
129
+ net-smtp (0.3.3)
130
+ net-protocol
131
+ nio4r (2.5.8)
132
+ nokogiri (1.14.2-x86_64-darwin)
120
133
  racc (~> 1.4)
121
- parallel (1.20.1)
122
- parser (3.0.1.1)
134
+ parallel (1.22.1)
135
+ parser (3.2.1.1)
123
136
  ast (~> 2.4.1)
124
- path_expander (1.1.0)
125
- psych (3.3.2)
126
- public_suffix (4.0.6)
127
- racc (1.5.2)
128
- rack (2.2.3)
129
- rack-test (1.1.0)
130
- rack (>= 1.0, < 3)
137
+ path_expander (1.1.1)
138
+ public_suffix (5.0.1)
139
+ racc (1.6.2)
140
+ rack (2.2.6.4)
141
+ rack-test (2.0.2)
142
+ rack (>= 1.3)
131
143
  rails (6.1.3.2)
132
144
  actioncable (= 6.1.3.2)
133
145
  actionmailbox (= 6.1.3.2)
@@ -146,58 +158,61 @@ GEM
146
158
  rails-dom-testing (2.0.3)
147
159
  activesupport (>= 4.2.0)
148
160
  nokogiri (>= 1.6)
149
- rails-html-sanitizer (1.3.0)
150
- loofah (~> 2.3)
161
+ rails-html-sanitizer (1.5.0)
162
+ loofah (~> 2.19, >= 2.19.1)
151
163
  railties (6.1.3.2)
152
164
  actionpack (= 6.1.3.2)
153
165
  activesupport (= 6.1.3.2)
154
166
  method_source
155
167
  rake (>= 0.8.7)
156
168
  thor (~> 1.0)
157
- rainbow (3.0.0)
158
- rake (13.0.3)
159
- reek (6.0.4)
169
+ rainbow (3.1.1)
170
+ rake (13.0.6)
171
+ reek (6.1.4)
160
172
  kwalify (~> 0.7.0)
161
- parser (~> 3.0.0)
162
- psych (~> 3.1)
173
+ parser (~> 3.2.0)
163
174
  rainbow (>= 2.0, < 4.0)
164
- regexp_parser (2.1.1)
175
+ regexp_parser (2.7.0)
165
176
  rexml (3.2.5)
166
- rspec (3.10.0)
167
- rspec-core (~> 3.10.0)
168
- rspec-expectations (~> 3.10.0)
169
- rspec-mocks (~> 3.10.0)
170
- rspec-core (3.10.1)
171
- rspec-support (~> 3.10.0)
172
- rspec-expectations (3.10.1)
177
+ rspec (3.12.0)
178
+ rspec-core (~> 3.12.0)
179
+ rspec-expectations (~> 3.12.0)
180
+ rspec-mocks (~> 3.12.0)
181
+ rspec-core (3.12.1)
182
+ rspec-support (~> 3.12.0)
183
+ rspec-expectations (3.12.2)
173
184
  diff-lcs (>= 1.2.0, < 2.0)
174
- rspec-support (~> 3.10.0)
175
- rspec-mocks (3.10.2)
185
+ rspec-support (~> 3.12.0)
186
+ rspec-mocks (3.12.4)
176
187
  diff-lcs (>= 1.2.0, < 2.0)
177
- rspec-support (~> 3.10.0)
178
- rspec-support (3.10.2)
179
- rubocop (1.16.1)
188
+ rspec-support (~> 3.12.0)
189
+ rspec-support (3.12.0)
190
+ rubocop (1.48.1)
191
+ json (~> 2.3)
180
192
  parallel (~> 1.10)
181
- parser (>= 3.0.0.0)
193
+ parser (>= 3.2.0.0)
182
194
  rainbow (>= 2.2.2, < 4.0)
183
195
  regexp_parser (>= 1.8, < 3.0)
184
- rexml
185
- rubocop-ast (>= 1.7.0, < 2.0)
196
+ rexml (>= 3.2.5, < 4.0)
197
+ rubocop-ast (>= 1.26.0, < 2.0)
186
198
  ruby-progressbar (~> 1.7)
187
- unicode-display_width (>= 1.4.0, < 3.0)
188
- rubocop-ast (1.7.0)
189
- parser (>= 3.0.1.1)
190
- rubocop-performance (1.11.3)
199
+ unicode-display_width (>= 2.4.0, < 3.0)
200
+ rubocop-ast (1.27.0)
201
+ parser (>= 3.2.1.0)
202
+ rubocop-capybara (2.17.1)
203
+ rubocop (~> 1.41)
204
+ rubocop-performance (1.16.0)
191
205
  rubocop (>= 1.7.0, < 2.0)
192
206
  rubocop-ast (>= 0.4.0)
193
- rubocop-rake (0.5.1)
194
- rubocop
195
- rubocop-rspec (1.42.0)
196
- rubocop (>= 0.87.0)
197
- ruby-progressbar (1.11.0)
198
- ruby_parser (3.16.0)
199
- sexp_processor (~> 4.15, >= 4.15.1)
200
- rubycritic (4.6.1)
207
+ rubocop-rake (0.6.0)
208
+ rubocop (~> 1.0)
209
+ rubocop-rspec (2.19.0)
210
+ rubocop (~> 1.33)
211
+ rubocop-capybara (~> 2.17)
212
+ ruby-progressbar (1.13.0)
213
+ ruby_parser (3.20.0)
214
+ sexp_processor (~> 4.16)
215
+ rubycritic (4.7.0)
201
216
  flay (~> 2.8)
202
217
  flog (~> 4.4)
203
218
  launchy (>= 2.0.0)
@@ -208,51 +223,52 @@ GEM
208
223
  simplecov (>= 0.17.0)
209
224
  tty-which (~> 0.4.0)
210
225
  virtus (~> 1.0)
211
- sexp_processor (4.15.3)
212
- simplecov (0.21.2)
226
+ sexp_processor (4.16.1)
227
+ simplecov (0.22.0)
213
228
  docile (~> 1.1)
214
229
  simplecov-html (~> 0.11)
215
230
  simplecov_json_formatter (~> 0.1)
216
231
  simplecov-html (0.12.3)
217
- simplecov_json_formatter (0.1.3)
218
- sprockets (4.0.2)
232
+ simplecov_json_formatter (0.1.4)
233
+ sprockets (4.2.0)
219
234
  concurrent-ruby (~> 1.0)
220
- rack (> 1, < 3)
221
- sprockets-rails (3.2.2)
222
- actionpack (>= 4.0)
223
- activesupport (>= 4.0)
235
+ rack (>= 2.2.4, < 4)
236
+ sprockets-rails (3.4.2)
237
+ actionpack (>= 5.2)
238
+ activesupport (>= 5.2)
224
239
  sprockets (>= 3.0.0)
225
- thor (1.1.0)
240
+ thor (1.2.1)
226
241
  thread_safe (0.3.6)
242
+ timeout (0.3.2)
227
243
  tty-which (0.4.2)
228
- tzinfo (2.0.4)
244
+ tzinfo (2.0.6)
229
245
  concurrent-ruby (~> 1.0)
230
- unicode-display_width (2.0.0)
246
+ unicode-display_width (2.4.2)
231
247
  virtus (1.0.5)
232
248
  axiom-types (~> 0.1)
233
249
  coercible (~> 1.0)
234
250
  descendants_tracker (~> 0.0, >= 0.0.3)
235
251
  equalizer (~> 0.0, >= 0.0.9)
236
- websocket-driver (0.7.4)
252
+ websocket-driver (0.7.5)
237
253
  websocket-extensions (>= 0.1.0)
238
254
  websocket-extensions (0.1.5)
239
- zeitwerk (2.4.2)
255
+ zeitwerk (2.6.7)
240
256
 
241
257
  PLATFORMS
242
- x86_64-darwin-20
258
+ x86_64-darwin-22
243
259
 
244
260
  DEPENDENCIES
245
- appraisal (>= 2.4, < 3.0)
261
+ appraisal (~> 2.4)
246
262
  rails (= 6.1.3.2)
247
- rake (>= 13.0, < 14.0)
248
- rspec (>= 3.10, < 4.0)
249
- rubocop (>= 1.0, < 2.0)
250
- rubocop-performance (>= 1.0, < 2.0)
251
- rubocop-rake (>= 0.5, < 1.0)
252
- rubocop-rspec (>= 1.0, < 2.0)
253
- rubycritic (>= 4.6, < 5.0)
254
- simplecov (~> 0.21)
263
+ rake (~> 13.0)
264
+ rspec (~> 3.12)
265
+ rubocop (~> 1.48)
266
+ rubocop-performance (~> 1.16)
267
+ rubocop-rake (~> 0.6)
268
+ rubocop-rspec (~> 2.19)
269
+ rubycritic (>= 4.7)
270
+ simplecov (~> 0.22)
255
271
  tdc!
256
272
 
257
273
  BUNDLED WITH
258
- 2.2.10
274
+ 2.4.8
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", "6.0.3.4"
5
+ gem "rails", "7.0.4.3"
6
6
 
7
7
  gemspec path: "../"
@@ -0,0 +1,273 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ tdc (0.6.0)
5
+ activesupport (>= 6.0, < 7.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (7.0.4.3)
11
+ actionpack (= 7.0.4.3)
12
+ activesupport (= 7.0.4.3)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ actionmailbox (7.0.4.3)
16
+ actionpack (= 7.0.4.3)
17
+ activejob (= 7.0.4.3)
18
+ activerecord (= 7.0.4.3)
19
+ activestorage (= 7.0.4.3)
20
+ activesupport (= 7.0.4.3)
21
+ mail (>= 2.7.1)
22
+ net-imap
23
+ net-pop
24
+ net-smtp
25
+ actionmailer (7.0.4.3)
26
+ actionpack (= 7.0.4.3)
27
+ actionview (= 7.0.4.3)
28
+ activejob (= 7.0.4.3)
29
+ activesupport (= 7.0.4.3)
30
+ mail (~> 2.5, >= 2.5.4)
31
+ net-imap
32
+ net-pop
33
+ net-smtp
34
+ rails-dom-testing (~> 2.0)
35
+ actionpack (7.0.4.3)
36
+ actionview (= 7.0.4.3)
37
+ activesupport (= 7.0.4.3)
38
+ rack (~> 2.0, >= 2.2.0)
39
+ rack-test (>= 0.6.3)
40
+ rails-dom-testing (~> 2.0)
41
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
42
+ actiontext (7.0.4.3)
43
+ actionpack (= 7.0.4.3)
44
+ activerecord (= 7.0.4.3)
45
+ activestorage (= 7.0.4.3)
46
+ activesupport (= 7.0.4.3)
47
+ globalid (>= 0.6.0)
48
+ nokogiri (>= 1.8.5)
49
+ actionview (7.0.4.3)
50
+ activesupport (= 7.0.4.3)
51
+ builder (~> 3.1)
52
+ erubi (~> 1.4)
53
+ rails-dom-testing (~> 2.0)
54
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
55
+ activejob (7.0.4.3)
56
+ activesupport (= 7.0.4.3)
57
+ globalid (>= 0.3.6)
58
+ activemodel (7.0.4.3)
59
+ activesupport (= 7.0.4.3)
60
+ activerecord (7.0.4.3)
61
+ activemodel (= 7.0.4.3)
62
+ activesupport (= 7.0.4.3)
63
+ activestorage (7.0.4.3)
64
+ actionpack (= 7.0.4.3)
65
+ activejob (= 7.0.4.3)
66
+ activerecord (= 7.0.4.3)
67
+ activesupport (= 7.0.4.3)
68
+ marcel (~> 1.0)
69
+ mini_mime (>= 1.1.0)
70
+ activesupport (7.0.4.3)
71
+ concurrent-ruby (~> 1.0, >= 1.0.2)
72
+ i18n (>= 1.6, < 2)
73
+ minitest (>= 5.1)
74
+ tzinfo (~> 2.0)
75
+ addressable (2.8.1)
76
+ public_suffix (>= 2.0.2, < 6.0)
77
+ appraisal (2.4.1)
78
+ bundler
79
+ rake
80
+ thor (>= 0.14.0)
81
+ ast (2.4.2)
82
+ axiom-types (0.1.1)
83
+ descendants_tracker (~> 0.0.4)
84
+ ice_nine (~> 0.11.0)
85
+ thread_safe (~> 0.3, >= 0.3.1)
86
+ builder (3.2.4)
87
+ coercible (1.0.0)
88
+ descendants_tracker (~> 0.0.1)
89
+ concurrent-ruby (1.2.2)
90
+ crass (1.0.6)
91
+ date (3.3.3)
92
+ descendants_tracker (0.0.4)
93
+ thread_safe (~> 0.3, >= 0.3.1)
94
+ diff-lcs (1.5.0)
95
+ docile (1.4.0)
96
+ equalizer (0.0.11)
97
+ erubi (1.12.0)
98
+ flay (2.13.0)
99
+ erubi (~> 1.10)
100
+ path_expander (~> 1.0)
101
+ ruby_parser (~> 3.0)
102
+ sexp_processor (~> 4.0)
103
+ flog (4.6.6)
104
+ path_expander (~> 1.0)
105
+ ruby_parser (~> 3.1, > 3.1.0)
106
+ sexp_processor (~> 4.8)
107
+ globalid (1.1.0)
108
+ activesupport (>= 5.0)
109
+ i18n (1.12.0)
110
+ concurrent-ruby (~> 1.0)
111
+ ice_nine (0.11.2)
112
+ json (2.6.3)
113
+ kwalify (0.7.2)
114
+ launchy (2.5.2)
115
+ addressable (~> 2.8)
116
+ loofah (2.19.1)
117
+ crass (~> 1.0.2)
118
+ nokogiri (>= 1.5.9)
119
+ mail (2.8.1)
120
+ mini_mime (>= 0.1.1)
121
+ net-imap
122
+ net-pop
123
+ net-smtp
124
+ marcel (1.0.2)
125
+ method_source (1.0.0)
126
+ mini_mime (1.1.2)
127
+ minitest (5.18.0)
128
+ net-imap (0.3.4)
129
+ date
130
+ net-protocol
131
+ net-pop (0.1.2)
132
+ net-protocol
133
+ net-protocol (0.2.1)
134
+ timeout
135
+ net-smtp (0.3.3)
136
+ net-protocol
137
+ nio4r (2.5.8)
138
+ nokogiri (1.14.2-x86_64-darwin)
139
+ racc (~> 1.4)
140
+ parallel (1.22.1)
141
+ parser (3.2.1.1)
142
+ ast (~> 2.4.1)
143
+ path_expander (1.1.1)
144
+ public_suffix (5.0.1)
145
+ racc (1.6.2)
146
+ rack (2.2.6.4)
147
+ rack-test (2.0.2)
148
+ rack (>= 1.3)
149
+ rails (7.0.4.3)
150
+ actioncable (= 7.0.4.3)
151
+ actionmailbox (= 7.0.4.3)
152
+ actionmailer (= 7.0.4.3)
153
+ actionpack (= 7.0.4.3)
154
+ actiontext (= 7.0.4.3)
155
+ actionview (= 7.0.4.3)
156
+ activejob (= 7.0.4.3)
157
+ activemodel (= 7.0.4.3)
158
+ activerecord (= 7.0.4.3)
159
+ activestorage (= 7.0.4.3)
160
+ activesupport (= 7.0.4.3)
161
+ bundler (>= 1.15.0)
162
+ railties (= 7.0.4.3)
163
+ rails-dom-testing (2.0.3)
164
+ activesupport (>= 4.2.0)
165
+ nokogiri (>= 1.6)
166
+ rails-html-sanitizer (1.5.0)
167
+ loofah (~> 2.19, >= 2.19.1)
168
+ railties (7.0.4.3)
169
+ actionpack (= 7.0.4.3)
170
+ activesupport (= 7.0.4.3)
171
+ method_source
172
+ rake (>= 12.2)
173
+ thor (~> 1.0)
174
+ zeitwerk (~> 2.5)
175
+ rainbow (3.1.1)
176
+ rake (13.0.6)
177
+ reek (6.1.4)
178
+ kwalify (~> 0.7.0)
179
+ parser (~> 3.2.0)
180
+ rainbow (>= 2.0, < 4.0)
181
+ regexp_parser (2.7.0)
182
+ rexml (3.2.5)
183
+ rspec (3.12.0)
184
+ rspec-core (~> 3.12.0)
185
+ rspec-expectations (~> 3.12.0)
186
+ rspec-mocks (~> 3.12.0)
187
+ rspec-core (3.12.1)
188
+ rspec-support (~> 3.12.0)
189
+ rspec-expectations (3.12.2)
190
+ diff-lcs (>= 1.2.0, < 2.0)
191
+ rspec-support (~> 3.12.0)
192
+ rspec-mocks (3.12.4)
193
+ diff-lcs (>= 1.2.0, < 2.0)
194
+ rspec-support (~> 3.12.0)
195
+ rspec-support (3.12.0)
196
+ rubocop (1.48.1)
197
+ json (~> 2.3)
198
+ parallel (~> 1.10)
199
+ parser (>= 3.2.0.0)
200
+ rainbow (>= 2.2.2, < 4.0)
201
+ regexp_parser (>= 1.8, < 3.0)
202
+ rexml (>= 3.2.5, < 4.0)
203
+ rubocop-ast (>= 1.26.0, < 2.0)
204
+ ruby-progressbar (~> 1.7)
205
+ unicode-display_width (>= 2.4.0, < 3.0)
206
+ rubocop-ast (1.27.0)
207
+ parser (>= 3.2.1.0)
208
+ rubocop-capybara (2.17.1)
209
+ rubocop (~> 1.41)
210
+ rubocop-performance (1.16.0)
211
+ rubocop (>= 1.7.0, < 2.0)
212
+ rubocop-ast (>= 0.4.0)
213
+ rubocop-rake (0.6.0)
214
+ rubocop (~> 1.0)
215
+ rubocop-rspec (2.19.0)
216
+ rubocop (~> 1.33)
217
+ rubocop-capybara (~> 2.17)
218
+ ruby-progressbar (1.13.0)
219
+ ruby_parser (3.20.0)
220
+ sexp_processor (~> 4.16)
221
+ rubycritic (4.7.0)
222
+ flay (~> 2.8)
223
+ flog (~> 4.4)
224
+ launchy (>= 2.0.0)
225
+ parser (>= 2.6.0)
226
+ rainbow (~> 3.0)
227
+ reek (~> 6.0, < 7.0)
228
+ ruby_parser (~> 3.8)
229
+ simplecov (>= 0.17.0)
230
+ tty-which (~> 0.4.0)
231
+ virtus (~> 1.0)
232
+ sexp_processor (4.16.1)
233
+ simplecov (0.22.0)
234
+ docile (~> 1.1)
235
+ simplecov-html (~> 0.11)
236
+ simplecov_json_formatter (~> 0.1)
237
+ simplecov-html (0.12.3)
238
+ simplecov_json_formatter (0.1.4)
239
+ thor (1.2.1)
240
+ thread_safe (0.3.6)
241
+ timeout (0.3.2)
242
+ tty-which (0.4.2)
243
+ tzinfo (2.0.6)
244
+ concurrent-ruby (~> 1.0)
245
+ unicode-display_width (2.4.2)
246
+ virtus (1.0.5)
247
+ axiom-types (~> 0.1)
248
+ coercible (~> 1.0)
249
+ descendants_tracker (~> 0.0, >= 0.0.3)
250
+ equalizer (~> 0.0, >= 0.0.9)
251
+ websocket-driver (0.7.5)
252
+ websocket-extensions (>= 0.1.0)
253
+ websocket-extensions (0.1.5)
254
+ zeitwerk (2.6.7)
255
+
256
+ PLATFORMS
257
+ x86_64-darwin-22
258
+
259
+ DEPENDENCIES
260
+ appraisal (~> 2.4)
261
+ rails (= 7.0.4.3)
262
+ rake (~> 13.0)
263
+ rspec (~> 3.12)
264
+ rubocop (~> 1.48)
265
+ rubocop-performance (~> 1.16)
266
+ rubocop-rake (~> 0.6)
267
+ rubocop-rspec (~> 2.19)
268
+ rubycritic (>= 4.7)
269
+ simplecov (~> 0.22)
270
+ tdc!
271
+
272
+ BUNDLED WITH
273
+ 2.4.8
data/lib/tdc/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Tdc
2
- VERSION = "0.5.0"
2
+ VERSION = "0.6.0"
3
3
  end
data/tdc.gemspec CHANGED
@@ -10,13 +10,14 @@ Gem::Specification.new do |spec|
10
10
  spec.homepage = "https://github.com/nulogy/tdc"
11
11
  spec.license = "MIT"
12
12
 
13
- spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
13
+ spec.required_ruby_version = Gem::Requirement.new(">= 3.0")
14
14
 
15
15
  spec.metadata = {
16
16
  "homepage_uri" => "https://github.com/nulogy/tdc",
17
17
  "changelog_uri" => "https://github.com/nulogy/tdc/blob/master/CHANGELOG.md",
18
18
  "source_code_uri" => "https://github.com/nulogy/tdc",
19
- "bug_tracker_uri" => "https://github.com/nulogy/tdc/issues"
19
+ "bug_tracker_uri" => "https://github.com/nulogy/tdc/issues",
20
+ "rubygems_mfa_required" => "true"
20
21
  }
21
22
 
22
23
  # Specify which files should be added to the gem when it is released.
@@ -28,15 +29,15 @@ Gem::Specification.new do |spec|
28
29
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
29
30
  spec.require_paths = ["lib"]
30
31
 
31
- spec.add_runtime_dependency "activesupport", ">= 5.2.4", "< 7.0"
32
+ spec.add_runtime_dependency "activesupport", ">= 6.0", "< 7.1"
32
33
 
33
- spec.add_development_dependency "appraisal", ">= 2.4", "< 3.0"
34
- spec.add_development_dependency "rake", ">= 13.0", "< 14.0"
35
- spec.add_development_dependency "rspec", ">= 3.10", "< 4.0"
36
- spec.add_development_dependency "rubocop", ">= 1.0", "< 2.0"
37
- spec.add_development_dependency "rubocop-performance", ">= 1.0", "< 2.0"
38
- spec.add_development_dependency "rubocop-rake", ">= 0.5", "< 1.0"
39
- spec.add_development_dependency "rubocop-rspec", ">= 1.0", "< 2.0"
40
- spec.add_development_dependency "rubycritic", ">= 4.6", "< 5.0"
41
- spec.add_development_dependency "simplecov", "~> 0.21"
34
+ spec.add_development_dependency "appraisal", "~> 2.4"
35
+ spec.add_development_dependency "rake", "~> 13.0"
36
+ spec.add_development_dependency "rspec", "~> 3.12"
37
+ spec.add_development_dependency "rubocop", "~> 1.48"
38
+ spec.add_development_dependency "rubocop-performance", "~> 1.16"
39
+ spec.add_development_dependency "rubocop-rake", "~> 0.6"
40
+ spec.add_development_dependency "rubocop-rspec", "~> 2.19"
41
+ spec.add_development_dependency "rubycritic", ">= 4.7"
42
+ spec.add_development_dependency "simplecov", "~> 0.22"
42
43
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tdc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alistair McKinnell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-12 00:00:00.000000000 Z
11
+ date: 2023-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,194 +16,146 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 5.2.4
19
+ version: '6.0'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
- version: '7.0'
22
+ version: '7.1'
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 5.2.4
29
+ version: '6.0'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
- version: '7.0'
32
+ version: '7.1'
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: appraisal
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ">="
37
+ - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '2.4'
40
- - - "<"
41
- - !ruby/object:Gem::Version
42
- version: '3.0'
43
40
  type: :development
44
41
  prerelease: false
45
42
  version_requirements: !ruby/object:Gem::Requirement
46
43
  requirements:
47
- - - ">="
44
+ - - "~>"
48
45
  - !ruby/object:Gem::Version
49
46
  version: '2.4'
50
- - - "<"
51
- - !ruby/object:Gem::Version
52
- version: '3.0'
53
47
  - !ruby/object:Gem::Dependency
54
48
  name: rake
55
49
  requirement: !ruby/object:Gem::Requirement
56
50
  requirements:
57
- - - ">="
51
+ - - "~>"
58
52
  - !ruby/object:Gem::Version
59
53
  version: '13.0'
60
- - - "<"
61
- - !ruby/object:Gem::Version
62
- version: '14.0'
63
54
  type: :development
64
55
  prerelease: false
65
56
  version_requirements: !ruby/object:Gem::Requirement
66
57
  requirements:
67
- - - ">="
58
+ - - "~>"
68
59
  - !ruby/object:Gem::Version
69
60
  version: '13.0'
70
- - - "<"
71
- - !ruby/object:Gem::Version
72
- version: '14.0'
73
61
  - !ruby/object:Gem::Dependency
74
62
  name: rspec
75
63
  requirement: !ruby/object:Gem::Requirement
76
64
  requirements:
77
- - - ">="
78
- - !ruby/object:Gem::Version
79
- version: '3.10'
80
- - - "<"
65
+ - - "~>"
81
66
  - !ruby/object:Gem::Version
82
- version: '4.0'
67
+ version: '3.12'
83
68
  type: :development
84
69
  prerelease: false
85
70
  version_requirements: !ruby/object:Gem::Requirement
86
71
  requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '3.10'
90
- - - "<"
72
+ - - "~>"
91
73
  - !ruby/object:Gem::Version
92
- version: '4.0'
74
+ version: '3.12'
93
75
  - !ruby/object:Gem::Dependency
94
76
  name: rubocop
95
77
  requirement: !ruby/object:Gem::Requirement
96
78
  requirements:
97
- - - ">="
98
- - !ruby/object:Gem::Version
99
- version: '1.0'
100
- - - "<"
79
+ - - "~>"
101
80
  - !ruby/object:Gem::Version
102
- version: '2.0'
81
+ version: '1.48'
103
82
  type: :development
104
83
  prerelease: false
105
84
  version_requirements: !ruby/object:Gem::Requirement
106
85
  requirements:
107
- - - ">="
108
- - !ruby/object:Gem::Version
109
- version: '1.0'
110
- - - "<"
86
+ - - "~>"
111
87
  - !ruby/object:Gem::Version
112
- version: '2.0'
88
+ version: '1.48'
113
89
  - !ruby/object:Gem::Dependency
114
90
  name: rubocop-performance
115
91
  requirement: !ruby/object:Gem::Requirement
116
92
  requirements:
117
- - - ">="
118
- - !ruby/object:Gem::Version
119
- version: '1.0'
120
- - - "<"
93
+ - - "~>"
121
94
  - !ruby/object:Gem::Version
122
- version: '2.0'
95
+ version: '1.16'
123
96
  type: :development
124
97
  prerelease: false
125
98
  version_requirements: !ruby/object:Gem::Requirement
126
99
  requirements:
127
- - - ">="
128
- - !ruby/object:Gem::Version
129
- version: '1.0'
130
- - - "<"
100
+ - - "~>"
131
101
  - !ruby/object:Gem::Version
132
- version: '2.0'
102
+ version: '1.16'
133
103
  - !ruby/object:Gem::Dependency
134
104
  name: rubocop-rake
135
105
  requirement: !ruby/object:Gem::Requirement
136
106
  requirements:
137
- - - ">="
138
- - !ruby/object:Gem::Version
139
- version: '0.5'
140
- - - "<"
107
+ - - "~>"
141
108
  - !ruby/object:Gem::Version
142
- version: '1.0'
109
+ version: '0.6'
143
110
  type: :development
144
111
  prerelease: false
145
112
  version_requirements: !ruby/object:Gem::Requirement
146
113
  requirements:
147
- - - ">="
148
- - !ruby/object:Gem::Version
149
- version: '0.5'
150
- - - "<"
114
+ - - "~>"
151
115
  - !ruby/object:Gem::Version
152
- version: '1.0'
116
+ version: '0.6'
153
117
  - !ruby/object:Gem::Dependency
154
118
  name: rubocop-rspec
155
119
  requirement: !ruby/object:Gem::Requirement
156
120
  requirements:
157
- - - ">="
158
- - !ruby/object:Gem::Version
159
- version: '1.0'
160
- - - "<"
121
+ - - "~>"
161
122
  - !ruby/object:Gem::Version
162
- version: '2.0'
123
+ version: '2.19'
163
124
  type: :development
164
125
  prerelease: false
165
126
  version_requirements: !ruby/object:Gem::Requirement
166
127
  requirements:
167
- - - ">="
168
- - !ruby/object:Gem::Version
169
- version: '1.0'
170
- - - "<"
128
+ - - "~>"
171
129
  - !ruby/object:Gem::Version
172
- version: '2.0'
130
+ version: '2.19'
173
131
  - !ruby/object:Gem::Dependency
174
132
  name: rubycritic
175
133
  requirement: !ruby/object:Gem::Requirement
176
134
  requirements:
177
135
  - - ">="
178
136
  - !ruby/object:Gem::Version
179
- version: '4.6'
180
- - - "<"
181
- - !ruby/object:Gem::Version
182
- version: '5.0'
137
+ version: '4.7'
183
138
  type: :development
184
139
  prerelease: false
185
140
  version_requirements: !ruby/object:Gem::Requirement
186
141
  requirements:
187
142
  - - ">="
188
143
  - !ruby/object:Gem::Version
189
- version: '4.6'
190
- - - "<"
191
- - !ruby/object:Gem::Version
192
- version: '5.0'
144
+ version: '4.7'
193
145
  - !ruby/object:Gem::Dependency
194
146
  name: simplecov
195
147
  requirement: !ruby/object:Gem::Requirement
196
148
  requirements:
197
149
  - - "~>"
198
150
  - !ruby/object:Gem::Version
199
- version: '0.21'
151
+ version: '0.22'
200
152
  type: :development
201
153
  prerelease: false
202
154
  version_requirements: !ruby/object:Gem::Requirement
203
155
  requirements:
204
156
  - - "~>"
205
157
  - !ruby/object:Gem::Version
206
- version: '0.21'
158
+ version: '0.22'
207
159
  description:
208
160
  email:
209
161
  - alistairm@nulogy.com
@@ -223,10 +175,11 @@ files:
223
175
  - Rakefile
224
176
  - bin/console
225
177
  - bin/setup
226
- - gemfiles/rails_6.gemfile
227
- - gemfiles/rails_6.gemfile.lock
178
+ - gemfiles/.bundle/config
228
179
  - gemfiles/rails_6_1.gemfile
229
180
  - gemfiles/rails_6_1.gemfile.lock
181
+ - gemfiles/rails_7.gemfile
182
+ - gemfiles/rails_7.gemfile.lock
230
183
  - images/Tdc.png
231
184
  - lib/tdc.rb
232
185
  - lib/tdc/data_definition.rb
@@ -265,6 +218,7 @@ metadata:
265
218
  changelog_uri: https://github.com/nulogy/tdc/blob/master/CHANGELOG.md
266
219
  source_code_uri: https://github.com/nulogy/tdc
267
220
  bug_tracker_uri: https://github.com/nulogy/tdc/issues
221
+ rubygems_mfa_required: 'true'
268
222
  post_install_message:
269
223
  rdoc_options: []
270
224
  require_paths:
@@ -273,14 +227,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
273
227
  requirements:
274
228
  - - ">="
275
229
  - !ruby/object:Gem::Version
276
- version: 2.5.0
230
+ version: '3.0'
277
231
  required_rubygems_version: !ruby/object:Gem::Requirement
278
232
  requirements:
279
233
  - - ">="
280
234
  - !ruby/object:Gem::Version
281
235
  version: '0'
282
236
  requirements: []
283
- rubygems_version: 3.1.6
237
+ rubygems_version: 3.4.8
284
238
  signing_key:
285
239
  specification_version: 4
286
240
  summary: A simple framework for creating a Test Data Catalog
@@ -1,258 +0,0 @@
1
- PATH
2
- remote: ..
3
- specs:
4
- tdc (0.4.7)
5
- activesupport (>= 5.2.4, < 7.0)
6
-
7
- GEM
8
- remote: https://rubygems.org/
9
- specs:
10
- actioncable (6.0.3.4)
11
- actionpack (= 6.0.3.4)
12
- nio4r (~> 2.0)
13
- websocket-driver (>= 0.6.1)
14
- actionmailbox (6.0.3.4)
15
- actionpack (= 6.0.3.4)
16
- activejob (= 6.0.3.4)
17
- activerecord (= 6.0.3.4)
18
- activestorage (= 6.0.3.4)
19
- activesupport (= 6.0.3.4)
20
- mail (>= 2.7.1)
21
- actionmailer (6.0.3.4)
22
- actionpack (= 6.0.3.4)
23
- actionview (= 6.0.3.4)
24
- activejob (= 6.0.3.4)
25
- mail (~> 2.5, >= 2.5.4)
26
- rails-dom-testing (~> 2.0)
27
- actionpack (6.0.3.4)
28
- actionview (= 6.0.3.4)
29
- activesupport (= 6.0.3.4)
30
- rack (~> 2.0, >= 2.0.8)
31
- rack-test (>= 0.6.3)
32
- rails-dom-testing (~> 2.0)
33
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
34
- actiontext (6.0.3.4)
35
- actionpack (= 6.0.3.4)
36
- activerecord (= 6.0.3.4)
37
- activestorage (= 6.0.3.4)
38
- activesupport (= 6.0.3.4)
39
- nokogiri (>= 1.8.5)
40
- actionview (6.0.3.4)
41
- activesupport (= 6.0.3.4)
42
- builder (~> 3.1)
43
- erubi (~> 1.4)
44
- rails-dom-testing (~> 2.0)
45
- rails-html-sanitizer (~> 1.1, >= 1.2.0)
46
- activejob (6.0.3.4)
47
- activesupport (= 6.0.3.4)
48
- globalid (>= 0.3.6)
49
- activemodel (6.0.3.4)
50
- activesupport (= 6.0.3.4)
51
- activerecord (6.0.3.4)
52
- activemodel (= 6.0.3.4)
53
- activesupport (= 6.0.3.4)
54
- activestorage (6.0.3.4)
55
- actionpack (= 6.0.3.4)
56
- activejob (= 6.0.3.4)
57
- activerecord (= 6.0.3.4)
58
- marcel (~> 0.3.1)
59
- activesupport (6.0.3.4)
60
- concurrent-ruby (~> 1.0, >= 1.0.2)
61
- i18n (>= 0.7, < 2)
62
- minitest (~> 5.1)
63
- tzinfo (~> 1.1)
64
- zeitwerk (~> 2.2, >= 2.2.2)
65
- addressable (2.7.0)
66
- public_suffix (>= 2.0.2, < 5.0)
67
- appraisal (2.4.0)
68
- bundler
69
- rake
70
- thor (>= 0.14.0)
71
- ast (2.4.2)
72
- axiom-types (0.1.1)
73
- descendants_tracker (~> 0.0.4)
74
- ice_nine (~> 0.11.0)
75
- thread_safe (~> 0.3, >= 0.3.1)
76
- builder (3.2.4)
77
- coercible (1.0.0)
78
- descendants_tracker (~> 0.0.1)
79
- concurrent-ruby (1.1.9)
80
- crass (1.0.6)
81
- descendants_tracker (0.0.4)
82
- thread_safe (~> 0.3, >= 0.3.1)
83
- diff-lcs (1.4.4)
84
- docile (1.4.0)
85
- equalizer (0.0.11)
86
- erubi (1.10.0)
87
- erubis (2.7.0)
88
- flay (2.12.1)
89
- erubis (~> 2.7.0)
90
- path_expander (~> 1.0)
91
- ruby_parser (~> 3.0)
92
- sexp_processor (~> 4.0)
93
- flog (4.6.4)
94
- path_expander (~> 1.0)
95
- ruby_parser (~> 3.1, > 3.1.0)
96
- sexp_processor (~> 4.8)
97
- globalid (0.4.2)
98
- activesupport (>= 4.2.0)
99
- i18n (1.8.10)
100
- concurrent-ruby (~> 1.0)
101
- ice_nine (0.11.2)
102
- kwalify (0.7.2)
103
- launchy (2.5.0)
104
- addressable (~> 2.7)
105
- loofah (2.10.0)
106
- crass (~> 1.0.2)
107
- nokogiri (>= 1.5.9)
108
- mail (2.7.1)
109
- mini_mime (>= 0.1.1)
110
- marcel (0.3.3)
111
- mimemagic (~> 0.3.2)
112
- method_source (1.0.0)
113
- mimemagic (0.3.10)
114
- nokogiri (~> 1)
115
- rake
116
- mini_mime (1.1.0)
117
- minitest (5.14.4)
118
- nio4r (2.5.7)
119
- nokogiri (1.11.7-x86_64-darwin)
120
- racc (~> 1.4)
121
- parallel (1.20.1)
122
- parser (3.0.1.1)
123
- ast (~> 2.4.1)
124
- path_expander (1.1.0)
125
- psych (3.3.2)
126
- public_suffix (4.0.6)
127
- racc (1.5.2)
128
- rack (2.2.3)
129
- rack-test (1.1.0)
130
- rack (>= 1.0, < 3)
131
- rails (6.0.3.4)
132
- actioncable (= 6.0.3.4)
133
- actionmailbox (= 6.0.3.4)
134
- actionmailer (= 6.0.3.4)
135
- actionpack (= 6.0.3.4)
136
- actiontext (= 6.0.3.4)
137
- actionview (= 6.0.3.4)
138
- activejob (= 6.0.3.4)
139
- activemodel (= 6.0.3.4)
140
- activerecord (= 6.0.3.4)
141
- activestorage (= 6.0.3.4)
142
- activesupport (= 6.0.3.4)
143
- bundler (>= 1.3.0)
144
- railties (= 6.0.3.4)
145
- sprockets-rails (>= 2.0.0)
146
- rails-dom-testing (2.0.3)
147
- activesupport (>= 4.2.0)
148
- nokogiri (>= 1.6)
149
- rails-html-sanitizer (1.3.0)
150
- loofah (~> 2.3)
151
- railties (6.0.3.4)
152
- actionpack (= 6.0.3.4)
153
- activesupport (= 6.0.3.4)
154
- method_source
155
- rake (>= 0.8.7)
156
- thor (>= 0.20.3, < 2.0)
157
- rainbow (3.0.0)
158
- rake (13.0.3)
159
- reek (6.0.4)
160
- kwalify (~> 0.7.0)
161
- parser (~> 3.0.0)
162
- psych (~> 3.1)
163
- rainbow (>= 2.0, < 4.0)
164
- regexp_parser (2.1.1)
165
- rexml (3.2.5)
166
- rspec (3.10.0)
167
- rspec-core (~> 3.10.0)
168
- rspec-expectations (~> 3.10.0)
169
- rspec-mocks (~> 3.10.0)
170
- rspec-core (3.10.1)
171
- rspec-support (~> 3.10.0)
172
- rspec-expectations (3.10.1)
173
- diff-lcs (>= 1.2.0, < 2.0)
174
- rspec-support (~> 3.10.0)
175
- rspec-mocks (3.10.2)
176
- diff-lcs (>= 1.2.0, < 2.0)
177
- rspec-support (~> 3.10.0)
178
- rspec-support (3.10.2)
179
- rubocop (1.16.1)
180
- parallel (~> 1.10)
181
- parser (>= 3.0.0.0)
182
- rainbow (>= 2.2.2, < 4.0)
183
- regexp_parser (>= 1.8, < 3.0)
184
- rexml
185
- rubocop-ast (>= 1.7.0, < 2.0)
186
- ruby-progressbar (~> 1.7)
187
- unicode-display_width (>= 1.4.0, < 3.0)
188
- rubocop-ast (1.7.0)
189
- parser (>= 3.0.1.1)
190
- rubocop-performance (1.11.3)
191
- rubocop (>= 1.7.0, < 2.0)
192
- rubocop-ast (>= 0.4.0)
193
- rubocop-rake (0.5.1)
194
- rubocop
195
- rubocop-rspec (1.42.0)
196
- rubocop (>= 0.87.0)
197
- ruby-progressbar (1.11.0)
198
- ruby_parser (3.16.0)
199
- sexp_processor (~> 4.15, >= 4.15.1)
200
- rubycritic (4.6.1)
201
- flay (~> 2.8)
202
- flog (~> 4.4)
203
- launchy (>= 2.0.0)
204
- parser (>= 2.6.0)
205
- rainbow (~> 3.0)
206
- reek (~> 6.0, < 7.0)
207
- ruby_parser (~> 3.8)
208
- simplecov (>= 0.17.0)
209
- tty-which (~> 0.4.0)
210
- virtus (~> 1.0)
211
- sexp_processor (4.15.3)
212
- simplecov (0.21.2)
213
- docile (~> 1.1)
214
- simplecov-html (~> 0.11)
215
- simplecov_json_formatter (~> 0.1)
216
- simplecov-html (0.12.3)
217
- simplecov_json_formatter (0.1.3)
218
- sprockets (4.0.2)
219
- concurrent-ruby (~> 1.0)
220
- rack (> 1, < 3)
221
- sprockets-rails (3.2.2)
222
- actionpack (>= 4.0)
223
- activesupport (>= 4.0)
224
- sprockets (>= 3.0.0)
225
- thor (1.1.0)
226
- thread_safe (0.3.6)
227
- tty-which (0.4.2)
228
- tzinfo (1.2.9)
229
- thread_safe (~> 0.1)
230
- unicode-display_width (2.0.0)
231
- virtus (1.0.5)
232
- axiom-types (~> 0.1)
233
- coercible (~> 1.0)
234
- descendants_tracker (~> 0.0, >= 0.0.3)
235
- equalizer (~> 0.0, >= 0.0.9)
236
- websocket-driver (0.7.4)
237
- websocket-extensions (>= 0.1.0)
238
- websocket-extensions (0.1.5)
239
- zeitwerk (2.4.2)
240
-
241
- PLATFORMS
242
- x86_64-darwin-20
243
-
244
- DEPENDENCIES
245
- appraisal (>= 2.4, < 3.0)
246
- rails (= 6.0.3.4)
247
- rake (>= 13.0, < 14.0)
248
- rspec (>= 3.10, < 4.0)
249
- rubocop (>= 1.0, < 2.0)
250
- rubocop-performance (>= 1.0, < 2.0)
251
- rubocop-rake (>= 0.5, < 1.0)
252
- rubocop-rspec (>= 1.0, < 2.0)
253
- rubycritic (>= 4.6, < 5.0)
254
- simplecov (~> 0.21)
255
- tdc!
256
-
257
- BUNDLED WITH
258
- 2.2.10