shreddies 0.10.0 → 1.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.
@@ -0,0 +1,297 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ shreddies (0.10.0)
5
+ activerecord (>= 7.0, < 9.0)
6
+ railties (>= 7.0, < 9.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (7.1.5.1)
12
+ actionpack (= 7.1.5.1)
13
+ activesupport (= 7.1.5.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.1.5.1)
18
+ actionpack (= 7.1.5.1)
19
+ activejob (= 7.1.5.1)
20
+ activerecord (= 7.1.5.1)
21
+ activestorage (= 7.1.5.1)
22
+ activesupport (= 7.1.5.1)
23
+ mail (>= 2.7.1)
24
+ net-imap
25
+ net-pop
26
+ net-smtp
27
+ actionmailer (7.1.5.1)
28
+ actionpack (= 7.1.5.1)
29
+ actionview (= 7.1.5.1)
30
+ activejob (= 7.1.5.1)
31
+ activesupport (= 7.1.5.1)
32
+ mail (~> 2.5, >= 2.5.4)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ rails-dom-testing (~> 2.2)
37
+ actionpack (7.1.5.1)
38
+ actionview (= 7.1.5.1)
39
+ activesupport (= 7.1.5.1)
40
+ nokogiri (>= 1.8.5)
41
+ racc
42
+ rack (>= 2.2.4)
43
+ rack-session (>= 1.0.1)
44
+ rack-test (>= 0.6.3)
45
+ rails-dom-testing (~> 2.2)
46
+ rails-html-sanitizer (~> 1.6)
47
+ actiontext (7.1.5.1)
48
+ actionpack (= 7.1.5.1)
49
+ activerecord (= 7.1.5.1)
50
+ activestorage (= 7.1.5.1)
51
+ activesupport (= 7.1.5.1)
52
+ globalid (>= 0.6.0)
53
+ nokogiri (>= 1.8.5)
54
+ actionview (7.1.5.1)
55
+ activesupport (= 7.1.5.1)
56
+ builder (~> 3.1)
57
+ erubi (~> 1.11)
58
+ rails-dom-testing (~> 2.2)
59
+ rails-html-sanitizer (~> 1.6)
60
+ activejob (7.1.5.1)
61
+ activesupport (= 7.1.5.1)
62
+ globalid (>= 0.3.6)
63
+ activemodel (7.1.5.1)
64
+ activesupport (= 7.1.5.1)
65
+ activerecord (7.1.5.1)
66
+ activemodel (= 7.1.5.1)
67
+ activesupport (= 7.1.5.1)
68
+ timeout (>= 0.4.0)
69
+ activestorage (7.1.5.1)
70
+ actionpack (= 7.1.5.1)
71
+ activejob (= 7.1.5.1)
72
+ activerecord (= 7.1.5.1)
73
+ activesupport (= 7.1.5.1)
74
+ marcel (~> 1.0)
75
+ activesupport (7.1.5.1)
76
+ base64
77
+ benchmark (>= 0.3)
78
+ bigdecimal
79
+ concurrent-ruby (~> 1.0, >= 1.0.2)
80
+ connection_pool (>= 2.2.5)
81
+ drb
82
+ i18n (>= 1.6, < 2)
83
+ logger (>= 1.4.2)
84
+ minitest (>= 5.1)
85
+ mutex_m
86
+ securerandom (>= 0.3)
87
+ tzinfo (~> 2.0)
88
+ appraisal (2.5.0)
89
+ bundler
90
+ rake
91
+ thor (>= 0.14.0)
92
+ ast (2.4.2)
93
+ autotest-suffix (1.1.0)
94
+ base64 (0.2.0)
95
+ benchmark (0.4.0)
96
+ bigdecimal (3.1.9)
97
+ builder (3.3.0)
98
+ combustion (1.5.0)
99
+ activesupport (>= 3.0.0)
100
+ railties (>= 3.0.0)
101
+ thor (>= 0.14.6)
102
+ concurrent-ruby (1.3.5)
103
+ connection_pool (2.5.0)
104
+ crass (1.0.6)
105
+ date (3.4.1)
106
+ debug (1.10.0)
107
+ irb (~> 1.10)
108
+ reline (>= 0.3.8)
109
+ drb (2.2.1)
110
+ erubi (1.13.1)
111
+ globalid (1.2.1)
112
+ activesupport (>= 6.1)
113
+ i18n (1.14.7)
114
+ concurrent-ruby (~> 1.0)
115
+ io-console (0.8.0)
116
+ irb (1.15.1)
117
+ pp (>= 0.6.0)
118
+ rdoc (>= 4.0.0)
119
+ reline (>= 0.4.2)
120
+ json (2.10.1)
121
+ language_server-protocol (3.17.0.4)
122
+ lint_roller (1.1.0)
123
+ logger (1.6.6)
124
+ loofah (2.24.0)
125
+ crass (~> 1.0.2)
126
+ nokogiri (>= 1.12.0)
127
+ mail (2.8.1)
128
+ mini_mime (>= 0.1.1)
129
+ net-imap
130
+ net-pop
131
+ net-smtp
132
+ marcel (1.0.4)
133
+ mini_mime (1.1.5)
134
+ minitest (5.25.4)
135
+ minitest-autotest (1.1.1)
136
+ minitest-server (~> 1.0)
137
+ path_expander (~> 1.0)
138
+ minitest-focus (1.4.0)
139
+ minitest (>= 4, < 6)
140
+ minitest-server (1.0.8)
141
+ drb (~> 2.0)
142
+ minitest (~> 5.16)
143
+ mutex_m (0.3.0)
144
+ net-imap (0.5.6)
145
+ date
146
+ net-protocol
147
+ net-pop (0.1.2)
148
+ net-protocol
149
+ net-protocol (0.2.2)
150
+ timeout
151
+ net-smtp (0.5.1)
152
+ net-protocol
153
+ nio4r (2.7.4)
154
+ nokogiri (1.18.3-aarch64-linux-gnu)
155
+ racc (~> 1.4)
156
+ nokogiri (1.18.3-aarch64-linux-musl)
157
+ racc (~> 1.4)
158
+ nokogiri (1.18.3-arm-linux-gnu)
159
+ racc (~> 1.4)
160
+ nokogiri (1.18.3-arm-linux-musl)
161
+ racc (~> 1.4)
162
+ nokogiri (1.18.3-arm64-darwin)
163
+ racc (~> 1.4)
164
+ nokogiri (1.18.3-x86_64-darwin)
165
+ racc (~> 1.4)
166
+ nokogiri (1.18.3-x86_64-linux-gnu)
167
+ racc (~> 1.4)
168
+ nokogiri (1.18.3-x86_64-linux-musl)
169
+ racc (~> 1.4)
170
+ parallel (1.26.3)
171
+ parser (3.3.7.1)
172
+ ast (~> 2.4.1)
173
+ racc
174
+ path_expander (1.1.3)
175
+ pp (0.6.2)
176
+ prettyprint
177
+ prettyprint (0.2.0)
178
+ psych (5.2.3)
179
+ date
180
+ stringio
181
+ racc (1.8.1)
182
+ rack (3.1.12)
183
+ rack-session (2.1.0)
184
+ base64 (>= 0.1.0)
185
+ rack (>= 3.0.0)
186
+ rack-test (2.2.0)
187
+ rack (>= 1.3)
188
+ rackup (2.2.1)
189
+ rack (>= 3)
190
+ rails (7.1.5.1)
191
+ actioncable (= 7.1.5.1)
192
+ actionmailbox (= 7.1.5.1)
193
+ actionmailer (= 7.1.5.1)
194
+ actionpack (= 7.1.5.1)
195
+ actiontext (= 7.1.5.1)
196
+ actionview (= 7.1.5.1)
197
+ activejob (= 7.1.5.1)
198
+ activemodel (= 7.1.5.1)
199
+ activerecord (= 7.1.5.1)
200
+ activestorage (= 7.1.5.1)
201
+ activesupport (= 7.1.5.1)
202
+ bundler (>= 1.15.0)
203
+ railties (= 7.1.5.1)
204
+ rails-dom-testing (2.2.0)
205
+ activesupport (>= 5.0.0)
206
+ minitest
207
+ nokogiri (>= 1.6)
208
+ rails-html-sanitizer (1.6.2)
209
+ loofah (~> 2.21)
210
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
211
+ railties (7.1.5.1)
212
+ actionpack (= 7.1.5.1)
213
+ activesupport (= 7.1.5.1)
214
+ irb
215
+ rackup (>= 1.0.0)
216
+ rake (>= 12.2)
217
+ thor (~> 1.0, >= 1.2.2)
218
+ zeitwerk (~> 2.6)
219
+ rainbow (3.1.1)
220
+ rake (13.2.1)
221
+ rdoc (6.12.0)
222
+ psych (>= 4.0.0)
223
+ regexp_parser (2.10.0)
224
+ reline (0.6.0)
225
+ io-console (~> 0.5)
226
+ rubocop (1.73.2)
227
+ json (~> 2.3)
228
+ language_server-protocol (~> 3.17.0.2)
229
+ lint_roller (~> 1.1.0)
230
+ parallel (~> 1.10)
231
+ parser (>= 3.3.0.2)
232
+ rainbow (>= 2.2.2, < 4.0)
233
+ regexp_parser (>= 2.9.3, < 3.0)
234
+ rubocop-ast (>= 1.38.0, < 2.0)
235
+ ruby-progressbar (~> 1.7)
236
+ unicode-display_width (>= 2.4.0, < 4.0)
237
+ rubocop-ast (1.38.1)
238
+ parser (>= 3.3.1.0)
239
+ rubocop-minitest (0.37.1)
240
+ lint_roller (~> 1.1)
241
+ rubocop (>= 1.72.1, < 2.0)
242
+ rubocop-ast (>= 1.38.0, < 2.0)
243
+ rubocop-rake (0.7.1)
244
+ lint_roller (~> 1.1)
245
+ rubocop (>= 1.72.1)
246
+ ruby-progressbar (1.13.0)
247
+ securerandom (0.4.1)
248
+ sqlite3 (2.6.0-aarch64-linux-gnu)
249
+ sqlite3 (2.6.0-aarch64-linux-musl)
250
+ sqlite3 (2.6.0-arm-linux-gnu)
251
+ sqlite3 (2.6.0-arm-linux-musl)
252
+ sqlite3 (2.6.0-arm64-darwin)
253
+ sqlite3 (2.6.0-x86_64-darwin)
254
+ sqlite3 (2.6.0-x86_64-linux-gnu)
255
+ sqlite3 (2.6.0-x86_64-linux-musl)
256
+ stringio (3.1.5)
257
+ thor (1.3.2)
258
+ timeout (0.4.3)
259
+ tzinfo (2.0.6)
260
+ concurrent-ruby (~> 1.0)
261
+ unicode-display_width (3.1.4)
262
+ unicode-emoji (~> 4.0, >= 4.0.4)
263
+ unicode-emoji (4.0.4)
264
+ websocket-driver (0.7.7)
265
+ base64
266
+ websocket-extensions (>= 0.1.0)
267
+ websocket-extensions (0.1.5)
268
+ zeitwerk (2.7.2)
269
+
270
+ PLATFORMS
271
+ aarch64-linux-gnu
272
+ aarch64-linux-musl
273
+ arm-linux-gnu
274
+ arm-linux-musl
275
+ arm64-darwin
276
+ x86_64-darwin
277
+ x86_64-linux-gnu
278
+ x86_64-linux-musl
279
+
280
+ DEPENDENCIES
281
+ appraisal
282
+ autotest-suffix
283
+ combustion
284
+ debug
285
+ minitest
286
+ minitest-autotest
287
+ minitest-focus
288
+ rails (~> 7.1.0)
289
+ rake
290
+ rubocop
291
+ rubocop-minitest
292
+ rubocop-rake
293
+ shreddies!
294
+ sqlite3
295
+
296
+ BUNDLED WITH
297
+ 2.6.5
@@ -0,0 +1,19 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "autotest-suffix"
7
+ gem "combustion"
8
+ gem "debug"
9
+ gem "minitest"
10
+ gem "minitest-autotest"
11
+ gem "minitest-focus"
12
+ gem "rake"
13
+ gem "rubocop"
14
+ gem "rubocop-minitest"
15
+ gem "rubocop-rake"
16
+ gem "sqlite3"
17
+ gem "rails", "~> 7.2.0"
18
+
19
+ gemspec path: "../"
@@ -0,0 +1,291 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ shreddies (0.10.0)
5
+ activerecord (>= 7.0, < 9.0)
6
+ railties (>= 7.0, < 9.0)
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ actioncable (7.2.2.1)
12
+ actionpack (= 7.2.2.1)
13
+ activesupport (= 7.2.2.1)
14
+ nio4r (~> 2.0)
15
+ websocket-driver (>= 0.6.1)
16
+ zeitwerk (~> 2.6)
17
+ actionmailbox (7.2.2.1)
18
+ actionpack (= 7.2.2.1)
19
+ activejob (= 7.2.2.1)
20
+ activerecord (= 7.2.2.1)
21
+ activestorage (= 7.2.2.1)
22
+ activesupport (= 7.2.2.1)
23
+ mail (>= 2.8.0)
24
+ actionmailer (7.2.2.1)
25
+ actionpack (= 7.2.2.1)
26
+ actionview (= 7.2.2.1)
27
+ activejob (= 7.2.2.1)
28
+ activesupport (= 7.2.2.1)
29
+ mail (>= 2.8.0)
30
+ rails-dom-testing (~> 2.2)
31
+ actionpack (7.2.2.1)
32
+ actionview (= 7.2.2.1)
33
+ activesupport (= 7.2.2.1)
34
+ nokogiri (>= 1.8.5)
35
+ racc
36
+ rack (>= 2.2.4, < 3.2)
37
+ rack-session (>= 1.0.1)
38
+ rack-test (>= 0.6.3)
39
+ rails-dom-testing (~> 2.2)
40
+ rails-html-sanitizer (~> 1.6)
41
+ useragent (~> 0.16)
42
+ actiontext (7.2.2.1)
43
+ actionpack (= 7.2.2.1)
44
+ activerecord (= 7.2.2.1)
45
+ activestorage (= 7.2.2.1)
46
+ activesupport (= 7.2.2.1)
47
+ globalid (>= 0.6.0)
48
+ nokogiri (>= 1.8.5)
49
+ actionview (7.2.2.1)
50
+ activesupport (= 7.2.2.1)
51
+ builder (~> 3.1)
52
+ erubi (~> 1.11)
53
+ rails-dom-testing (~> 2.2)
54
+ rails-html-sanitizer (~> 1.6)
55
+ activejob (7.2.2.1)
56
+ activesupport (= 7.2.2.1)
57
+ globalid (>= 0.3.6)
58
+ activemodel (7.2.2.1)
59
+ activesupport (= 7.2.2.1)
60
+ activerecord (7.2.2.1)
61
+ activemodel (= 7.2.2.1)
62
+ activesupport (= 7.2.2.1)
63
+ timeout (>= 0.4.0)
64
+ activestorage (7.2.2.1)
65
+ actionpack (= 7.2.2.1)
66
+ activejob (= 7.2.2.1)
67
+ activerecord (= 7.2.2.1)
68
+ activesupport (= 7.2.2.1)
69
+ marcel (~> 1.0)
70
+ activesupport (7.2.2.1)
71
+ base64
72
+ benchmark (>= 0.3)
73
+ bigdecimal
74
+ concurrent-ruby (~> 1.0, >= 1.3.1)
75
+ connection_pool (>= 2.2.5)
76
+ drb
77
+ i18n (>= 1.6, < 2)
78
+ logger (>= 1.4.2)
79
+ minitest (>= 5.1)
80
+ securerandom (>= 0.3)
81
+ tzinfo (~> 2.0, >= 2.0.5)
82
+ appraisal (2.5.0)
83
+ bundler
84
+ rake
85
+ thor (>= 0.14.0)
86
+ ast (2.4.2)
87
+ autotest-suffix (1.1.0)
88
+ base64 (0.2.0)
89
+ benchmark (0.4.0)
90
+ bigdecimal (3.1.9)
91
+ builder (3.3.0)
92
+ combustion (1.5.0)
93
+ activesupport (>= 3.0.0)
94
+ railties (>= 3.0.0)
95
+ thor (>= 0.14.6)
96
+ concurrent-ruby (1.3.5)
97
+ connection_pool (2.5.0)
98
+ crass (1.0.6)
99
+ date (3.4.1)
100
+ debug (1.10.0)
101
+ irb (~> 1.10)
102
+ reline (>= 0.3.8)
103
+ drb (2.2.1)
104
+ erubi (1.13.1)
105
+ globalid (1.2.1)
106
+ activesupport (>= 6.1)
107
+ i18n (1.14.7)
108
+ concurrent-ruby (~> 1.0)
109
+ io-console (0.8.0)
110
+ irb (1.15.1)
111
+ pp (>= 0.6.0)
112
+ rdoc (>= 4.0.0)
113
+ reline (>= 0.4.2)
114
+ json (2.10.1)
115
+ language_server-protocol (3.17.0.4)
116
+ lint_roller (1.1.0)
117
+ logger (1.6.6)
118
+ loofah (2.24.0)
119
+ crass (~> 1.0.2)
120
+ nokogiri (>= 1.12.0)
121
+ mail (2.8.1)
122
+ mini_mime (>= 0.1.1)
123
+ net-imap
124
+ net-pop
125
+ net-smtp
126
+ marcel (1.0.4)
127
+ mini_mime (1.1.5)
128
+ minitest (5.25.4)
129
+ minitest-autotest (1.1.1)
130
+ minitest-server (~> 1.0)
131
+ path_expander (~> 1.0)
132
+ minitest-focus (1.4.0)
133
+ minitest (>= 4, < 6)
134
+ minitest-server (1.0.8)
135
+ drb (~> 2.0)
136
+ minitest (~> 5.16)
137
+ net-imap (0.5.6)
138
+ date
139
+ net-protocol
140
+ net-pop (0.1.2)
141
+ net-protocol
142
+ net-protocol (0.2.2)
143
+ timeout
144
+ net-smtp (0.5.1)
145
+ net-protocol
146
+ nio4r (2.7.4)
147
+ nokogiri (1.18.3-aarch64-linux-gnu)
148
+ racc (~> 1.4)
149
+ nokogiri (1.18.3-aarch64-linux-musl)
150
+ racc (~> 1.4)
151
+ nokogiri (1.18.3-arm-linux-gnu)
152
+ racc (~> 1.4)
153
+ nokogiri (1.18.3-arm-linux-musl)
154
+ racc (~> 1.4)
155
+ nokogiri (1.18.3-arm64-darwin)
156
+ racc (~> 1.4)
157
+ nokogiri (1.18.3-x86_64-darwin)
158
+ racc (~> 1.4)
159
+ nokogiri (1.18.3-x86_64-linux-gnu)
160
+ racc (~> 1.4)
161
+ nokogiri (1.18.3-x86_64-linux-musl)
162
+ racc (~> 1.4)
163
+ parallel (1.26.3)
164
+ parser (3.3.7.1)
165
+ ast (~> 2.4.1)
166
+ racc
167
+ path_expander (1.1.3)
168
+ pp (0.6.2)
169
+ prettyprint
170
+ prettyprint (0.2.0)
171
+ psych (5.2.3)
172
+ date
173
+ stringio
174
+ racc (1.8.1)
175
+ rack (3.1.12)
176
+ rack-session (2.1.0)
177
+ base64 (>= 0.1.0)
178
+ rack (>= 3.0.0)
179
+ rack-test (2.2.0)
180
+ rack (>= 1.3)
181
+ rackup (2.2.1)
182
+ rack (>= 3)
183
+ rails (7.2.2.1)
184
+ actioncable (= 7.2.2.1)
185
+ actionmailbox (= 7.2.2.1)
186
+ actionmailer (= 7.2.2.1)
187
+ actionpack (= 7.2.2.1)
188
+ actiontext (= 7.2.2.1)
189
+ actionview (= 7.2.2.1)
190
+ activejob (= 7.2.2.1)
191
+ activemodel (= 7.2.2.1)
192
+ activerecord (= 7.2.2.1)
193
+ activestorage (= 7.2.2.1)
194
+ activesupport (= 7.2.2.1)
195
+ bundler (>= 1.15.0)
196
+ railties (= 7.2.2.1)
197
+ rails-dom-testing (2.2.0)
198
+ activesupport (>= 5.0.0)
199
+ minitest
200
+ nokogiri (>= 1.6)
201
+ rails-html-sanitizer (1.6.2)
202
+ loofah (~> 2.21)
203
+ nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
204
+ railties (7.2.2.1)
205
+ actionpack (= 7.2.2.1)
206
+ activesupport (= 7.2.2.1)
207
+ irb (~> 1.13)
208
+ rackup (>= 1.0.0)
209
+ rake (>= 12.2)
210
+ thor (~> 1.0, >= 1.2.2)
211
+ zeitwerk (~> 2.6)
212
+ rainbow (3.1.1)
213
+ rake (13.2.1)
214
+ rdoc (6.12.0)
215
+ psych (>= 4.0.0)
216
+ regexp_parser (2.10.0)
217
+ reline (0.6.0)
218
+ io-console (~> 0.5)
219
+ rubocop (1.73.2)
220
+ json (~> 2.3)
221
+ language_server-protocol (~> 3.17.0.2)
222
+ lint_roller (~> 1.1.0)
223
+ parallel (~> 1.10)
224
+ parser (>= 3.3.0.2)
225
+ rainbow (>= 2.2.2, < 4.0)
226
+ regexp_parser (>= 2.9.3, < 3.0)
227
+ rubocop-ast (>= 1.38.0, < 2.0)
228
+ ruby-progressbar (~> 1.7)
229
+ unicode-display_width (>= 2.4.0, < 4.0)
230
+ rubocop-ast (1.38.1)
231
+ parser (>= 3.3.1.0)
232
+ rubocop-minitest (0.37.1)
233
+ lint_roller (~> 1.1)
234
+ rubocop (>= 1.72.1, < 2.0)
235
+ rubocop-ast (>= 1.38.0, < 2.0)
236
+ rubocop-rake (0.7.1)
237
+ lint_roller (~> 1.1)
238
+ rubocop (>= 1.72.1)
239
+ ruby-progressbar (1.13.0)
240
+ securerandom (0.4.1)
241
+ sqlite3 (2.6.0-aarch64-linux-gnu)
242
+ sqlite3 (2.6.0-aarch64-linux-musl)
243
+ sqlite3 (2.6.0-arm-linux-gnu)
244
+ sqlite3 (2.6.0-arm-linux-musl)
245
+ sqlite3 (2.6.0-arm64-darwin)
246
+ sqlite3 (2.6.0-x86_64-darwin)
247
+ sqlite3 (2.6.0-x86_64-linux-gnu)
248
+ sqlite3 (2.6.0-x86_64-linux-musl)
249
+ stringio (3.1.5)
250
+ thor (1.3.2)
251
+ timeout (0.4.3)
252
+ tzinfo (2.0.6)
253
+ concurrent-ruby (~> 1.0)
254
+ unicode-display_width (3.1.4)
255
+ unicode-emoji (~> 4.0, >= 4.0.4)
256
+ unicode-emoji (4.0.4)
257
+ useragent (0.16.11)
258
+ websocket-driver (0.7.7)
259
+ base64
260
+ websocket-extensions (>= 0.1.0)
261
+ websocket-extensions (0.1.5)
262
+ zeitwerk (2.7.2)
263
+
264
+ PLATFORMS
265
+ aarch64-linux-gnu
266
+ aarch64-linux-musl
267
+ arm-linux-gnu
268
+ arm-linux-musl
269
+ arm64-darwin
270
+ x86_64-darwin
271
+ x86_64-linux-gnu
272
+ x86_64-linux-musl
273
+
274
+ DEPENDENCIES
275
+ appraisal
276
+ autotest-suffix
277
+ combustion
278
+ debug
279
+ minitest
280
+ minitest-autotest
281
+ minitest-focus
282
+ rails (~> 7.2.0)
283
+ rake
284
+ rubocop
285
+ rubocop-minitest
286
+ rubocop-rake
287
+ shreddies!
288
+ sqlite3
289
+
290
+ BUNDLED WITH
291
+ 2.6.5
@@ -0,0 +1,19 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "appraisal"
6
+ gem "autotest-suffix"
7
+ gem "combustion"
8
+ gem "debug"
9
+ gem "minitest"
10
+ gem "minitest-autotest"
11
+ gem "minitest-focus"
12
+ gem "rake"
13
+ gem "rubocop"
14
+ gem "rubocop-minitest"
15
+ gem "rubocop-rake"
16
+ gem "sqlite3"
17
+ gem "rails", "~> 8.0.1"
18
+
19
+ gemspec path: "../"