himg 0.0.1 → 0.0.3

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,334 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ himg (0.0.2)
5
+ rb_sys (~> 0.9)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (7.1.5.1)
11
+ actionpack (= 7.1.5.1)
12
+ activesupport (= 7.1.5.1)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ zeitwerk (~> 2.6)
16
+ actionmailbox (7.1.5.1)
17
+ actionpack (= 7.1.5.1)
18
+ activejob (= 7.1.5.1)
19
+ activerecord (= 7.1.5.1)
20
+ activestorage (= 7.1.5.1)
21
+ activesupport (= 7.1.5.1)
22
+ mail (>= 2.7.1)
23
+ net-imap
24
+ net-pop
25
+ net-smtp
26
+ actionmailer (7.1.5.1)
27
+ actionpack (= 7.1.5.1)
28
+ actionview (= 7.1.5.1)
29
+ activejob (= 7.1.5.1)
30
+ activesupport (= 7.1.5.1)
31
+ mail (~> 2.5, >= 2.5.4)
32
+ net-imap
33
+ net-pop
34
+ net-smtp
35
+ rails-dom-testing (~> 2.2)
36
+ actionpack (7.1.5.1)
37
+ actionview (= 7.1.5.1)
38
+ activesupport (= 7.1.5.1)
39
+ nokogiri (>= 1.8.5)
40
+ racc
41
+ rack (>= 2.2.4)
42
+ rack-session (>= 1.0.1)
43
+ rack-test (>= 0.6.3)
44
+ rails-dom-testing (~> 2.2)
45
+ rails-html-sanitizer (~> 1.6)
46
+ actiontext (7.1.5.1)
47
+ actionpack (= 7.1.5.1)
48
+ activerecord (= 7.1.5.1)
49
+ activestorage (= 7.1.5.1)
50
+ activesupport (= 7.1.5.1)
51
+ globalid (>= 0.6.0)
52
+ nokogiri (>= 1.8.5)
53
+ actionview (7.1.5.1)
54
+ activesupport (= 7.1.5.1)
55
+ builder (~> 3.1)
56
+ erubi (~> 1.11)
57
+ rails-dom-testing (~> 2.2)
58
+ rails-html-sanitizer (~> 1.6)
59
+ activejob (7.1.5.1)
60
+ activesupport (= 7.1.5.1)
61
+ globalid (>= 0.3.6)
62
+ activemodel (7.1.5.1)
63
+ activesupport (= 7.1.5.1)
64
+ activerecord (7.1.5.1)
65
+ activemodel (= 7.1.5.1)
66
+ activesupport (= 7.1.5.1)
67
+ timeout (>= 0.4.0)
68
+ activestorage (7.1.5.1)
69
+ actionpack (= 7.1.5.1)
70
+ activejob (= 7.1.5.1)
71
+ activerecord (= 7.1.5.1)
72
+ activesupport (= 7.1.5.1)
73
+ marcel (~> 1.0)
74
+ activesupport (7.1.5.1)
75
+ base64
76
+ benchmark (>= 0.3)
77
+ bigdecimal
78
+ concurrent-ruby (~> 1.0, >= 1.0.2)
79
+ connection_pool (>= 2.2.5)
80
+ drb
81
+ i18n (>= 1.6, < 2)
82
+ logger (>= 1.4.2)
83
+ minitest (>= 5.1)
84
+ mutex_m
85
+ securerandom (>= 0.3)
86
+ tzinfo (~> 2.0)
87
+ appraisal (2.5.0)
88
+ bundler
89
+ rake
90
+ thor (>= 0.14.0)
91
+ ast (2.4.3)
92
+ base64 (0.2.0)
93
+ benchmark (0.4.0)
94
+ bigdecimal (3.1.9)
95
+ builder (3.3.0)
96
+ bump (0.10.0)
97
+ concurrent-ruby (1.3.5)
98
+ connection_pool (2.5.1)
99
+ crass (1.0.6)
100
+ csv (3.3.4)
101
+ date (3.4.1)
102
+ debug (1.10.0)
103
+ irb (~> 1.10)
104
+ reline (>= 0.3.8)
105
+ diff-lcs (1.6.1)
106
+ drb (2.2.1)
107
+ erubi (1.13.1)
108
+ ffi (1.17.2-aarch64-linux-gnu)
109
+ ffi (1.17.2-aarch64-linux-musl)
110
+ ffi (1.17.2-arm-linux-gnu)
111
+ ffi (1.17.2-arm-linux-musl)
112
+ ffi (1.17.2-arm64-darwin)
113
+ ffi (1.17.2-x86_64-darwin)
114
+ ffi (1.17.2-x86_64-linux-gnu)
115
+ ffi (1.17.2-x86_64-linux-musl)
116
+ fileutils (1.7.3)
117
+ globalid (1.2.1)
118
+ activesupport (>= 6.1)
119
+ i18n (1.14.7)
120
+ concurrent-ruby (~> 1.0)
121
+ io-console (0.8.0)
122
+ irb (1.15.2)
123
+ pp (>= 0.6.0)
124
+ rdoc (>= 4.0.0)
125
+ reline (>= 0.4.2)
126
+ json (2.10.2)
127
+ language_server-protocol (3.17.0.4)
128
+ lint_roller (1.1.0)
129
+ listen (3.9.0)
130
+ rb-fsevent (~> 0.10, >= 0.10.3)
131
+ rb-inotify (~> 0.9, >= 0.9.10)
132
+ logger (1.7.0)
133
+ loofah (2.24.0)
134
+ crass (~> 1.0.2)
135
+ nokogiri (>= 1.12.0)
136
+ mail (2.8.1)
137
+ mini_mime (>= 0.1.1)
138
+ net-imap
139
+ net-pop
140
+ net-smtp
141
+ marcel (1.0.4)
142
+ mini_mime (1.1.5)
143
+ minitest (5.25.5)
144
+ mutex_m (0.3.0)
145
+ net-imap (0.5.6)
146
+ date
147
+ net-protocol
148
+ net-pop (0.1.2)
149
+ net-protocol
150
+ net-protocol (0.2.2)
151
+ timeout
152
+ net-smtp (0.5.1)
153
+ net-protocol
154
+ nio4r (2.7.4)
155
+ nokogiri (1.18.8-aarch64-linux-gnu)
156
+ racc (~> 1.4)
157
+ nokogiri (1.18.8-aarch64-linux-musl)
158
+ racc (~> 1.4)
159
+ nokogiri (1.18.8-arm-linux-gnu)
160
+ racc (~> 1.4)
161
+ nokogiri (1.18.8-arm-linux-musl)
162
+ racc (~> 1.4)
163
+ nokogiri (1.18.8-arm64-darwin)
164
+ racc (~> 1.4)
165
+ nokogiri (1.18.8-x86_64-darwin)
166
+ racc (~> 1.4)
167
+ nokogiri (1.18.8-x86_64-linux-gnu)
168
+ racc (~> 1.4)
169
+ nokogiri (1.18.8-x86_64-linux-musl)
170
+ racc (~> 1.4)
171
+ parallel (1.27.0)
172
+ parser (3.3.8.0)
173
+ ast (~> 2.4.1)
174
+ racc
175
+ pp (0.6.2)
176
+ prettyprint
177
+ prettyprint (0.2.0)
178
+ prism (1.4.0)
179
+ psych (5.2.3)
180
+ date
181
+ stringio
182
+ racc (1.8.1)
183
+ rack (3.1.13)
184
+ rack-session (2.1.0)
185
+ base64 (>= 0.1.0)
186
+ rack (>= 3.0.0)
187
+ rack-test (2.2.0)
188
+ rack (>= 1.3)
189
+ rackup (2.2.1)
190
+ rack (>= 3)
191
+ rails (7.1.5.1)
192
+ actioncable (= 7.1.5.1)
193
+ actionmailbox (= 7.1.5.1)
194
+ actionmailer (= 7.1.5.1)
195
+ actionpack (= 7.1.5.1)
196
+ actiontext (= 7.1.5.1)
197
+ actionview (= 7.1.5.1)
198
+ activejob (= 7.1.5.1)
199
+ activemodel (= 7.1.5.1)
200
+ activerecord (= 7.1.5.1)
201
+ activestorage (= 7.1.5.1)
202
+ activesupport (= 7.1.5.1)
203
+ bundler (>= 1.15.0)
204
+ railties (= 7.1.5.1)
205
+ rails-dom-testing (2.2.0)
206
+ activesupport (>= 5.0.0)
207
+ minitest
208
+ nokogiri (>= 1.6)
209
+ rails-html-sanitizer (1.6.2)
210
+ loofah (~> 2.21)
211
+ 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)
212
+ railties (7.1.5.1)
213
+ actionpack (= 7.1.5.1)
214
+ activesupport (= 7.1.5.1)
215
+ irb
216
+ rackup (>= 1.0.0)
217
+ rake (>= 12.2)
218
+ thor (~> 1.0, >= 1.2.2)
219
+ zeitwerk (~> 2.6)
220
+ rainbow (3.1.1)
221
+ rake (13.2.1)
222
+ rake-compiler (1.3.0)
223
+ rake
224
+ rake-compiler-dock (1.9.1)
225
+ rb-fsevent (0.11.2)
226
+ rb-inotify (0.11.1)
227
+ ffi (~> 1.0)
228
+ rb_sys (0.9.111)
229
+ rake-compiler-dock (= 1.9.1)
230
+ rbs (3.9.2)
231
+ logger
232
+ rdoc (6.13.1)
233
+ psych (>= 4.0.0)
234
+ regexp_parser (2.10.0)
235
+ reline (0.6.1)
236
+ io-console (~> 0.5)
237
+ rspec (3.13.0)
238
+ rspec-core (~> 3.13.0)
239
+ rspec-expectations (~> 3.13.0)
240
+ rspec-mocks (~> 3.13.0)
241
+ rspec-core (3.13.3)
242
+ rspec-support (~> 3.13.0)
243
+ rspec-expectations (3.13.3)
244
+ diff-lcs (>= 1.2.0, < 2.0)
245
+ rspec-support (~> 3.13.0)
246
+ rspec-mocks (3.13.2)
247
+ diff-lcs (>= 1.2.0, < 2.0)
248
+ rspec-support (~> 3.13.0)
249
+ rspec-rails (7.1.1)
250
+ actionpack (>= 7.0)
251
+ activesupport (>= 7.0)
252
+ railties (>= 7.0)
253
+ rspec-core (~> 3.13)
254
+ rspec-expectations (~> 3.13)
255
+ rspec-mocks (~> 3.13)
256
+ rspec-support (~> 3.13)
257
+ rspec-support (3.13.2)
258
+ rubocop (1.75.2)
259
+ json (~> 2.3)
260
+ language_server-protocol (~> 3.17.0.2)
261
+ lint_roller (~> 1.1.0)
262
+ parallel (~> 1.10)
263
+ parser (>= 3.3.0.2)
264
+ rainbow (>= 2.2.2, < 4.0)
265
+ regexp_parser (>= 2.9.3, < 3.0)
266
+ rubocop-ast (>= 1.44.0, < 2.0)
267
+ ruby-progressbar (~> 1.7)
268
+ unicode-display_width (>= 2.4.0, < 4.0)
269
+ rubocop-ast (1.44.1)
270
+ parser (>= 3.3.7.2)
271
+ prism (~> 1.4)
272
+ ruby-progressbar (1.13.0)
273
+ securerandom (0.4.1)
274
+ steep (1.10.0)
275
+ activesupport (>= 5.1)
276
+ concurrent-ruby (>= 1.1.10)
277
+ csv (>= 3.0.9)
278
+ fileutils (>= 1.1.0)
279
+ json (>= 2.1.0)
280
+ language_server-protocol (>= 3.17.0.4, < 4.0)
281
+ listen (~> 3.0)
282
+ logger (>= 1.3.0)
283
+ mutex_m (>= 0.3.0)
284
+ parser (>= 3.1)
285
+ rainbow (>= 2.2.2, < 4.0)
286
+ rbs (~> 3.9)
287
+ securerandom (>= 0.1)
288
+ strscan (>= 1.0.0)
289
+ terminal-table (>= 2, < 5)
290
+ uri (>= 0.12.0)
291
+ stringio (3.1.7)
292
+ strscan (3.1.3)
293
+ terminal-table (4.0.0)
294
+ unicode-display_width (>= 1.1.1, < 4)
295
+ thor (1.3.2)
296
+ timeout (0.4.3)
297
+ tzinfo (2.0.6)
298
+ concurrent-ruby (~> 1.0)
299
+ unicode-display_width (3.1.4)
300
+ unicode-emoji (~> 4.0, >= 4.0.4)
301
+ unicode-emoji (4.0.4)
302
+ uri (1.0.3)
303
+ websocket-driver (0.7.7)
304
+ base64
305
+ websocket-extensions (>= 0.1.0)
306
+ websocket-extensions (0.1.5)
307
+ zeitwerk (2.7.2)
308
+
309
+ PLATFORMS
310
+ aarch64-linux-gnu
311
+ aarch64-linux-musl
312
+ arm-linux-gnu
313
+ arm-linux-musl
314
+ arm64-darwin
315
+ x86_64-darwin
316
+ x86_64-linux-gnu
317
+ x86_64-linux-musl
318
+
319
+ DEPENDENCIES
320
+ appraisal
321
+ bump
322
+ debug
323
+ himg!
324
+ irb
325
+ rails (~> 7.1.0)
326
+ rake
327
+ rake-compiler
328
+ rspec
329
+ rspec-rails (~> 7.0)
330
+ rubocop
331
+ steep
332
+
333
+ BUNDLED WITH
334
+ 2.6.7
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 7.2.0"
6
+ gem "rspec-rails", "~> 7.0"
7
+
8
+ gemspec path: "../"
@@ -0,0 +1,329 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ himg (0.0.2)
5
+ rb_sys (~> 0.9)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (7.2.2.1)
11
+ actionpack (= 7.2.2.1)
12
+ activesupport (= 7.2.2.1)
13
+ nio4r (~> 2.0)
14
+ websocket-driver (>= 0.6.1)
15
+ zeitwerk (~> 2.6)
16
+ actionmailbox (7.2.2.1)
17
+ actionpack (= 7.2.2.1)
18
+ activejob (= 7.2.2.1)
19
+ activerecord (= 7.2.2.1)
20
+ activestorage (= 7.2.2.1)
21
+ activesupport (= 7.2.2.1)
22
+ mail (>= 2.8.0)
23
+ actionmailer (7.2.2.1)
24
+ actionpack (= 7.2.2.1)
25
+ actionview (= 7.2.2.1)
26
+ activejob (= 7.2.2.1)
27
+ activesupport (= 7.2.2.1)
28
+ mail (>= 2.8.0)
29
+ rails-dom-testing (~> 2.2)
30
+ actionpack (7.2.2.1)
31
+ actionview (= 7.2.2.1)
32
+ activesupport (= 7.2.2.1)
33
+ nokogiri (>= 1.8.5)
34
+ racc
35
+ rack (>= 2.2.4, < 3.2)
36
+ rack-session (>= 1.0.1)
37
+ rack-test (>= 0.6.3)
38
+ rails-dom-testing (~> 2.2)
39
+ rails-html-sanitizer (~> 1.6)
40
+ useragent (~> 0.16)
41
+ actiontext (7.2.2.1)
42
+ actionpack (= 7.2.2.1)
43
+ activerecord (= 7.2.2.1)
44
+ activestorage (= 7.2.2.1)
45
+ activesupport (= 7.2.2.1)
46
+ globalid (>= 0.6.0)
47
+ nokogiri (>= 1.8.5)
48
+ actionview (7.2.2.1)
49
+ activesupport (= 7.2.2.1)
50
+ builder (~> 3.1)
51
+ erubi (~> 1.11)
52
+ rails-dom-testing (~> 2.2)
53
+ rails-html-sanitizer (~> 1.6)
54
+ activejob (7.2.2.1)
55
+ activesupport (= 7.2.2.1)
56
+ globalid (>= 0.3.6)
57
+ activemodel (7.2.2.1)
58
+ activesupport (= 7.2.2.1)
59
+ activerecord (7.2.2.1)
60
+ activemodel (= 7.2.2.1)
61
+ activesupport (= 7.2.2.1)
62
+ timeout (>= 0.4.0)
63
+ activestorage (7.2.2.1)
64
+ actionpack (= 7.2.2.1)
65
+ activejob (= 7.2.2.1)
66
+ activerecord (= 7.2.2.1)
67
+ activesupport (= 7.2.2.1)
68
+ marcel (~> 1.0)
69
+ activesupport (7.2.2.1)
70
+ base64
71
+ benchmark (>= 0.3)
72
+ bigdecimal
73
+ concurrent-ruby (~> 1.0, >= 1.3.1)
74
+ connection_pool (>= 2.2.5)
75
+ drb
76
+ i18n (>= 1.6, < 2)
77
+ logger (>= 1.4.2)
78
+ minitest (>= 5.1)
79
+ securerandom (>= 0.3)
80
+ tzinfo (~> 2.0, >= 2.0.5)
81
+ appraisal (2.5.0)
82
+ bundler
83
+ rake
84
+ thor (>= 0.14.0)
85
+ ast (2.4.3)
86
+ base64 (0.2.0)
87
+ benchmark (0.4.0)
88
+ bigdecimal (3.1.9)
89
+ builder (3.3.0)
90
+ bump (0.10.0)
91
+ concurrent-ruby (1.3.5)
92
+ connection_pool (2.5.1)
93
+ crass (1.0.6)
94
+ csv (3.3.4)
95
+ date (3.4.1)
96
+ debug (1.10.0)
97
+ irb (~> 1.10)
98
+ reline (>= 0.3.8)
99
+ diff-lcs (1.6.1)
100
+ drb (2.2.1)
101
+ erubi (1.13.1)
102
+ ffi (1.17.2-aarch64-linux-gnu)
103
+ ffi (1.17.2-aarch64-linux-musl)
104
+ ffi (1.17.2-arm-linux-gnu)
105
+ ffi (1.17.2-arm-linux-musl)
106
+ ffi (1.17.2-arm64-darwin)
107
+ ffi (1.17.2-x86_64-darwin)
108
+ ffi (1.17.2-x86_64-linux-gnu)
109
+ ffi (1.17.2-x86_64-linux-musl)
110
+ fileutils (1.7.3)
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.2)
117
+ pp (>= 0.6.0)
118
+ rdoc (>= 4.0.0)
119
+ reline (>= 0.4.2)
120
+ json (2.10.2)
121
+ language_server-protocol (3.17.0.4)
122
+ lint_roller (1.1.0)
123
+ listen (3.9.0)
124
+ rb-fsevent (~> 0.10, >= 0.10.3)
125
+ rb-inotify (~> 0.9, >= 0.9.10)
126
+ logger (1.7.0)
127
+ loofah (2.24.0)
128
+ crass (~> 1.0.2)
129
+ nokogiri (>= 1.12.0)
130
+ mail (2.8.1)
131
+ mini_mime (>= 0.1.1)
132
+ net-imap
133
+ net-pop
134
+ net-smtp
135
+ marcel (1.0.4)
136
+ mini_mime (1.1.5)
137
+ minitest (5.25.5)
138
+ mutex_m (0.3.0)
139
+ net-imap (0.5.6)
140
+ date
141
+ net-protocol
142
+ net-pop (0.1.2)
143
+ net-protocol
144
+ net-protocol (0.2.2)
145
+ timeout
146
+ net-smtp (0.5.1)
147
+ net-protocol
148
+ nio4r (2.7.4)
149
+ nokogiri (1.18.8-aarch64-linux-gnu)
150
+ racc (~> 1.4)
151
+ nokogiri (1.18.8-aarch64-linux-musl)
152
+ racc (~> 1.4)
153
+ nokogiri (1.18.8-arm-linux-gnu)
154
+ racc (~> 1.4)
155
+ nokogiri (1.18.8-arm-linux-musl)
156
+ racc (~> 1.4)
157
+ nokogiri (1.18.8-arm64-darwin)
158
+ racc (~> 1.4)
159
+ nokogiri (1.18.8-x86_64-darwin)
160
+ racc (~> 1.4)
161
+ nokogiri (1.18.8-x86_64-linux-gnu)
162
+ racc (~> 1.4)
163
+ nokogiri (1.18.8-x86_64-linux-musl)
164
+ racc (~> 1.4)
165
+ parallel (1.27.0)
166
+ parser (3.3.8.0)
167
+ ast (~> 2.4.1)
168
+ racc
169
+ pp (0.6.2)
170
+ prettyprint
171
+ prettyprint (0.2.0)
172
+ prism (1.4.0)
173
+ psych (5.2.3)
174
+ date
175
+ stringio
176
+ racc (1.8.1)
177
+ rack (3.1.13)
178
+ rack-session (2.1.0)
179
+ base64 (>= 0.1.0)
180
+ rack (>= 3.0.0)
181
+ rack-test (2.2.0)
182
+ rack (>= 1.3)
183
+ rackup (2.2.1)
184
+ rack (>= 3)
185
+ rails (7.2.2.1)
186
+ actioncable (= 7.2.2.1)
187
+ actionmailbox (= 7.2.2.1)
188
+ actionmailer (= 7.2.2.1)
189
+ actionpack (= 7.2.2.1)
190
+ actiontext (= 7.2.2.1)
191
+ actionview (= 7.2.2.1)
192
+ activejob (= 7.2.2.1)
193
+ activemodel (= 7.2.2.1)
194
+ activerecord (= 7.2.2.1)
195
+ activestorage (= 7.2.2.1)
196
+ activesupport (= 7.2.2.1)
197
+ bundler (>= 1.15.0)
198
+ railties (= 7.2.2.1)
199
+ rails-dom-testing (2.2.0)
200
+ activesupport (>= 5.0.0)
201
+ minitest
202
+ nokogiri (>= 1.6)
203
+ rails-html-sanitizer (1.6.2)
204
+ loofah (~> 2.21)
205
+ 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)
206
+ railties (7.2.2.1)
207
+ actionpack (= 7.2.2.1)
208
+ activesupport (= 7.2.2.1)
209
+ irb (~> 1.13)
210
+ rackup (>= 1.0.0)
211
+ rake (>= 12.2)
212
+ thor (~> 1.0, >= 1.2.2)
213
+ zeitwerk (~> 2.6)
214
+ rainbow (3.1.1)
215
+ rake (13.2.1)
216
+ rake-compiler (1.3.0)
217
+ rake
218
+ rake-compiler-dock (1.9.1)
219
+ rb-fsevent (0.11.2)
220
+ rb-inotify (0.11.1)
221
+ ffi (~> 1.0)
222
+ rb_sys (0.9.111)
223
+ rake-compiler-dock (= 1.9.1)
224
+ rbs (3.9.2)
225
+ logger
226
+ rdoc (6.13.1)
227
+ psych (>= 4.0.0)
228
+ regexp_parser (2.10.0)
229
+ reline (0.6.1)
230
+ io-console (~> 0.5)
231
+ rspec (3.13.0)
232
+ rspec-core (~> 3.13.0)
233
+ rspec-expectations (~> 3.13.0)
234
+ rspec-mocks (~> 3.13.0)
235
+ rspec-core (3.13.3)
236
+ rspec-support (~> 3.13.0)
237
+ rspec-expectations (3.13.3)
238
+ diff-lcs (>= 1.2.0, < 2.0)
239
+ rspec-support (~> 3.13.0)
240
+ rspec-mocks (3.13.2)
241
+ diff-lcs (>= 1.2.0, < 2.0)
242
+ rspec-support (~> 3.13.0)
243
+ rspec-rails (7.1.1)
244
+ actionpack (>= 7.0)
245
+ activesupport (>= 7.0)
246
+ railties (>= 7.0)
247
+ rspec-core (~> 3.13)
248
+ rspec-expectations (~> 3.13)
249
+ rspec-mocks (~> 3.13)
250
+ rspec-support (~> 3.13)
251
+ rspec-support (3.13.2)
252
+ rubocop (1.75.2)
253
+ json (~> 2.3)
254
+ language_server-protocol (~> 3.17.0.2)
255
+ lint_roller (~> 1.1.0)
256
+ parallel (~> 1.10)
257
+ parser (>= 3.3.0.2)
258
+ rainbow (>= 2.2.2, < 4.0)
259
+ regexp_parser (>= 2.9.3, < 3.0)
260
+ rubocop-ast (>= 1.44.0, < 2.0)
261
+ ruby-progressbar (~> 1.7)
262
+ unicode-display_width (>= 2.4.0, < 4.0)
263
+ rubocop-ast (1.44.1)
264
+ parser (>= 3.3.7.2)
265
+ prism (~> 1.4)
266
+ ruby-progressbar (1.13.0)
267
+ securerandom (0.4.1)
268
+ steep (1.10.0)
269
+ activesupport (>= 5.1)
270
+ concurrent-ruby (>= 1.1.10)
271
+ csv (>= 3.0.9)
272
+ fileutils (>= 1.1.0)
273
+ json (>= 2.1.0)
274
+ language_server-protocol (>= 3.17.0.4, < 4.0)
275
+ listen (~> 3.0)
276
+ logger (>= 1.3.0)
277
+ mutex_m (>= 0.3.0)
278
+ parser (>= 3.1)
279
+ rainbow (>= 2.2.2, < 4.0)
280
+ rbs (~> 3.9)
281
+ securerandom (>= 0.1)
282
+ strscan (>= 1.0.0)
283
+ terminal-table (>= 2, < 5)
284
+ uri (>= 0.12.0)
285
+ stringio (3.1.7)
286
+ strscan (3.1.3)
287
+ terminal-table (4.0.0)
288
+ unicode-display_width (>= 1.1.1, < 4)
289
+ thor (1.3.2)
290
+ timeout (0.4.3)
291
+ tzinfo (2.0.6)
292
+ concurrent-ruby (~> 1.0)
293
+ unicode-display_width (3.1.4)
294
+ unicode-emoji (~> 4.0, >= 4.0.4)
295
+ unicode-emoji (4.0.4)
296
+ uri (1.0.3)
297
+ useragent (0.16.11)
298
+ websocket-driver (0.7.7)
299
+ base64
300
+ websocket-extensions (>= 0.1.0)
301
+ websocket-extensions (0.1.5)
302
+ zeitwerk (2.7.2)
303
+
304
+ PLATFORMS
305
+ aarch64-linux-gnu
306
+ aarch64-linux-musl
307
+ arm-linux-gnu
308
+ arm-linux-musl
309
+ arm64-darwin
310
+ x86_64-darwin
311
+ x86_64-linux-gnu
312
+ x86_64-linux-musl
313
+
314
+ DEPENDENCIES
315
+ appraisal
316
+ bump
317
+ debug
318
+ himg!
319
+ irb
320
+ rails (~> 7.2.0)
321
+ rake
322
+ rake-compiler
323
+ rspec
324
+ rspec-rails (~> 7.0)
325
+ rubocop
326
+ steep
327
+
328
+ BUNDLED WITH
329
+ 2.6.7
@@ -0,0 +1,8 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "rails", "~> 8.0"
6
+ gem "rspec-rails", "~> 7.0"
7
+
8
+ gemspec path: "../"