lumberaxe 0.1.5 → 0.2.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 +1 -1
- data/Appraisals +11 -7
- data/Gemfile +20 -1
- data/Gemfile.lock +189 -173
- data/docs/CHANGELOG.md +4 -0
- data/gemfiles/rails_6_0.gemfile +2 -1
- data/gemfiles/rails_6_0.gemfile.lock +76 -74
- data/gemfiles/rails_6_1.gemfile +20 -2
- data/gemfiles/rails_6_1.gemfile.lock +170 -151
- data/gemfiles/rails_7_0.gemfile +20 -2
- data/gemfiles/rails_7_0.gemfile.lock +164 -147
- data/gemfiles/rails_7_1.gemfile +20 -2
- data/gemfiles/rails_7_1.gemfile.lock +184 -165
- data/gemfiles/rails_7_2.gemfile +27 -0
- data/gemfiles/rails_7_2.gemfile.lock +367 -0
- data/lib/lumberaxe/logger.rb +1 -1
- data/lib/lumberaxe/version.rb +1 -1
- data/lumberaxe.gemspec +2 -20
- metadata +8 -256
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../../rubocop-powerhome
|
3
3
|
specs:
|
4
|
-
rubocop-powerhome (0.5.
|
5
|
-
rubocop (
|
4
|
+
rubocop-powerhome (0.5.5)
|
5
|
+
rubocop (= 1.74.0)
|
6
6
|
rubocop-performance
|
7
7
|
rubocop-rails
|
8
8
|
rubocop-rake
|
@@ -11,42 +11,42 @@ PATH
|
|
11
11
|
PATH
|
12
12
|
remote: ..
|
13
13
|
specs:
|
14
|
-
lumberaxe (0.
|
15
|
-
activesupport (>= 6.0.6.1, <
|
14
|
+
lumberaxe (0.2.0)
|
15
|
+
activesupport (>= 6.0.6.1, < 8)
|
16
16
|
lograge (= 0.10.0)
|
17
17
|
|
18
18
|
GEM
|
19
19
|
remote: https://rubygems.org/
|
20
20
|
specs:
|
21
|
-
actioncable (7.1.3)
|
22
|
-
actionpack (= 7.1.3)
|
23
|
-
activesupport (= 7.1.3)
|
21
|
+
actioncable (7.1.3.2)
|
22
|
+
actionpack (= 7.1.3.2)
|
23
|
+
activesupport (= 7.1.3.2)
|
24
24
|
nio4r (~> 2.0)
|
25
25
|
websocket-driver (>= 0.6.1)
|
26
26
|
zeitwerk (~> 2.6)
|
27
|
-
actionmailbox (7.1.3)
|
28
|
-
actionpack (= 7.1.3)
|
29
|
-
activejob (= 7.1.3)
|
30
|
-
activerecord (= 7.1.3)
|
31
|
-
activestorage (= 7.1.3)
|
32
|
-
activesupport (= 7.1.3)
|
27
|
+
actionmailbox (7.1.3.2)
|
28
|
+
actionpack (= 7.1.3.2)
|
29
|
+
activejob (= 7.1.3.2)
|
30
|
+
activerecord (= 7.1.3.2)
|
31
|
+
activestorage (= 7.1.3.2)
|
32
|
+
activesupport (= 7.1.3.2)
|
33
33
|
mail (>= 2.7.1)
|
34
34
|
net-imap
|
35
35
|
net-pop
|
36
36
|
net-smtp
|
37
|
-
actionmailer (7.1.3)
|
38
|
-
actionpack (= 7.1.3)
|
39
|
-
actionview (= 7.1.3)
|
40
|
-
activejob (= 7.1.3)
|
41
|
-
activesupport (= 7.1.3)
|
37
|
+
actionmailer (7.1.3.2)
|
38
|
+
actionpack (= 7.1.3.2)
|
39
|
+
actionview (= 7.1.3.2)
|
40
|
+
activejob (= 7.1.3.2)
|
41
|
+
activesupport (= 7.1.3.2)
|
42
42
|
mail (~> 2.5, >= 2.5.4)
|
43
43
|
net-imap
|
44
44
|
net-pop
|
45
45
|
net-smtp
|
46
46
|
rails-dom-testing (~> 2.2)
|
47
|
-
actionpack (7.1.3)
|
48
|
-
actionview (= 7.1.3)
|
49
|
-
activesupport (= 7.1.3)
|
47
|
+
actionpack (7.1.3.2)
|
48
|
+
actionview (= 7.1.3.2)
|
49
|
+
activesupport (= 7.1.3.2)
|
50
50
|
nokogiri (>= 1.8.5)
|
51
51
|
racc
|
52
52
|
rack (>= 2.2.4)
|
@@ -54,35 +54,35 @@ GEM
|
|
54
54
|
rack-test (>= 0.6.3)
|
55
55
|
rails-dom-testing (~> 2.2)
|
56
56
|
rails-html-sanitizer (~> 1.6)
|
57
|
-
actiontext (7.1.3)
|
58
|
-
actionpack (= 7.1.3)
|
59
|
-
activerecord (= 7.1.3)
|
60
|
-
activestorage (= 7.1.3)
|
61
|
-
activesupport (= 7.1.3)
|
57
|
+
actiontext (7.1.3.2)
|
58
|
+
actionpack (= 7.1.3.2)
|
59
|
+
activerecord (= 7.1.3.2)
|
60
|
+
activestorage (= 7.1.3.2)
|
61
|
+
activesupport (= 7.1.3.2)
|
62
62
|
globalid (>= 0.6.0)
|
63
63
|
nokogiri (>= 1.8.5)
|
64
|
-
actionview (7.1.3)
|
65
|
-
activesupport (= 7.1.3)
|
64
|
+
actionview (7.1.3.2)
|
65
|
+
activesupport (= 7.1.3.2)
|
66
66
|
builder (~> 3.1)
|
67
67
|
erubi (~> 1.11)
|
68
68
|
rails-dom-testing (~> 2.2)
|
69
69
|
rails-html-sanitizer (~> 1.6)
|
70
|
-
activejob (7.1.3)
|
71
|
-
activesupport (= 7.1.3)
|
70
|
+
activejob (7.1.3.2)
|
71
|
+
activesupport (= 7.1.3.2)
|
72
72
|
globalid (>= 0.3.6)
|
73
|
-
activemodel (7.1.3)
|
74
|
-
activesupport (= 7.1.3)
|
75
|
-
activerecord (7.1.3)
|
76
|
-
activemodel (= 7.1.3)
|
77
|
-
activesupport (= 7.1.3)
|
73
|
+
activemodel (7.1.3.2)
|
74
|
+
activesupport (= 7.1.3.2)
|
75
|
+
activerecord (7.1.3.2)
|
76
|
+
activemodel (= 7.1.3.2)
|
77
|
+
activesupport (= 7.1.3.2)
|
78
78
|
timeout (>= 0.4.0)
|
79
|
-
activestorage (7.1.3)
|
80
|
-
actionpack (= 7.1.3)
|
81
|
-
activejob (= 7.1.3)
|
82
|
-
activerecord (= 7.1.3)
|
83
|
-
activesupport (= 7.1.3)
|
79
|
+
activestorage (7.1.3.2)
|
80
|
+
actionpack (= 7.1.3.2)
|
81
|
+
activejob (= 7.1.3.2)
|
82
|
+
activerecord (= 7.1.3.2)
|
83
|
+
activesupport (= 7.1.3.2)
|
84
84
|
marcel (~> 1.0)
|
85
|
-
activesupport (7.1.3)
|
85
|
+
activesupport (7.1.3.2)
|
86
86
|
base64
|
87
87
|
bigdecimal
|
88
88
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
@@ -92,51 +92,58 @@ GEM
|
|
92
92
|
minitest (>= 5.1)
|
93
93
|
mutex_m
|
94
94
|
tzinfo (~> 2.0)
|
95
|
-
appraisal (2.
|
95
|
+
appraisal (2.5.0)
|
96
96
|
bundler
|
97
97
|
rake
|
98
98
|
thor (>= 0.14.0)
|
99
|
-
ast (2.4.
|
100
|
-
base64 (0.
|
101
|
-
bigdecimal (3.
|
102
|
-
builder (3.
|
99
|
+
ast (2.4.3)
|
100
|
+
base64 (0.3.0)
|
101
|
+
bigdecimal (3.2.2)
|
102
|
+
builder (3.3.0)
|
103
103
|
byebug (11.1.3)
|
104
|
+
cgi (0.5.0)
|
104
105
|
coderay (1.1.3)
|
105
|
-
combustion (1.
|
106
|
+
combustion (1.5.0)
|
106
107
|
activesupport (>= 3.0.0)
|
107
108
|
railties (>= 3.0.0)
|
108
109
|
thor (>= 0.14.6)
|
109
|
-
concurrent-ruby (1.
|
110
|
-
connection_pool (2.
|
110
|
+
concurrent-ruby (1.3.5)
|
111
|
+
connection_pool (2.5.3)
|
111
112
|
crass (1.0.6)
|
112
|
-
|
113
|
-
|
113
|
+
csv (3.3.5)
|
114
|
+
date (3.4.1)
|
115
|
+
diff-lcs (1.6.2)
|
114
116
|
docile (1.1.5)
|
115
|
-
drb (2.2.
|
116
|
-
|
117
|
-
|
117
|
+
drb (2.2.3)
|
118
|
+
erb (4.0.4)
|
119
|
+
cgi (>= 0.3.3)
|
120
|
+
erubi (1.13.1)
|
118
121
|
globalid (1.2.1)
|
119
122
|
activesupport (>= 6.1)
|
120
|
-
i18n (1.14.
|
123
|
+
i18n (1.14.7)
|
121
124
|
concurrent-ruby (~> 1.0)
|
122
|
-
io-console (0.
|
123
|
-
irb (1.
|
124
|
-
|
125
|
+
io-console (0.8.1)
|
126
|
+
irb (1.15.2)
|
127
|
+
pp (>= 0.6.0)
|
128
|
+
rdoc (>= 4.0.0)
|
125
129
|
reline (>= 0.4.2)
|
126
|
-
json (2.
|
127
|
-
|
130
|
+
json (2.13.2)
|
131
|
+
language_server-protocol (3.17.0.5)
|
132
|
+
license_finder (7.2.1)
|
128
133
|
bundler
|
134
|
+
csv (~> 3.2)
|
129
135
|
rubyzip (>= 1, < 3)
|
130
136
|
thor (~> 1.2)
|
131
137
|
tomlrb (>= 1.3, < 2.1)
|
132
138
|
with_env (= 1.1.0)
|
133
139
|
xml-simple (~> 1.1.9)
|
140
|
+
lint_roller (1.1.0)
|
134
141
|
lograge (0.10.0)
|
135
142
|
actionpack (>= 4)
|
136
143
|
activesupport (>= 4)
|
137
144
|
railties (>= 4)
|
138
145
|
request_store (~> 1.0)
|
139
|
-
loofah (2.
|
146
|
+
loofah (2.24.1)
|
140
147
|
crass (~> 1.0.2)
|
141
148
|
nokogiri (>= 1.12.0)
|
142
149
|
mail (2.8.1)
|
@@ -144,71 +151,76 @@ GEM
|
|
144
151
|
net-imap
|
145
152
|
net-pop
|
146
153
|
net-smtp
|
147
|
-
marcel (1.0.
|
148
|
-
method_source (1.
|
154
|
+
marcel (1.0.4)
|
155
|
+
method_source (1.1.0)
|
149
156
|
mini_mime (1.1.5)
|
150
|
-
minitest (5.
|
151
|
-
mutex_m (0.
|
152
|
-
net-imap (0.4.
|
157
|
+
minitest (5.25.5)
|
158
|
+
mutex_m (0.3.0)
|
159
|
+
net-imap (0.4.22)
|
153
160
|
date
|
154
161
|
net-protocol
|
155
162
|
net-pop (0.1.2)
|
156
163
|
net-protocol
|
157
164
|
net-protocol (0.2.2)
|
158
165
|
timeout
|
159
|
-
net-smtp (0.
|
166
|
+
net-smtp (0.5.1)
|
160
167
|
net-protocol
|
161
|
-
nio4r (2.7.
|
162
|
-
nokogiri (1.
|
168
|
+
nio4r (2.7.4)
|
169
|
+
nokogiri (1.17.2-arm64-darwin)
|
163
170
|
racc (~> 1.4)
|
164
|
-
nokogiri (1.
|
171
|
+
nokogiri (1.17.2-x86_64-linux)
|
165
172
|
racc (~> 1.4)
|
166
|
-
parallel (1.
|
167
|
-
parser (3.3.0
|
173
|
+
parallel (1.27.0)
|
174
|
+
parser (3.3.9.0)
|
168
175
|
ast (~> 2.4.1)
|
169
176
|
racc
|
170
|
-
power_assert (2.0.
|
177
|
+
power_assert (2.0.5)
|
178
|
+
pp (0.6.2)
|
179
|
+
prettyprint
|
180
|
+
prettyprint (0.2.0)
|
181
|
+
prism (1.4.0)
|
171
182
|
pry (0.14.2)
|
172
183
|
coderay (~> 1.1)
|
173
184
|
method_source (~> 1.0)
|
174
185
|
pry-byebug (3.10.1)
|
175
186
|
byebug (~> 11.0)
|
176
187
|
pry (>= 0.13, < 0.15)
|
177
|
-
psych (5.
|
188
|
+
psych (5.2.6)
|
189
|
+
date
|
178
190
|
stringio
|
179
|
-
racc (1.
|
180
|
-
rack (3.0
|
181
|
-
rack-session (2.
|
191
|
+
racc (1.8.1)
|
192
|
+
rack (3.2.0)
|
193
|
+
rack-session (2.1.1)
|
194
|
+
base64 (>= 0.1.0)
|
182
195
|
rack (>= 3.0.0)
|
183
|
-
rack-test (2.
|
196
|
+
rack-test (2.2.0)
|
184
197
|
rack (>= 1.3)
|
185
|
-
rackup (2.1
|
198
|
+
rackup (2.2.1)
|
186
199
|
rack (>= 3)
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
activesupport (= 7.1.3)
|
200
|
+
rails (7.1.3.2)
|
201
|
+
actioncable (= 7.1.3.2)
|
202
|
+
actionmailbox (= 7.1.3.2)
|
203
|
+
actionmailer (= 7.1.3.2)
|
204
|
+
actionpack (= 7.1.3.2)
|
205
|
+
actiontext (= 7.1.3.2)
|
206
|
+
actionview (= 7.1.3.2)
|
207
|
+
activejob (= 7.1.3.2)
|
208
|
+
activemodel (= 7.1.3.2)
|
209
|
+
activerecord (= 7.1.3.2)
|
210
|
+
activestorage (= 7.1.3.2)
|
211
|
+
activesupport (= 7.1.3.2)
|
200
212
|
bundler (>= 1.15.0)
|
201
|
-
railties (= 7.1.3)
|
202
|
-
rails-dom-testing (2.
|
213
|
+
railties (= 7.1.3.2)
|
214
|
+
rails-dom-testing (2.3.0)
|
203
215
|
activesupport (>= 5.0.0)
|
204
216
|
minitest
|
205
217
|
nokogiri (>= 1.6)
|
206
|
-
rails-html-sanitizer (1.6.
|
218
|
+
rails-html-sanitizer (1.6.2)
|
207
219
|
loofah (~> 2.21)
|
208
|
-
nokogiri (
|
209
|
-
railties (7.1.3)
|
210
|
-
actionpack (= 7.1.3)
|
211
|
-
activesupport (= 7.1.3)
|
220
|
+
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)
|
221
|
+
railties (7.1.3.2)
|
222
|
+
actionpack (= 7.1.3.2)
|
223
|
+
activesupport (= 7.1.3.2)
|
212
224
|
irb
|
213
225
|
rackup (>= 1.0.0)
|
214
226
|
rake (>= 12.2)
|
@@ -216,118 +228,125 @@ GEM
|
|
216
228
|
zeitwerk (~> 2.6)
|
217
229
|
rainbow (2.2.2)
|
218
230
|
rake
|
219
|
-
rake (13.
|
220
|
-
rdoc (6.
|
231
|
+
rake (13.3.0)
|
232
|
+
rdoc (6.14.2)
|
233
|
+
erb
|
221
234
|
psych (>= 4.0.0)
|
222
|
-
regexp_parser (2.
|
223
|
-
reline (0.
|
235
|
+
regexp_parser (2.11.2)
|
236
|
+
reline (0.6.2)
|
224
237
|
io-console (~> 0.5)
|
225
|
-
request_store (1.
|
238
|
+
request_store (1.7.0)
|
226
239
|
rack (>= 1.4)
|
227
|
-
rexml (3.
|
228
|
-
rspec (3.
|
229
|
-
rspec-core (~> 3.
|
230
|
-
rspec-expectations (~> 3.
|
231
|
-
rspec-mocks (~> 3.
|
232
|
-
rspec-core (3.
|
233
|
-
rspec-support (~> 3.
|
234
|
-
rspec-expectations (3.
|
240
|
+
rexml (3.4.1)
|
241
|
+
rspec (3.13.1)
|
242
|
+
rspec-core (~> 3.13.0)
|
243
|
+
rspec-expectations (~> 3.13.0)
|
244
|
+
rspec-mocks (~> 3.13.0)
|
245
|
+
rspec-core (3.13.5)
|
246
|
+
rspec-support (~> 3.13.0)
|
247
|
+
rspec-expectations (3.13.5)
|
235
248
|
diff-lcs (>= 1.2.0, < 2.0)
|
236
|
-
rspec-support (~> 3.
|
237
|
-
rspec-mocks (3.
|
249
|
+
rspec-support (~> 3.13.0)
|
250
|
+
rspec-mocks (3.13.5)
|
238
251
|
diff-lcs (>= 1.2.0, < 2.0)
|
239
|
-
rspec-support (~> 3.
|
240
|
-
rspec-rails (
|
241
|
-
actionpack (>=
|
242
|
-
activesupport (>=
|
243
|
-
railties (>=
|
244
|
-
rspec-core (~> 3.
|
245
|
-
rspec-expectations (~> 3.
|
246
|
-
rspec-mocks (~> 3.
|
247
|
-
rspec-support (~> 3.
|
248
|
-
rspec-support (3.
|
249
|
-
rubocop (1.
|
252
|
+
rspec-support (~> 3.13.0)
|
253
|
+
rspec-rails (7.1.1)
|
254
|
+
actionpack (>= 7.0)
|
255
|
+
activesupport (>= 7.0)
|
256
|
+
railties (>= 7.0)
|
257
|
+
rspec-core (~> 3.13)
|
258
|
+
rspec-expectations (~> 3.13)
|
259
|
+
rspec-mocks (~> 3.13)
|
260
|
+
rspec-support (~> 3.13)
|
261
|
+
rspec-support (3.13.4)
|
262
|
+
rubocop (1.74.0)
|
250
263
|
json (~> 2.3)
|
264
|
+
language_server-protocol (~> 3.17.0.2)
|
265
|
+
lint_roller (~> 1.1.0)
|
251
266
|
parallel (~> 1.10)
|
252
|
-
parser (>= 3.
|
267
|
+
parser (>= 3.3.0.2)
|
253
268
|
rainbow (>= 2.2.2, < 4.0)
|
254
|
-
regexp_parser (>=
|
255
|
-
|
256
|
-
rubocop-ast (>= 1.28.0, < 2.0)
|
269
|
+
regexp_parser (>= 2.9.3, < 3.0)
|
270
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
257
271
|
ruby-progressbar (~> 1.7)
|
258
|
-
unicode-display_width (>= 2.4.0, <
|
259
|
-
rubocop-ast (1.
|
260
|
-
parser (>= 3.
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
rubocop (
|
265
|
-
|
266
|
-
|
267
|
-
rubocop-ast (>= 1.30.0, < 2.0)
|
268
|
-
rubocop-rails (2.23.1)
|
272
|
+
unicode-display_width (>= 2.4.0, < 4.0)
|
273
|
+
rubocop-ast (1.46.0)
|
274
|
+
parser (>= 3.3.7.2)
|
275
|
+
prism (~> 1.4)
|
276
|
+
rubocop-performance (1.24.0)
|
277
|
+
lint_roller (~> 1.1)
|
278
|
+
rubocop (>= 1.72.1, < 2.0)
|
279
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
280
|
+
rubocop-rails (2.30.3)
|
269
281
|
activesupport (>= 4.2.0)
|
282
|
+
lint_roller (~> 1.1)
|
270
283
|
rack (>= 1.1)
|
271
|
-
rubocop (>= 1.
|
272
|
-
rubocop-ast (>= 1.
|
273
|
-
rubocop-rake (0.
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
rubocop
|
284
|
+
rubocop (>= 1.72.1, < 2.0)
|
285
|
+
rubocop-ast (>= 1.38.0, < 2.0)
|
286
|
+
rubocop-rake (0.7.1)
|
287
|
+
lint_roller (~> 1.1)
|
288
|
+
rubocop (>= 1.72.1)
|
289
|
+
rubocop-rspec (3.6.0)
|
290
|
+
lint_roller (~> 1.1)
|
291
|
+
rubocop (~> 1.72, >= 1.72.1)
|
279
292
|
ruby-progressbar (1.13.0)
|
280
|
-
|
281
|
-
rubyzip (2.3.2)
|
293
|
+
rubyzip (2.4.1)
|
282
294
|
simplecov (0.15.1)
|
283
295
|
docile (~> 1.1.0)
|
284
296
|
json (>= 1.8, < 3)
|
285
297
|
simplecov-html (~> 0.10.0)
|
286
298
|
simplecov-html (0.10.2)
|
287
|
-
sqlite3 (1.
|
288
|
-
|
299
|
+
sqlite3 (1.7.3-arm64-darwin)
|
300
|
+
sqlite3 (1.7.3-x86_64-linux)
|
301
|
+
stringio (3.1.7)
|
289
302
|
test-unit (3.1.5)
|
290
303
|
power_assert
|
291
|
-
thor (1.
|
292
|
-
timeout (0.4.
|
304
|
+
thor (1.4.0)
|
305
|
+
timeout (0.4.3)
|
293
306
|
tomlrb (2.0.3)
|
294
307
|
tzinfo (2.0.6)
|
295
308
|
concurrent-ruby (~> 1.0)
|
296
|
-
unicode-display_width (
|
297
|
-
|
298
|
-
|
309
|
+
unicode-display_width (3.1.5)
|
310
|
+
unicode-emoji (~> 4.0, >= 4.0.4)
|
311
|
+
unicode-emoji (4.0.4)
|
312
|
+
websocket-driver (0.8.0)
|
313
|
+
base64
|
299
314
|
websocket-extensions (>= 0.1.0)
|
300
315
|
websocket-extensions (0.1.5)
|
301
316
|
with_env (1.1.0)
|
302
317
|
xml-simple (1.1.9)
|
303
318
|
rexml
|
304
319
|
yard (0.9.21)
|
305
|
-
zeitwerk (2.6.
|
320
|
+
zeitwerk (2.6.18)
|
306
321
|
|
307
322
|
PLATFORMS
|
308
|
-
arm64-darwin-
|
323
|
+
arm64-darwin-23
|
324
|
+
arm64-darwin-24
|
309
325
|
x86_64-linux
|
310
326
|
|
311
327
|
DEPENDENCIES
|
312
|
-
appraisal (~> 2.
|
328
|
+
appraisal (~> 2.5.0)
|
313
329
|
bundler (~> 2.1)
|
314
330
|
combustion (~> 1.3)
|
331
|
+
erb (< 5)
|
315
332
|
license_finder (>= 7.0)
|
316
333
|
lumberaxe!
|
317
|
-
|
334
|
+
net-imap (< 0.5.0)
|
335
|
+
nokogiri (< 1.18.0)
|
318
336
|
parser (>= 2.5, != 2.5.1.1)
|
319
337
|
pry (>= 0.14.2)
|
320
338
|
pry-byebug (= 3.10.1)
|
321
|
-
rails (= 7.1.3)
|
339
|
+
rails (= 7.1.3.2)
|
322
340
|
rainbow (= 2.2.2)
|
323
341
|
rake (~> 13.0)
|
324
342
|
rspec (~> 3.0)
|
325
|
-
rspec-rails (~>
|
343
|
+
rspec-rails (~> 7.1.1)
|
326
344
|
rubocop-powerhome!
|
327
345
|
simplecov (= 0.15.1)
|
328
|
-
sqlite3 (~> 1.
|
346
|
+
sqlite3 (~> 1.7.3)
|
329
347
|
test-unit (= 3.1.5)
|
330
348
|
yard (= 0.9.21)
|
349
|
+
zeitwerk (< 2.7.0)
|
331
350
|
|
332
351
|
BUNDLED WITH
|
333
|
-
2.
|
352
|
+
2.5.23
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# This file was generated by Appraisal
|
2
|
+
|
3
|
+
source "https://rubygems.org"
|
4
|
+
|
5
|
+
gem "appraisal", "~> 2.5.0"
|
6
|
+
gem "bundler", "~> 2.1"
|
7
|
+
gem "combustion", "~> 1.3"
|
8
|
+
gem "erb", "< 5"
|
9
|
+
gem "license_finder", ">= 7.0"
|
10
|
+
gem "net-imap", "< 0.5.0"
|
11
|
+
gem "nokogiri", "< 1.18.0"
|
12
|
+
gem "parser", ">= 2.5", "!= 2.5.1.1"
|
13
|
+
gem "pry", ">= 0.14.2"
|
14
|
+
gem "pry-byebug", "3.10.1"
|
15
|
+
gem "rails", "7.2.0"
|
16
|
+
gem "rainbow", "2.2.2"
|
17
|
+
gem "rake", "~> 13.0"
|
18
|
+
gem "rspec", "~> 3.0"
|
19
|
+
gem "rspec-rails", "~> 8.0.1"
|
20
|
+
gem "rubocop-powerhome", path: "../../rubocop-powerhome"
|
21
|
+
gem "simplecov", "0.15.1"
|
22
|
+
gem "sqlite3", "~> 1.7.3"
|
23
|
+
gem "test-unit", "3.1.5"
|
24
|
+
gem "yard", "0.9.21"
|
25
|
+
gem "zeitwerk", "< 2.7.0"
|
26
|
+
|
27
|
+
gemspec path: "../"
|