lumberaxe 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "nokogiri", "< 1.16"
6
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
7
+ gem "rails", "6.1.7.4"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,300 @@
1
+ PATH
2
+ remote: ../../rubocop-powerhome
3
+ specs:
4
+ rubocop-powerhome (0.5.2)
5
+ rubocop (~> 1.52.0)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ PATH
12
+ remote: ..
13
+ specs:
14
+ lumberaxe (0.1.5)
15
+ activesupport (>= 6.0.6.1, < 7.2)
16
+ lograge (= 0.10.0)
17
+
18
+ GEM
19
+ remote: https://rubygems.org/
20
+ specs:
21
+ actioncable (6.1.7.4)
22
+ actionpack (= 6.1.7.4)
23
+ activesupport (= 6.1.7.4)
24
+ nio4r (~> 2.0)
25
+ websocket-driver (>= 0.6.1)
26
+ actionmailbox (6.1.7.4)
27
+ actionpack (= 6.1.7.4)
28
+ activejob (= 6.1.7.4)
29
+ activerecord (= 6.1.7.4)
30
+ activestorage (= 6.1.7.4)
31
+ activesupport (= 6.1.7.4)
32
+ mail (>= 2.7.1)
33
+ actionmailer (6.1.7.4)
34
+ actionpack (= 6.1.7.4)
35
+ actionview (= 6.1.7.4)
36
+ activejob (= 6.1.7.4)
37
+ activesupport (= 6.1.7.4)
38
+ mail (~> 2.5, >= 2.5.4)
39
+ rails-dom-testing (~> 2.0)
40
+ actionpack (6.1.7.4)
41
+ actionview (= 6.1.7.4)
42
+ activesupport (= 6.1.7.4)
43
+ rack (~> 2.0, >= 2.0.9)
44
+ rack-test (>= 0.6.3)
45
+ rails-dom-testing (~> 2.0)
46
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
47
+ actiontext (6.1.7.4)
48
+ actionpack (= 6.1.7.4)
49
+ activerecord (= 6.1.7.4)
50
+ activestorage (= 6.1.7.4)
51
+ activesupport (= 6.1.7.4)
52
+ nokogiri (>= 1.8.5)
53
+ actionview (6.1.7.4)
54
+ activesupport (= 6.1.7.4)
55
+ builder (~> 3.1)
56
+ erubi (~> 1.4)
57
+ rails-dom-testing (~> 2.0)
58
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
59
+ activejob (6.1.7.4)
60
+ activesupport (= 6.1.7.4)
61
+ globalid (>= 0.3.6)
62
+ activemodel (6.1.7.4)
63
+ activesupport (= 6.1.7.4)
64
+ activerecord (6.1.7.4)
65
+ activemodel (= 6.1.7.4)
66
+ activesupport (= 6.1.7.4)
67
+ activestorage (6.1.7.4)
68
+ actionpack (= 6.1.7.4)
69
+ activejob (= 6.1.7.4)
70
+ activerecord (= 6.1.7.4)
71
+ activesupport (= 6.1.7.4)
72
+ marcel (~> 1.0)
73
+ mini_mime (>= 1.1.0)
74
+ activesupport (6.1.7.4)
75
+ concurrent-ruby (~> 1.0, >= 1.0.2)
76
+ i18n (>= 1.6, < 2)
77
+ minitest (>= 5.1)
78
+ tzinfo (~> 2.0)
79
+ zeitwerk (~> 2.3)
80
+ appraisal (2.4.1)
81
+ bundler
82
+ rake
83
+ thor (>= 0.14.0)
84
+ ast (2.4.2)
85
+ builder (3.2.4)
86
+ byebug (11.1.3)
87
+ coderay (1.1.3)
88
+ combustion (1.3.7)
89
+ activesupport (>= 3.0.0)
90
+ railties (>= 3.0.0)
91
+ thor (>= 0.14.6)
92
+ concurrent-ruby (1.2.3)
93
+ crass (1.0.6)
94
+ date (3.3.4)
95
+ diff-lcs (1.5.0)
96
+ docile (1.1.5)
97
+ erubi (1.12.0)
98
+ globalid (1.2.1)
99
+ activesupport (>= 6.1)
100
+ i18n (1.14.1)
101
+ concurrent-ruby (~> 1.0)
102
+ json (2.7.1)
103
+ license_finder (7.1.0)
104
+ bundler
105
+ rubyzip (>= 1, < 3)
106
+ thor (~> 1.2)
107
+ tomlrb (>= 1.3, < 2.1)
108
+ with_env (= 1.1.0)
109
+ xml-simple (~> 1.1.9)
110
+ lograge (0.10.0)
111
+ actionpack (>= 4)
112
+ activesupport (>= 4)
113
+ railties (>= 4)
114
+ request_store (~> 1.0)
115
+ loofah (2.22.0)
116
+ crass (~> 1.0.2)
117
+ nokogiri (>= 1.12.0)
118
+ mail (2.8.1)
119
+ mini_mime (>= 0.1.1)
120
+ net-imap
121
+ net-pop
122
+ net-smtp
123
+ marcel (1.0.2)
124
+ method_source (1.0.0)
125
+ mini_mime (1.1.5)
126
+ minitest (5.21.1)
127
+ net-imap (0.4.9)
128
+ date
129
+ net-protocol
130
+ net-pop (0.1.2)
131
+ net-protocol
132
+ net-protocol (0.2.2)
133
+ timeout
134
+ net-smtp (0.4.0)
135
+ net-protocol
136
+ nio4r (2.7.0)
137
+ nokogiri (1.15.5-arm64-darwin)
138
+ racc (~> 1.4)
139
+ nokogiri (1.15.5-x86_64-linux)
140
+ racc (~> 1.4)
141
+ parallel (1.24.0)
142
+ parser (3.2.2.4)
143
+ ast (~> 2.4.1)
144
+ racc
145
+ power_assert (2.0.3)
146
+ pry (0.14.2)
147
+ coderay (~> 1.1)
148
+ method_source (~> 1.0)
149
+ pry-byebug (3.10.1)
150
+ byebug (~> 11.0)
151
+ pry (>= 0.13, < 0.15)
152
+ racc (1.7.3)
153
+ rack (2.2.8)
154
+ rack-test (2.1.0)
155
+ rack (>= 1.3)
156
+ rails (6.1.7.4)
157
+ actioncable (= 6.1.7.4)
158
+ actionmailbox (= 6.1.7.4)
159
+ actionmailer (= 6.1.7.4)
160
+ actionpack (= 6.1.7.4)
161
+ actiontext (= 6.1.7.4)
162
+ actionview (= 6.1.7.4)
163
+ activejob (= 6.1.7.4)
164
+ activemodel (= 6.1.7.4)
165
+ activerecord (= 6.1.7.4)
166
+ activestorage (= 6.1.7.4)
167
+ activesupport (= 6.1.7.4)
168
+ bundler (>= 1.15.0)
169
+ railties (= 6.1.7.4)
170
+ sprockets-rails (>= 2.0.0)
171
+ rails-dom-testing (2.2.0)
172
+ activesupport (>= 5.0.0)
173
+ minitest
174
+ nokogiri (>= 1.6)
175
+ rails-html-sanitizer (1.6.0)
176
+ loofah (~> 2.21)
177
+ nokogiri (~> 1.14)
178
+ railties (6.1.7.4)
179
+ actionpack (= 6.1.7.4)
180
+ activesupport (= 6.1.7.4)
181
+ method_source
182
+ rake (>= 12.2)
183
+ thor (~> 1.0)
184
+ rainbow (2.2.2)
185
+ rake
186
+ rake (13.1.0)
187
+ regexp_parser (2.8.3)
188
+ request_store (1.5.1)
189
+ rack (>= 1.4)
190
+ rexml (3.2.6)
191
+ rspec (3.12.0)
192
+ rspec-core (~> 3.12.0)
193
+ rspec-expectations (~> 3.12.0)
194
+ rspec-mocks (~> 3.12.0)
195
+ rspec-core (3.12.2)
196
+ rspec-support (~> 3.12.0)
197
+ rspec-expectations (3.12.3)
198
+ diff-lcs (>= 1.2.0, < 2.0)
199
+ rspec-support (~> 3.12.0)
200
+ rspec-mocks (3.12.6)
201
+ diff-lcs (>= 1.2.0, < 2.0)
202
+ rspec-support (~> 3.12.0)
203
+ rspec-rails (5.1.2)
204
+ actionpack (>= 5.2)
205
+ activesupport (>= 5.2)
206
+ railties (>= 5.2)
207
+ rspec-core (~> 3.10)
208
+ rspec-expectations (~> 3.10)
209
+ rspec-mocks (~> 3.10)
210
+ rspec-support (~> 3.10)
211
+ rspec-support (3.12.1)
212
+ rubocop (1.52.1)
213
+ json (~> 2.3)
214
+ parallel (~> 1.10)
215
+ parser (>= 3.2.2.3)
216
+ rainbow (>= 2.2.2, < 4.0)
217
+ regexp_parser (>= 1.8, < 3.0)
218
+ rexml (>= 3.2.5, < 4.0)
219
+ rubocop-ast (>= 1.28.0, < 2.0)
220
+ ruby-progressbar (~> 1.7)
221
+ unicode-display_width (>= 2.4.0, < 3.0)
222
+ rubocop-ast (1.30.0)
223
+ parser (>= 3.2.1.0)
224
+ rubocop-capybara (2.20.0)
225
+ rubocop (~> 1.41)
226
+ rubocop-factory_bot (2.24.0)
227
+ rubocop (~> 1.33)
228
+ rubocop-performance (1.20.1)
229
+ rubocop (>= 1.48.1, < 2.0)
230
+ rubocop-ast (>= 1.30.0, < 2.0)
231
+ rubocop-rails (2.23.1)
232
+ activesupport (>= 4.2.0)
233
+ rack (>= 1.1)
234
+ rubocop (>= 1.33.0, < 2.0)
235
+ rubocop-ast (>= 1.30.0, < 2.0)
236
+ rubocop-rake (0.6.0)
237
+ rubocop (~> 1.0)
238
+ rubocop-rspec (2.25.0)
239
+ rubocop (~> 1.40)
240
+ rubocop-capybara (~> 2.17)
241
+ rubocop-factory_bot (~> 2.22)
242
+ ruby-progressbar (1.13.0)
243
+ rubyzip (2.3.2)
244
+ simplecov (0.15.1)
245
+ docile (~> 1.1.0)
246
+ json (>= 1.8, < 3)
247
+ simplecov-html (~> 0.10.0)
248
+ simplecov-html (0.10.2)
249
+ sprockets (4.2.1)
250
+ concurrent-ruby (~> 1.0)
251
+ rack (>= 2.2.4, < 4)
252
+ sprockets-rails (3.4.2)
253
+ actionpack (>= 5.2)
254
+ activesupport (>= 5.2)
255
+ sprockets (>= 3.0.0)
256
+ sqlite3 (1.4.4)
257
+ test-unit (3.1.5)
258
+ power_assert
259
+ thor (1.3.0)
260
+ timeout (0.4.1)
261
+ tomlrb (2.0.3)
262
+ tzinfo (2.0.6)
263
+ concurrent-ruby (~> 1.0)
264
+ unicode-display_width (2.5.0)
265
+ websocket-driver (0.7.6)
266
+ websocket-extensions (>= 0.1.0)
267
+ websocket-extensions (0.1.5)
268
+ with_env (1.1.0)
269
+ xml-simple (1.1.9)
270
+ rexml
271
+ yard (0.9.21)
272
+ zeitwerk (2.6.12)
273
+
274
+ PLATFORMS
275
+ arm64-darwin-22
276
+ x86_64-linux
277
+
278
+ DEPENDENCIES
279
+ appraisal (~> 2.4.1)
280
+ bundler (~> 2.1)
281
+ combustion (~> 1.3)
282
+ license_finder (>= 7.0)
283
+ lumberaxe!
284
+ nokogiri (< 1.16)
285
+ parser (>= 2.5, != 2.5.1.1)
286
+ pry (>= 0.14.2)
287
+ pry-byebug (= 3.10.1)
288
+ rails (= 6.1.7.4)
289
+ rainbow (= 2.2.2)
290
+ rake (~> 13.0)
291
+ rspec (~> 3.0)
292
+ rspec-rails (~> 5.1.2)
293
+ rubocop-powerhome!
294
+ simplecov (= 0.15.1)
295
+ sqlite3 (~> 1.4.2)
296
+ test-unit (= 3.1.5)
297
+ yard (= 0.9.21)
298
+
299
+ BUNDLED WITH
300
+ 2.4.10
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "nokogiri", "< 1.16"
6
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
7
+ gem "rails", "7.0.6"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,299 @@
1
+ PATH
2
+ remote: ../../rubocop-powerhome
3
+ specs:
4
+ rubocop-powerhome (0.5.2)
5
+ rubocop (~> 1.52.0)
6
+ rubocop-performance
7
+ rubocop-rails
8
+ rubocop-rake
9
+ rubocop-rspec
10
+
11
+ PATH
12
+ remote: ..
13
+ specs:
14
+ lumberaxe (0.1.5)
15
+ activesupport (>= 6.0.6.1, < 7.2)
16
+ lograge (= 0.10.0)
17
+
18
+ GEM
19
+ remote: https://rubygems.org/
20
+ specs:
21
+ actioncable (7.0.6)
22
+ actionpack (= 7.0.6)
23
+ activesupport (= 7.0.6)
24
+ nio4r (~> 2.0)
25
+ websocket-driver (>= 0.6.1)
26
+ actionmailbox (7.0.6)
27
+ actionpack (= 7.0.6)
28
+ activejob (= 7.0.6)
29
+ activerecord (= 7.0.6)
30
+ activestorage (= 7.0.6)
31
+ activesupport (= 7.0.6)
32
+ mail (>= 2.7.1)
33
+ net-imap
34
+ net-pop
35
+ net-smtp
36
+ actionmailer (7.0.6)
37
+ actionpack (= 7.0.6)
38
+ actionview (= 7.0.6)
39
+ activejob (= 7.0.6)
40
+ activesupport (= 7.0.6)
41
+ mail (~> 2.5, >= 2.5.4)
42
+ net-imap
43
+ net-pop
44
+ net-smtp
45
+ rails-dom-testing (~> 2.0)
46
+ actionpack (7.0.6)
47
+ actionview (= 7.0.6)
48
+ activesupport (= 7.0.6)
49
+ rack (~> 2.0, >= 2.2.4)
50
+ rack-test (>= 0.6.3)
51
+ rails-dom-testing (~> 2.0)
52
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
53
+ actiontext (7.0.6)
54
+ actionpack (= 7.0.6)
55
+ activerecord (= 7.0.6)
56
+ activestorage (= 7.0.6)
57
+ activesupport (= 7.0.6)
58
+ globalid (>= 0.6.0)
59
+ nokogiri (>= 1.8.5)
60
+ actionview (7.0.6)
61
+ activesupport (= 7.0.6)
62
+ builder (~> 3.1)
63
+ erubi (~> 1.4)
64
+ rails-dom-testing (~> 2.0)
65
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
66
+ activejob (7.0.6)
67
+ activesupport (= 7.0.6)
68
+ globalid (>= 0.3.6)
69
+ activemodel (7.0.6)
70
+ activesupport (= 7.0.6)
71
+ activerecord (7.0.6)
72
+ activemodel (= 7.0.6)
73
+ activesupport (= 7.0.6)
74
+ activestorage (7.0.6)
75
+ actionpack (= 7.0.6)
76
+ activejob (= 7.0.6)
77
+ activerecord (= 7.0.6)
78
+ activesupport (= 7.0.6)
79
+ marcel (~> 1.0)
80
+ mini_mime (>= 1.1.0)
81
+ activesupport (7.0.6)
82
+ concurrent-ruby (~> 1.0, >= 1.0.2)
83
+ i18n (>= 1.6, < 2)
84
+ minitest (>= 5.1)
85
+ tzinfo (~> 2.0)
86
+ appraisal (2.4.1)
87
+ bundler
88
+ rake
89
+ thor (>= 0.14.0)
90
+ ast (2.4.2)
91
+ builder (3.2.4)
92
+ byebug (11.1.3)
93
+ coderay (1.1.3)
94
+ combustion (1.3.7)
95
+ activesupport (>= 3.0.0)
96
+ railties (>= 3.0.0)
97
+ thor (>= 0.14.6)
98
+ concurrent-ruby (1.2.3)
99
+ crass (1.0.6)
100
+ date (3.3.4)
101
+ diff-lcs (1.5.0)
102
+ docile (1.1.5)
103
+ erubi (1.12.0)
104
+ globalid (1.2.1)
105
+ activesupport (>= 6.1)
106
+ i18n (1.14.1)
107
+ concurrent-ruby (~> 1.0)
108
+ json (2.7.1)
109
+ license_finder (7.1.0)
110
+ bundler
111
+ rubyzip (>= 1, < 3)
112
+ thor (~> 1.2)
113
+ tomlrb (>= 1.3, < 2.1)
114
+ with_env (= 1.1.0)
115
+ xml-simple (~> 1.1.9)
116
+ lograge (0.10.0)
117
+ actionpack (>= 4)
118
+ activesupport (>= 4)
119
+ railties (>= 4)
120
+ request_store (~> 1.0)
121
+ loofah (2.22.0)
122
+ crass (~> 1.0.2)
123
+ nokogiri (>= 1.12.0)
124
+ mail (2.8.1)
125
+ mini_mime (>= 0.1.1)
126
+ net-imap
127
+ net-pop
128
+ net-smtp
129
+ marcel (1.0.2)
130
+ method_source (1.0.0)
131
+ mini_mime (1.1.5)
132
+ minitest (5.21.1)
133
+ net-imap (0.4.9)
134
+ date
135
+ net-protocol
136
+ net-pop (0.1.2)
137
+ net-protocol
138
+ net-protocol (0.2.2)
139
+ timeout
140
+ net-smtp (0.4.0)
141
+ net-protocol
142
+ nio4r (2.7.0)
143
+ nokogiri (1.15.5-arm64-darwin)
144
+ racc (~> 1.4)
145
+ nokogiri (1.15.5-x86_64-linux)
146
+ racc (~> 1.4)
147
+ parallel (1.24.0)
148
+ parser (3.2.2.4)
149
+ ast (~> 2.4.1)
150
+ racc
151
+ power_assert (2.0.3)
152
+ pry (0.14.2)
153
+ coderay (~> 1.1)
154
+ method_source (~> 1.0)
155
+ pry-byebug (3.10.1)
156
+ byebug (~> 11.0)
157
+ pry (>= 0.13, < 0.15)
158
+ racc (1.7.3)
159
+ rack (2.2.8)
160
+ rack-test (2.1.0)
161
+ rack (>= 1.3)
162
+ rails (7.0.6)
163
+ actioncable (= 7.0.6)
164
+ actionmailbox (= 7.0.6)
165
+ actionmailer (= 7.0.6)
166
+ actionpack (= 7.0.6)
167
+ actiontext (= 7.0.6)
168
+ actionview (= 7.0.6)
169
+ activejob (= 7.0.6)
170
+ activemodel (= 7.0.6)
171
+ activerecord (= 7.0.6)
172
+ activestorage (= 7.0.6)
173
+ activesupport (= 7.0.6)
174
+ bundler (>= 1.15.0)
175
+ railties (= 7.0.6)
176
+ rails-dom-testing (2.2.0)
177
+ activesupport (>= 5.0.0)
178
+ minitest
179
+ nokogiri (>= 1.6)
180
+ rails-html-sanitizer (1.6.0)
181
+ loofah (~> 2.21)
182
+ nokogiri (~> 1.14)
183
+ railties (7.0.6)
184
+ actionpack (= 7.0.6)
185
+ activesupport (= 7.0.6)
186
+ method_source
187
+ rake (>= 12.2)
188
+ thor (~> 1.0)
189
+ zeitwerk (~> 2.5)
190
+ rainbow (2.2.2)
191
+ rake
192
+ rake (13.1.0)
193
+ regexp_parser (2.8.3)
194
+ request_store (1.5.1)
195
+ rack (>= 1.4)
196
+ rexml (3.2.6)
197
+ rspec (3.12.0)
198
+ rspec-core (~> 3.12.0)
199
+ rspec-expectations (~> 3.12.0)
200
+ rspec-mocks (~> 3.12.0)
201
+ rspec-core (3.12.2)
202
+ rspec-support (~> 3.12.0)
203
+ rspec-expectations (3.12.3)
204
+ diff-lcs (>= 1.2.0, < 2.0)
205
+ rspec-support (~> 3.12.0)
206
+ rspec-mocks (3.12.6)
207
+ diff-lcs (>= 1.2.0, < 2.0)
208
+ rspec-support (~> 3.12.0)
209
+ rspec-rails (5.1.2)
210
+ actionpack (>= 5.2)
211
+ activesupport (>= 5.2)
212
+ railties (>= 5.2)
213
+ rspec-core (~> 3.10)
214
+ rspec-expectations (~> 3.10)
215
+ rspec-mocks (~> 3.10)
216
+ rspec-support (~> 3.10)
217
+ rspec-support (3.12.1)
218
+ rubocop (1.52.1)
219
+ json (~> 2.3)
220
+ parallel (~> 1.10)
221
+ parser (>= 3.2.2.3)
222
+ rainbow (>= 2.2.2, < 4.0)
223
+ regexp_parser (>= 1.8, < 3.0)
224
+ rexml (>= 3.2.5, < 4.0)
225
+ rubocop-ast (>= 1.28.0, < 2.0)
226
+ ruby-progressbar (~> 1.7)
227
+ unicode-display_width (>= 2.4.0, < 3.0)
228
+ rubocop-ast (1.30.0)
229
+ parser (>= 3.2.1.0)
230
+ rubocop-capybara (2.20.0)
231
+ rubocop (~> 1.41)
232
+ rubocop-factory_bot (2.24.0)
233
+ rubocop (~> 1.33)
234
+ rubocop-performance (1.20.1)
235
+ rubocop (>= 1.48.1, < 2.0)
236
+ rubocop-ast (>= 1.30.0, < 2.0)
237
+ rubocop-rails (2.23.1)
238
+ activesupport (>= 4.2.0)
239
+ rack (>= 1.1)
240
+ rubocop (>= 1.33.0, < 2.0)
241
+ rubocop-ast (>= 1.30.0, < 2.0)
242
+ rubocop-rake (0.6.0)
243
+ rubocop (~> 1.0)
244
+ rubocop-rspec (2.25.0)
245
+ rubocop (~> 1.40)
246
+ rubocop-capybara (~> 2.17)
247
+ rubocop-factory_bot (~> 2.22)
248
+ ruby-progressbar (1.13.0)
249
+ rubyzip (2.3.2)
250
+ simplecov (0.15.1)
251
+ docile (~> 1.1.0)
252
+ json (>= 1.8, < 3)
253
+ simplecov-html (~> 0.10.0)
254
+ simplecov-html (0.10.2)
255
+ sqlite3 (1.4.4)
256
+ test-unit (3.1.5)
257
+ power_assert
258
+ thor (1.3.0)
259
+ timeout (0.4.1)
260
+ tomlrb (2.0.3)
261
+ tzinfo (2.0.6)
262
+ concurrent-ruby (~> 1.0)
263
+ unicode-display_width (2.5.0)
264
+ websocket-driver (0.7.6)
265
+ websocket-extensions (>= 0.1.0)
266
+ websocket-extensions (0.1.5)
267
+ with_env (1.1.0)
268
+ xml-simple (1.1.9)
269
+ rexml
270
+ yard (0.9.21)
271
+ zeitwerk (2.6.12)
272
+
273
+ PLATFORMS
274
+ arm64-darwin-22
275
+ x86_64-linux
276
+
277
+ DEPENDENCIES
278
+ appraisal (~> 2.4.1)
279
+ bundler (~> 2.1)
280
+ combustion (~> 1.3)
281
+ license_finder (>= 7.0)
282
+ lumberaxe!
283
+ nokogiri (< 1.16)
284
+ parser (>= 2.5, != 2.5.1.1)
285
+ pry (>= 0.14.2)
286
+ pry-byebug (= 3.10.1)
287
+ rails (= 7.0.6)
288
+ rainbow (= 2.2.2)
289
+ rake (~> 13.0)
290
+ rspec (~> 3.0)
291
+ rspec-rails (~> 5.1.2)
292
+ rubocop-powerhome!
293
+ simplecov (= 0.15.1)
294
+ sqlite3 (~> 1.4.2)
295
+ test-unit (= 3.1.5)
296
+ yard (= 0.9.21)
297
+
298
+ BUNDLED WITH
299
+ 2.4.10
@@ -0,0 +1,9 @@
1
+ # This file was generated by Appraisal
2
+
3
+ source "https://rubygems.org"
4
+
5
+ gem "nokogiri", "< 1.16"
6
+ gem "rubocop-powerhome", path: "../../rubocop-powerhome"
7
+ gem "rails", "7.1.3"
8
+
9
+ gemspec path: "../"