lumberaxe 0.2.0 → 0.3.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/.rubocop.yml +0 -8
- data/Appraisals +12 -11
- data/Gemfile +3 -7
- data/Gemfile.lock +161 -150
- data/docs/CHANGELOG.md +10 -0
- data/gemfiles/rails_7_1.gemfile +4 -6
- data/gemfiles/rails_7_1.gemfile.lock +74 -73
- data/gemfiles/rails_7_2.gemfile +6 -8
- data/gemfiles/rails_7_2.gemfile.lock +156 -143
- data/gemfiles/{rails_7_0.gemfile → rails_8_0.gemfile} +7 -9
- data/gemfiles/rails_8_0.gemfile.lock +379 -0
- data/gemfiles/{rails_6_1.gemfile → rails_8_1.gemfile} +7 -9
- data/gemfiles/rails_8_1.gemfile.lock +379 -0
- data/lib/lumberaxe/version.rb +1 -1
- data/lumberaxe.gemspec +2 -2
- metadata +12 -17
- data/gemfiles/rails_6_0.gemfile +0 -10
- data/gemfiles/rails_6_0.gemfile.lock +0 -299
- data/gemfiles/rails_6_1.gemfile.lock +0 -319
- data/gemfiles/rails_7_0.gemfile.lock +0 -316
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: ../../rubocop-powerhome
|
|
3
3
|
specs:
|
|
4
|
-
rubocop-powerhome (0.
|
|
5
|
-
rubocop (= 1.
|
|
4
|
+
rubocop-powerhome (0.7.0)
|
|
5
|
+
rubocop (= 1.82.1)
|
|
6
6
|
rubocop-performance
|
|
7
7
|
rubocop-rails
|
|
8
8
|
rubocop-rake
|
|
@@ -11,81 +11,84 @@ PATH
|
|
|
11
11
|
PATH
|
|
12
12
|
remote: ..
|
|
13
13
|
specs:
|
|
14
|
-
lumberaxe (0.
|
|
15
|
-
activesupport (>=
|
|
14
|
+
lumberaxe (0.3.0)
|
|
15
|
+
activesupport (>= 7.1.3.2, < 8.2)
|
|
16
16
|
lograge (= 0.10.0)
|
|
17
17
|
|
|
18
18
|
GEM
|
|
19
19
|
remote: https://rubygems.org/
|
|
20
20
|
specs:
|
|
21
|
-
actioncable (7.2.
|
|
22
|
-
actionpack (= 7.2.
|
|
23
|
-
activesupport (= 7.2.
|
|
21
|
+
actioncable (7.2.3.1)
|
|
22
|
+
actionpack (= 7.2.3.1)
|
|
23
|
+
activesupport (= 7.2.3.1)
|
|
24
24
|
nio4r (~> 2.0)
|
|
25
25
|
websocket-driver (>= 0.6.1)
|
|
26
26
|
zeitwerk (~> 2.6)
|
|
27
|
-
actionmailbox (7.2.
|
|
28
|
-
actionpack (= 7.2.
|
|
29
|
-
activejob (= 7.2.
|
|
30
|
-
activerecord (= 7.2.
|
|
31
|
-
activestorage (= 7.2.
|
|
32
|
-
activesupport (= 7.2.
|
|
27
|
+
actionmailbox (7.2.3.1)
|
|
28
|
+
actionpack (= 7.2.3.1)
|
|
29
|
+
activejob (= 7.2.3.1)
|
|
30
|
+
activerecord (= 7.2.3.1)
|
|
31
|
+
activestorage (= 7.2.3.1)
|
|
32
|
+
activesupport (= 7.2.3.1)
|
|
33
33
|
mail (>= 2.8.0)
|
|
34
|
-
actionmailer (7.2.
|
|
35
|
-
actionpack (= 7.2.
|
|
36
|
-
actionview (= 7.2.
|
|
37
|
-
activejob (= 7.2.
|
|
38
|
-
activesupport (= 7.2.
|
|
34
|
+
actionmailer (7.2.3.1)
|
|
35
|
+
actionpack (= 7.2.3.1)
|
|
36
|
+
actionview (= 7.2.3.1)
|
|
37
|
+
activejob (= 7.2.3.1)
|
|
38
|
+
activesupport (= 7.2.3.1)
|
|
39
39
|
mail (>= 2.8.0)
|
|
40
40
|
rails-dom-testing (~> 2.2)
|
|
41
|
-
actionpack (7.2.
|
|
42
|
-
actionview (= 7.2.
|
|
43
|
-
activesupport (= 7.2.
|
|
41
|
+
actionpack (7.2.3.1)
|
|
42
|
+
actionview (= 7.2.3.1)
|
|
43
|
+
activesupport (= 7.2.3.1)
|
|
44
|
+
cgi
|
|
44
45
|
nokogiri (>= 1.8.5)
|
|
45
46
|
racc
|
|
46
|
-
rack (>= 2.2.4, < 3.
|
|
47
|
+
rack (>= 2.2.4, < 3.3)
|
|
47
48
|
rack-session (>= 1.0.1)
|
|
48
49
|
rack-test (>= 0.6.3)
|
|
49
50
|
rails-dom-testing (~> 2.2)
|
|
50
51
|
rails-html-sanitizer (~> 1.6)
|
|
51
52
|
useragent (~> 0.16)
|
|
52
|
-
actiontext (7.2.
|
|
53
|
-
actionpack (= 7.2.
|
|
54
|
-
activerecord (= 7.2.
|
|
55
|
-
activestorage (= 7.2.
|
|
56
|
-
activesupport (= 7.2.
|
|
53
|
+
actiontext (7.2.3.1)
|
|
54
|
+
actionpack (= 7.2.3.1)
|
|
55
|
+
activerecord (= 7.2.3.1)
|
|
56
|
+
activestorage (= 7.2.3.1)
|
|
57
|
+
activesupport (= 7.2.3.1)
|
|
57
58
|
globalid (>= 0.6.0)
|
|
58
59
|
nokogiri (>= 1.8.5)
|
|
59
|
-
actionview (7.2.
|
|
60
|
-
activesupport (= 7.2.
|
|
60
|
+
actionview (7.2.3.1)
|
|
61
|
+
activesupport (= 7.2.3.1)
|
|
61
62
|
builder (~> 3.1)
|
|
63
|
+
cgi
|
|
62
64
|
erubi (~> 1.11)
|
|
63
65
|
rails-dom-testing (~> 2.2)
|
|
64
66
|
rails-html-sanitizer (~> 1.6)
|
|
65
|
-
activejob (7.2.
|
|
66
|
-
activesupport (= 7.2.
|
|
67
|
+
activejob (7.2.3.1)
|
|
68
|
+
activesupport (= 7.2.3.1)
|
|
67
69
|
globalid (>= 0.3.6)
|
|
68
|
-
activemodel (7.2.
|
|
69
|
-
activesupport (= 7.2.
|
|
70
|
-
activerecord (7.2.
|
|
71
|
-
activemodel (= 7.2.
|
|
72
|
-
activesupport (= 7.2.
|
|
70
|
+
activemodel (7.2.3.1)
|
|
71
|
+
activesupport (= 7.2.3.1)
|
|
72
|
+
activerecord (7.2.3.1)
|
|
73
|
+
activemodel (= 7.2.3.1)
|
|
74
|
+
activesupport (= 7.2.3.1)
|
|
73
75
|
timeout (>= 0.4.0)
|
|
74
|
-
activestorage (7.2.
|
|
75
|
-
actionpack (= 7.2.
|
|
76
|
-
activejob (= 7.2.
|
|
77
|
-
activerecord (= 7.2.
|
|
78
|
-
activesupport (= 7.2.
|
|
76
|
+
activestorage (7.2.3.1)
|
|
77
|
+
actionpack (= 7.2.3.1)
|
|
78
|
+
activejob (= 7.2.3.1)
|
|
79
|
+
activerecord (= 7.2.3.1)
|
|
80
|
+
activesupport (= 7.2.3.1)
|
|
79
81
|
marcel (~> 1.0)
|
|
80
|
-
activesupport (7.2.
|
|
82
|
+
activesupport (7.2.3.1)
|
|
81
83
|
base64
|
|
84
|
+
benchmark (>= 0.3)
|
|
82
85
|
bigdecimal
|
|
83
86
|
concurrent-ruby (~> 1.0, >= 1.3.1)
|
|
84
87
|
connection_pool (>= 2.2.5)
|
|
85
88
|
drb
|
|
86
89
|
i18n (>= 1.6, < 2)
|
|
87
90
|
logger (>= 1.4.2)
|
|
88
|
-
minitest (>= 5.1)
|
|
91
|
+
minitest (>= 5.1, < 6)
|
|
89
92
|
securerandom (>= 0.3)
|
|
90
93
|
tzinfo (~> 2.0, >= 2.0.5)
|
|
91
94
|
appraisal (2.5.0)
|
|
@@ -94,36 +97,37 @@ GEM
|
|
|
94
97
|
thor (>= 0.14.0)
|
|
95
98
|
ast (2.4.3)
|
|
96
99
|
base64 (0.3.0)
|
|
97
|
-
|
|
100
|
+
benchmark (0.5.0)
|
|
101
|
+
bigdecimal (4.1.2)
|
|
98
102
|
builder (3.3.0)
|
|
99
103
|
byebug (11.1.3)
|
|
100
|
-
cgi (0.5.
|
|
104
|
+
cgi (0.5.1)
|
|
101
105
|
coderay (1.1.3)
|
|
102
106
|
combustion (1.5.0)
|
|
103
107
|
activesupport (>= 3.0.0)
|
|
104
108
|
railties (>= 3.0.0)
|
|
105
109
|
thor (>= 0.14.6)
|
|
106
|
-
concurrent-ruby (1.3.
|
|
107
|
-
connection_pool (
|
|
110
|
+
concurrent-ruby (1.3.6)
|
|
111
|
+
connection_pool (3.0.2)
|
|
108
112
|
crass (1.0.6)
|
|
109
113
|
csv (3.3.5)
|
|
110
|
-
date (3.
|
|
114
|
+
date (3.5.1)
|
|
111
115
|
diff-lcs (1.6.2)
|
|
112
116
|
docile (1.1.5)
|
|
113
117
|
drb (2.2.3)
|
|
114
|
-
erb (
|
|
115
|
-
cgi (>= 0.3.3)
|
|
118
|
+
erb (6.0.4)
|
|
116
119
|
erubi (1.13.1)
|
|
117
|
-
globalid (1.
|
|
120
|
+
globalid (1.3.0)
|
|
118
121
|
activesupport (>= 6.1)
|
|
119
|
-
i18n (1.14.
|
|
122
|
+
i18n (1.14.8)
|
|
120
123
|
concurrent-ruby (~> 1.0)
|
|
121
|
-
io-console (0.8.
|
|
122
|
-
irb (1.
|
|
124
|
+
io-console (0.8.2)
|
|
125
|
+
irb (1.18.0)
|
|
123
126
|
pp (>= 0.6.0)
|
|
127
|
+
prism (>= 1.3.0)
|
|
124
128
|
rdoc (>= 4.0.0)
|
|
125
129
|
reline (>= 0.4.2)
|
|
126
|
-
json (2.
|
|
130
|
+
json (2.19.3)
|
|
127
131
|
language_server-protocol (3.17.0.5)
|
|
128
132
|
license_finder (7.2.1)
|
|
129
133
|
bundler
|
|
@@ -140,19 +144,20 @@ GEM
|
|
|
140
144
|
activesupport (>= 4)
|
|
141
145
|
railties (>= 4)
|
|
142
146
|
request_store (~> 1.0)
|
|
143
|
-
loofah (2.
|
|
147
|
+
loofah (2.25.1)
|
|
144
148
|
crass (~> 1.0.2)
|
|
145
149
|
nokogiri (>= 1.12.0)
|
|
146
|
-
mail (2.
|
|
150
|
+
mail (2.9.0)
|
|
151
|
+
logger
|
|
147
152
|
mini_mime (>= 0.1.1)
|
|
148
153
|
net-imap
|
|
149
154
|
net-pop
|
|
150
155
|
net-smtp
|
|
151
|
-
marcel (1.0
|
|
156
|
+
marcel (1.1.0)
|
|
152
157
|
method_source (1.1.0)
|
|
153
158
|
mini_mime (1.1.5)
|
|
154
|
-
minitest (5.
|
|
155
|
-
net-imap (0.
|
|
159
|
+
minitest (5.27.0)
|
|
160
|
+
net-imap (0.6.3)
|
|
156
161
|
date
|
|
157
162
|
net-protocol
|
|
158
163
|
net-pop (0.1.2)
|
|
@@ -161,107 +166,115 @@ GEM
|
|
|
161
166
|
timeout
|
|
162
167
|
net-smtp (0.5.1)
|
|
163
168
|
net-protocol
|
|
164
|
-
nio4r (2.7.
|
|
165
|
-
nokogiri (1.
|
|
169
|
+
nio4r (2.7.5)
|
|
170
|
+
nokogiri (1.19.3-aarch64-linux-gnu)
|
|
166
171
|
racc (~> 1.4)
|
|
167
|
-
nokogiri (1.
|
|
172
|
+
nokogiri (1.19.3-aarch64-linux-musl)
|
|
168
173
|
racc (~> 1.4)
|
|
169
|
-
nokogiri (1.
|
|
174
|
+
nokogiri (1.19.3-arm-linux-gnu)
|
|
170
175
|
racc (~> 1.4)
|
|
171
|
-
nokogiri (1.
|
|
176
|
+
nokogiri (1.19.3-arm-linux-musl)
|
|
172
177
|
racc (~> 1.4)
|
|
173
|
-
nokogiri (1.
|
|
178
|
+
nokogiri (1.19.3-arm64-darwin)
|
|
174
179
|
racc (~> 1.4)
|
|
175
|
-
|
|
176
|
-
|
|
180
|
+
nokogiri (1.19.3-x86_64-darwin)
|
|
181
|
+
racc (~> 1.4)
|
|
182
|
+
nokogiri (1.19.3-x86_64-linux-gnu)
|
|
183
|
+
racc (~> 1.4)
|
|
184
|
+
nokogiri (1.19.3-x86_64-linux-musl)
|
|
185
|
+
racc (~> 1.4)
|
|
186
|
+
parallel (1.28.0)
|
|
187
|
+
parser (3.3.11.1)
|
|
177
188
|
ast (~> 2.4.1)
|
|
178
189
|
racc
|
|
179
|
-
power_assert (
|
|
180
|
-
pp (0.6.
|
|
190
|
+
power_assert (3.0.1)
|
|
191
|
+
pp (0.6.3)
|
|
181
192
|
prettyprint
|
|
182
193
|
prettyprint (0.2.0)
|
|
183
|
-
prism (1.
|
|
194
|
+
prism (1.9.0)
|
|
184
195
|
pry (0.14.2)
|
|
185
196
|
coderay (~> 1.1)
|
|
186
197
|
method_source (~> 1.0)
|
|
187
198
|
pry-byebug (3.10.1)
|
|
188
199
|
byebug (~> 11.0)
|
|
189
200
|
pry (>= 0.13, < 0.15)
|
|
190
|
-
psych (5.
|
|
201
|
+
psych (5.3.1)
|
|
191
202
|
date
|
|
192
203
|
stringio
|
|
193
204
|
racc (1.8.1)
|
|
194
|
-
rack (3.
|
|
195
|
-
rack-session (2.1.
|
|
205
|
+
rack (3.2.6)
|
|
206
|
+
rack-session (2.1.2)
|
|
196
207
|
base64 (>= 0.1.0)
|
|
197
208
|
rack (>= 3.0.0)
|
|
198
209
|
rack-test (2.2.0)
|
|
199
210
|
rack (>= 1.3)
|
|
200
|
-
rackup (2.
|
|
211
|
+
rackup (2.3.1)
|
|
201
212
|
rack (>= 3)
|
|
202
|
-
rails (7.2.
|
|
203
|
-
actioncable (= 7.2.
|
|
204
|
-
actionmailbox (= 7.2.
|
|
205
|
-
actionmailer (= 7.2.
|
|
206
|
-
actionpack (= 7.2.
|
|
207
|
-
actiontext (= 7.2.
|
|
208
|
-
actionview (= 7.2.
|
|
209
|
-
activejob (= 7.2.
|
|
210
|
-
activemodel (= 7.2.
|
|
211
|
-
activerecord (= 7.2.
|
|
212
|
-
activestorage (= 7.2.
|
|
213
|
-
activesupport (= 7.2.
|
|
213
|
+
rails (7.2.3.1)
|
|
214
|
+
actioncable (= 7.2.3.1)
|
|
215
|
+
actionmailbox (= 7.2.3.1)
|
|
216
|
+
actionmailer (= 7.2.3.1)
|
|
217
|
+
actionpack (= 7.2.3.1)
|
|
218
|
+
actiontext (= 7.2.3.1)
|
|
219
|
+
actionview (= 7.2.3.1)
|
|
220
|
+
activejob (= 7.2.3.1)
|
|
221
|
+
activemodel (= 7.2.3.1)
|
|
222
|
+
activerecord (= 7.2.3.1)
|
|
223
|
+
activestorage (= 7.2.3.1)
|
|
224
|
+
activesupport (= 7.2.3.1)
|
|
214
225
|
bundler (>= 1.15.0)
|
|
215
|
-
railties (= 7.2.
|
|
226
|
+
railties (= 7.2.3.1)
|
|
216
227
|
rails-dom-testing (2.3.0)
|
|
217
228
|
activesupport (>= 5.0.0)
|
|
218
229
|
minitest
|
|
219
230
|
nokogiri (>= 1.6)
|
|
220
|
-
rails-html-sanitizer (1.
|
|
221
|
-
loofah (~> 2.
|
|
231
|
+
rails-html-sanitizer (1.7.0)
|
|
232
|
+
loofah (~> 2.25)
|
|
222
233
|
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)
|
|
223
|
-
railties (7.2.
|
|
224
|
-
actionpack (= 7.2.
|
|
225
|
-
activesupport (= 7.2.
|
|
234
|
+
railties (7.2.3.1)
|
|
235
|
+
actionpack (= 7.2.3.1)
|
|
236
|
+
activesupport (= 7.2.3.1)
|
|
237
|
+
cgi
|
|
226
238
|
irb (~> 1.13)
|
|
227
239
|
rackup (>= 1.0.0)
|
|
228
240
|
rake (>= 12.2)
|
|
229
241
|
thor (~> 1.0, >= 1.2.2)
|
|
242
|
+
tsort (>= 0.2)
|
|
230
243
|
zeitwerk (~> 2.6)
|
|
231
|
-
rainbow (
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
rdoc (6.14.2)
|
|
244
|
+
rainbow (3.1.1)
|
|
245
|
+
rake (13.4.2)
|
|
246
|
+
rdoc (7.2.0)
|
|
235
247
|
erb
|
|
236
248
|
psych (>= 4.0.0)
|
|
237
|
-
|
|
238
|
-
|
|
249
|
+
tsort
|
|
250
|
+
regexp_parser (2.12.0)
|
|
251
|
+
reline (0.6.3)
|
|
239
252
|
io-console (~> 0.5)
|
|
240
253
|
request_store (1.7.0)
|
|
241
254
|
rack (>= 1.4)
|
|
242
|
-
rexml (3.4.
|
|
243
|
-
rspec (3.13.
|
|
255
|
+
rexml (3.4.4)
|
|
256
|
+
rspec (3.13.2)
|
|
244
257
|
rspec-core (~> 3.13.0)
|
|
245
258
|
rspec-expectations (~> 3.13.0)
|
|
246
259
|
rspec-mocks (~> 3.13.0)
|
|
247
|
-
rspec-core (3.13.
|
|
260
|
+
rspec-core (3.13.6)
|
|
248
261
|
rspec-support (~> 3.13.0)
|
|
249
262
|
rspec-expectations (3.13.5)
|
|
250
263
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
251
264
|
rspec-support (~> 3.13.0)
|
|
252
|
-
rspec-mocks (3.13.
|
|
265
|
+
rspec-mocks (3.13.8)
|
|
253
266
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
254
267
|
rspec-support (~> 3.13.0)
|
|
255
|
-
rspec-rails (8.0.
|
|
268
|
+
rspec-rails (8.0.4)
|
|
256
269
|
actionpack (>= 7.2)
|
|
257
270
|
activesupport (>= 7.2)
|
|
258
271
|
railties (>= 7.2)
|
|
259
|
-
rspec-core (
|
|
260
|
-
rspec-expectations (
|
|
261
|
-
rspec-mocks (
|
|
262
|
-
rspec-support (
|
|
263
|
-
rspec-support (3.13.
|
|
264
|
-
rubocop (1.
|
|
272
|
+
rspec-core (>= 3.13.0, < 5.0.0)
|
|
273
|
+
rspec-expectations (>= 3.13.0, < 5.0.0)
|
|
274
|
+
rspec-mocks (>= 3.13.0, < 5.0.0)
|
|
275
|
+
rspec-support (>= 3.13.0, < 5.0.0)
|
|
276
|
+
rspec-support (3.13.7)
|
|
277
|
+
rubocop (1.82.1)
|
|
265
278
|
json (~> 2.3)
|
|
266
279
|
language_server-protocol (~> 3.17.0.2)
|
|
267
280
|
lint_roller (~> 1.1.0)
|
|
@@ -269,28 +282,28 @@ GEM
|
|
|
269
282
|
parser (>= 3.3.0.2)
|
|
270
283
|
rainbow (>= 2.2.2, < 4.0)
|
|
271
284
|
regexp_parser (>= 2.9.3, < 3.0)
|
|
272
|
-
rubocop-ast (>= 1.
|
|
285
|
+
rubocop-ast (>= 1.48.0, < 2.0)
|
|
273
286
|
ruby-progressbar (~> 1.7)
|
|
274
287
|
unicode-display_width (>= 2.4.0, < 4.0)
|
|
275
|
-
rubocop-ast (1.
|
|
288
|
+
rubocop-ast (1.49.1)
|
|
276
289
|
parser (>= 3.3.7.2)
|
|
277
|
-
prism (~> 1.
|
|
278
|
-
rubocop-performance (1.
|
|
290
|
+
prism (~> 1.7)
|
|
291
|
+
rubocop-performance (1.26.1)
|
|
279
292
|
lint_roller (~> 1.1)
|
|
280
|
-
rubocop (>= 1.
|
|
281
|
-
rubocop-ast (>= 1.
|
|
282
|
-
rubocop-rails (2.
|
|
293
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
294
|
+
rubocop-ast (>= 1.47.1, < 2.0)
|
|
295
|
+
rubocop-rails (2.34.3)
|
|
283
296
|
activesupport (>= 4.2.0)
|
|
284
297
|
lint_roller (~> 1.1)
|
|
285
298
|
rack (>= 1.1)
|
|
286
|
-
rubocop (>= 1.
|
|
287
|
-
rubocop-ast (>= 1.
|
|
299
|
+
rubocop (>= 1.75.0, < 2.0)
|
|
300
|
+
rubocop-ast (>= 1.44.0, < 2.0)
|
|
288
301
|
rubocop-rake (0.7.1)
|
|
289
302
|
lint_roller (~> 1.1)
|
|
290
303
|
rubocop (>= 1.72.1)
|
|
291
|
-
rubocop-rspec (3.
|
|
304
|
+
rubocop-rspec (3.9.0)
|
|
292
305
|
lint_roller (~> 1.1)
|
|
293
|
-
rubocop (~> 1.
|
|
306
|
+
rubocop (~> 1.81)
|
|
294
307
|
ruby-progressbar (1.13.0)
|
|
295
308
|
rubyzip (2.4.1)
|
|
296
309
|
securerandom (0.4.1)
|
|
@@ -299,22 +312,26 @@ GEM
|
|
|
299
312
|
json (>= 1.8, < 3)
|
|
300
313
|
simplecov-html (~> 0.10.0)
|
|
301
314
|
simplecov-html (0.10.2)
|
|
302
|
-
sqlite3 (
|
|
303
|
-
sqlite3 (
|
|
304
|
-
sqlite3 (
|
|
305
|
-
sqlite3 (
|
|
306
|
-
sqlite3 (
|
|
307
|
-
|
|
315
|
+
sqlite3 (2.9.2-aarch64-linux-gnu)
|
|
316
|
+
sqlite3 (2.9.2-aarch64-linux-musl)
|
|
317
|
+
sqlite3 (2.9.2-arm-linux-gnu)
|
|
318
|
+
sqlite3 (2.9.2-arm-linux-musl)
|
|
319
|
+
sqlite3 (2.9.2-arm64-darwin)
|
|
320
|
+
sqlite3 (2.9.2-x86_64-darwin)
|
|
321
|
+
sqlite3 (2.9.2-x86_64-linux-gnu)
|
|
322
|
+
sqlite3 (2.9.2-x86_64-linux-musl)
|
|
323
|
+
stringio (3.2.0)
|
|
308
324
|
test-unit (3.1.5)
|
|
309
325
|
power_assert
|
|
310
|
-
thor (1.
|
|
311
|
-
timeout (0.
|
|
312
|
-
tomlrb (2.0.
|
|
326
|
+
thor (1.5.0)
|
|
327
|
+
timeout (0.6.1)
|
|
328
|
+
tomlrb (2.0.4)
|
|
329
|
+
tsort (0.2.0)
|
|
313
330
|
tzinfo (2.0.6)
|
|
314
331
|
concurrent-ruby (~> 1.0)
|
|
315
|
-
unicode-display_width (3.
|
|
316
|
-
unicode-emoji (~> 4.
|
|
317
|
-
unicode-emoji (4.0
|
|
332
|
+
unicode-display_width (3.2.0)
|
|
333
|
+
unicode-emoji (~> 4.1)
|
|
334
|
+
unicode-emoji (4.2.0)
|
|
318
335
|
useragent (0.16.11)
|
|
319
336
|
websocket-driver (0.8.0)
|
|
320
337
|
base64
|
|
@@ -323,8 +340,8 @@ GEM
|
|
|
323
340
|
with_env (1.1.0)
|
|
324
341
|
xml-simple (1.1.9)
|
|
325
342
|
rexml
|
|
326
|
-
yard (0.9.
|
|
327
|
-
zeitwerk (2.
|
|
343
|
+
yard (0.9.38)
|
|
344
|
+
zeitwerk (2.7.5)
|
|
328
345
|
|
|
329
346
|
PLATFORMS
|
|
330
347
|
aarch64-linux
|
|
@@ -343,25 +360,21 @@ DEPENDENCIES
|
|
|
343
360
|
appraisal (~> 2.5.0)
|
|
344
361
|
bundler (~> 2.1)
|
|
345
362
|
combustion (~> 1.3)
|
|
346
|
-
erb (< 5)
|
|
347
363
|
license_finder (>= 7.0)
|
|
348
364
|
lumberaxe!
|
|
349
|
-
net-imap (< 0.5.0)
|
|
350
|
-
nokogiri (< 1.18.0)
|
|
351
365
|
parser (>= 2.5, != 2.5.1.1)
|
|
352
366
|
pry (>= 0.14.2)
|
|
353
367
|
pry-byebug (= 3.10.1)
|
|
354
|
-
rails (= 7.2.
|
|
355
|
-
rainbow (=
|
|
368
|
+
rails (= 7.2.3.1)
|
|
369
|
+
rainbow (= 3.1.1)
|
|
356
370
|
rake (~> 13.0)
|
|
357
371
|
rspec (~> 3.0)
|
|
358
372
|
rspec-rails (~> 8.0.1)
|
|
359
373
|
rubocop-powerhome!
|
|
360
374
|
simplecov (= 0.15.1)
|
|
361
|
-
sqlite3 (~>
|
|
375
|
+
sqlite3 (~> 2.9)
|
|
362
376
|
test-unit (= 3.1.5)
|
|
363
|
-
yard (= 0.9.
|
|
364
|
-
zeitwerk (< 2.7.0)
|
|
377
|
+
yard (= 0.9.38)
|
|
365
378
|
|
|
366
379
|
BUNDLED WITH
|
|
367
380
|
2.5.23
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
1
3
|
# This file was generated by Appraisal
|
|
2
4
|
|
|
3
5
|
source "https://rubygems.org"
|
|
@@ -5,23 +7,19 @@ source "https://rubygems.org"
|
|
|
5
7
|
gem "appraisal", "~> 2.5.0"
|
|
6
8
|
gem "bundler", "~> 2.1"
|
|
7
9
|
gem "combustion", "~> 1.3"
|
|
8
|
-
gem "erb", "< 5"
|
|
9
10
|
gem "license_finder", ">= 7.0"
|
|
10
|
-
gem "net-imap", "< 0.5.0"
|
|
11
|
-
gem "nokogiri", "< 1.18.0"
|
|
12
11
|
gem "parser", ">= 2.5", "!= 2.5.1.1"
|
|
13
12
|
gem "pry", ">= 0.14.2"
|
|
14
13
|
gem "pry-byebug", "3.10.1"
|
|
15
|
-
gem "rails", "
|
|
16
|
-
gem "rainbow", "
|
|
14
|
+
gem "rails", "8.0.5"
|
|
15
|
+
gem "rainbow", "3.1.1"
|
|
17
16
|
gem "rake", "~> 13.0"
|
|
18
17
|
gem "rspec", "~> 3.0"
|
|
19
|
-
gem "rspec-rails", "~>
|
|
18
|
+
gem "rspec-rails", "~> 8.0.1"
|
|
20
19
|
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
|
21
20
|
gem "simplecov", "0.15.1"
|
|
22
|
-
gem "sqlite3", "~>
|
|
21
|
+
gem "sqlite3", "~> 2.9"
|
|
23
22
|
gem "test-unit", "3.1.5"
|
|
24
|
-
gem "yard", "0.9.
|
|
25
|
-
gem "zeitwerk", "< 2.7.0"
|
|
23
|
+
gem "yard", "0.9.38"
|
|
26
24
|
|
|
27
25
|
gemspec path: "../"
|