lumberaxe 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5e69d1c7baf42c29ad5a84f2ba2083727df3b8cb32ca52ba93dc922d6634c4b3
4
- data.tar.gz: 11c91f116a05dc9de605a43768679e70698be34cb5fbceef7a149a24af8ac19f
3
+ metadata.gz: 86334b7a5990cec09bc7f6d677f282a5fafc0d00a5bbf59f4a59724c37c7d7dd
4
+ data.tar.gz: b1cc07dead0cfe39a4a8fdd6322c492b29ccc75300e1bacaf2e8182808924184
5
5
  SHA512:
6
- metadata.gz: 54eb5ad5b39e0bd37980432c14d20d4b2452153d093e4b4ecd6aedbb900d56e414304aa752eb001eba398c2e850df7ddea4774d1964245f9c96bddeef3ee98ec
7
- data.tar.gz: 5af44c6df5ccea9e16b8163ad1a0c7276aed5e3ba5892e8a9fb393d6783cb62a0ff2eb02f3e2e7e1cf09e75099a549ff7e71a6d5e9775f153dabf46d8d29b76c
6
+ metadata.gz: b1477d3970648ecac890e0a4a51a676e705603da133d0c593732b634063bdf265bbf9631f37eb3165e33d8a6d35b28772d9c54e6e04d0bee9848a826d7cae01b
7
+ data.tar.gz: '073559dd863a6c2ff16c5098bd9987f2812c00952918946d4984c367b716939565c2a01e9a4356489619bbe81d83d6b55ae79700a50234a7143beb293e703431'
data/.rubocop.yml CHANGED
@@ -6,5 +6,13 @@ require:
6
6
  AllCops:
7
7
  TargetRubyVersion: 2.7
8
8
 
9
+ Style/FrozenStringLiteralComment:
10
+ Exclude:
11
+ - 'gemfiles/*'
12
+
13
+ Bundler/OrderedGems:
14
+ Exclude:
15
+ - 'gemfiles/*'
16
+
9
17
  Rails:
10
18
  Enabled: false
data/Appraisals ADDED
@@ -0,0 +1,17 @@
1
+ # frozen_string_literal: true
2
+
3
+ appraise "rails-6-0" do
4
+ gem "rails", "6.0.6.1"
5
+ end
6
+
7
+ appraise "rails-6-1" do
8
+ gem "rails", "6.1.7.4"
9
+ end
10
+
11
+ appraise "rails-7-0" do
12
+ gem "rails", "7.0.6"
13
+ end
14
+
15
+ appraise "rails-7-1" do
16
+ gem "rails", "7.1.3"
17
+ end
data/Gemfile CHANGED
@@ -8,6 +8,5 @@ end
8
8
 
9
9
  gemspec
10
10
 
11
- rails_version = ENV.fetch("RAILS_VERSION", ">= 5.2.8.1")
12
-
13
- gem "rails", rails_version
11
+ gem "nokogiri", "< 1.16"
12
+ gem "rubocop-powerhome", path: "../rubocop-powerhome"
data/Gemfile.lock ADDED
@@ -0,0 +1,333 @@
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.1.3)
22
+ actionpack (= 7.1.3)
23
+ activesupport (= 7.1.3)
24
+ nio4r (~> 2.0)
25
+ websocket-driver (>= 0.6.1)
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)
33
+ mail (>= 2.7.1)
34
+ net-imap
35
+ net-pop
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)
42
+ mail (~> 2.5, >= 2.5.4)
43
+ net-imap
44
+ net-pop
45
+ net-smtp
46
+ rails-dom-testing (~> 2.2)
47
+ actionpack (7.1.3)
48
+ actionview (= 7.1.3)
49
+ activesupport (= 7.1.3)
50
+ nokogiri (>= 1.8.5)
51
+ racc
52
+ rack (>= 2.2.4)
53
+ rack-session (>= 1.0.1)
54
+ rack-test (>= 0.6.3)
55
+ rails-dom-testing (~> 2.2)
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)
62
+ globalid (>= 0.6.0)
63
+ nokogiri (>= 1.8.5)
64
+ actionview (7.1.3)
65
+ activesupport (= 7.1.3)
66
+ builder (~> 3.1)
67
+ erubi (~> 1.11)
68
+ rails-dom-testing (~> 2.2)
69
+ rails-html-sanitizer (~> 1.6)
70
+ activejob (7.1.3)
71
+ activesupport (= 7.1.3)
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)
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)
84
+ marcel (~> 1.0)
85
+ activesupport (7.1.3)
86
+ base64
87
+ bigdecimal
88
+ concurrent-ruby (~> 1.0, >= 1.0.2)
89
+ connection_pool (>= 2.2.5)
90
+ drb
91
+ i18n (>= 1.6, < 2)
92
+ minitest (>= 5.1)
93
+ mutex_m
94
+ tzinfo (~> 2.0)
95
+ appraisal (2.4.1)
96
+ bundler
97
+ rake
98
+ thor (>= 0.14.0)
99
+ ast (2.4.2)
100
+ base64 (0.2.0)
101
+ bigdecimal (3.1.5)
102
+ builder (3.2.4)
103
+ byebug (11.1.3)
104
+ coderay (1.1.3)
105
+ combustion (1.3.7)
106
+ activesupport (>= 3.0.0)
107
+ railties (>= 3.0.0)
108
+ thor (>= 0.14.6)
109
+ concurrent-ruby (1.2.3)
110
+ connection_pool (2.4.1)
111
+ crass (1.0.6)
112
+ date (3.3.4)
113
+ diff-lcs (1.5.0)
114
+ docile (1.1.5)
115
+ drb (2.2.0)
116
+ ruby2_keywords
117
+ erubi (1.12.0)
118
+ globalid (1.2.1)
119
+ activesupport (>= 6.1)
120
+ i18n (1.14.1)
121
+ concurrent-ruby (~> 1.0)
122
+ io-console (0.7.1)
123
+ irb (1.11.1)
124
+ rdoc
125
+ reline (>= 0.4.2)
126
+ json (2.7.1)
127
+ license_finder (7.1.0)
128
+ bundler
129
+ rubyzip (>= 1, < 3)
130
+ thor (~> 1.2)
131
+ tomlrb (>= 1.3, < 2.1)
132
+ with_env (= 1.1.0)
133
+ xml-simple (~> 1.1.9)
134
+ lograge (0.10.0)
135
+ actionpack (>= 4)
136
+ activesupport (>= 4)
137
+ railties (>= 4)
138
+ request_store (~> 1.0)
139
+ loofah (2.22.0)
140
+ crass (~> 1.0.2)
141
+ nokogiri (>= 1.12.0)
142
+ mail (2.8.1)
143
+ mini_mime (>= 0.1.1)
144
+ net-imap
145
+ net-pop
146
+ net-smtp
147
+ marcel (1.0.2)
148
+ method_source (1.0.0)
149
+ mini_mime (1.1.5)
150
+ minitest (5.21.1)
151
+ mutex_m (0.2.0)
152
+ net-imap (0.4.9.1)
153
+ date
154
+ net-protocol
155
+ net-pop (0.1.2)
156
+ net-protocol
157
+ net-protocol (0.2.2)
158
+ timeout
159
+ net-smtp (0.4.0.1)
160
+ net-protocol
161
+ nio4r (2.7.0)
162
+ nokogiri (1.15.5-arm64-darwin)
163
+ racc (~> 1.4)
164
+ nokogiri (1.15.5-x86_64-linux)
165
+ racc (~> 1.4)
166
+ parallel (1.24.0)
167
+ parser (3.3.0.2)
168
+ ast (~> 2.4.1)
169
+ racc
170
+ power_assert (2.0.3)
171
+ pry (0.14.2)
172
+ coderay (~> 1.1)
173
+ method_source (~> 1.0)
174
+ pry-byebug (3.10.1)
175
+ byebug (~> 11.0)
176
+ pry (>= 0.13, < 0.15)
177
+ psych (5.1.2)
178
+ stringio
179
+ racc (1.7.3)
180
+ rack (2.2.8)
181
+ rack-session (1.0.2)
182
+ rack (< 3)
183
+ rack-test (2.1.0)
184
+ rack (>= 1.3)
185
+ rackup (1.0.0)
186
+ rack (< 3)
187
+ webrick
188
+ rails (7.1.3)
189
+ actioncable (= 7.1.3)
190
+ actionmailbox (= 7.1.3)
191
+ actionmailer (= 7.1.3)
192
+ actionpack (= 7.1.3)
193
+ actiontext (= 7.1.3)
194
+ actionview (= 7.1.3)
195
+ activejob (= 7.1.3)
196
+ activemodel (= 7.1.3)
197
+ activerecord (= 7.1.3)
198
+ activestorage (= 7.1.3)
199
+ activesupport (= 7.1.3)
200
+ bundler (>= 1.15.0)
201
+ railties (= 7.1.3)
202
+ rails-dom-testing (2.2.0)
203
+ activesupport (>= 5.0.0)
204
+ minitest
205
+ nokogiri (>= 1.6)
206
+ rails-html-sanitizer (1.6.0)
207
+ loofah (~> 2.21)
208
+ nokogiri (~> 1.14)
209
+ railties (7.1.3)
210
+ actionpack (= 7.1.3)
211
+ activesupport (= 7.1.3)
212
+ irb
213
+ rackup (>= 1.0.0)
214
+ rake (>= 12.2)
215
+ thor (~> 1.0, >= 1.2.2)
216
+ zeitwerk (~> 2.6)
217
+ rainbow (2.2.2)
218
+ rake
219
+ rake (13.1.0)
220
+ rdoc (6.6.2)
221
+ psych (>= 4.0.0)
222
+ regexp_parser (2.9.0)
223
+ reline (0.4.2)
224
+ io-console (~> 0.5)
225
+ request_store (1.5.1)
226
+ rack (>= 1.4)
227
+ rexml (3.2.6)
228
+ rspec (3.12.0)
229
+ rspec-core (~> 3.12.0)
230
+ rspec-expectations (~> 3.12.0)
231
+ rspec-mocks (~> 3.12.0)
232
+ rspec-core (3.12.2)
233
+ rspec-support (~> 3.12.0)
234
+ rspec-expectations (3.12.3)
235
+ diff-lcs (>= 1.2.0, < 2.0)
236
+ rspec-support (~> 3.12.0)
237
+ rspec-mocks (3.12.6)
238
+ diff-lcs (>= 1.2.0, < 2.0)
239
+ rspec-support (~> 3.12.0)
240
+ rspec-rails (5.1.2)
241
+ actionpack (>= 5.2)
242
+ activesupport (>= 5.2)
243
+ railties (>= 5.2)
244
+ rspec-core (~> 3.10)
245
+ rspec-expectations (~> 3.10)
246
+ rspec-mocks (~> 3.10)
247
+ rspec-support (~> 3.10)
248
+ rspec-support (3.12.1)
249
+ rubocop (1.52.1)
250
+ json (~> 2.3)
251
+ parallel (~> 1.10)
252
+ parser (>= 3.2.2.3)
253
+ rainbow (>= 2.2.2, < 4.0)
254
+ regexp_parser (>= 1.8, < 3.0)
255
+ rexml (>= 3.2.5, < 4.0)
256
+ rubocop-ast (>= 1.28.0, < 2.0)
257
+ ruby-progressbar (~> 1.7)
258
+ unicode-display_width (>= 2.4.0, < 3.0)
259
+ rubocop-ast (1.30.0)
260
+ parser (>= 3.2.1.0)
261
+ rubocop-capybara (2.20.0)
262
+ rubocop (~> 1.41)
263
+ rubocop-factory_bot (2.25.0)
264
+ rubocop (~> 1.33)
265
+ rubocop-performance (1.20.1)
266
+ rubocop (>= 1.48.1, < 2.0)
267
+ rubocop-ast (>= 1.30.0, < 2.0)
268
+ rubocop-rails (2.23.1)
269
+ activesupport (>= 4.2.0)
270
+ rack (>= 1.1)
271
+ rubocop (>= 1.33.0, < 2.0)
272
+ rubocop-ast (>= 1.30.0, < 2.0)
273
+ rubocop-rake (0.6.0)
274
+ rubocop (~> 1.0)
275
+ rubocop-rspec (2.26.1)
276
+ rubocop (~> 1.40)
277
+ rubocop-capybara (~> 2.17)
278
+ rubocop-factory_bot (~> 2.22)
279
+ ruby-progressbar (1.13.0)
280
+ ruby2_keywords (0.0.5)
281
+ rubyzip (2.3.2)
282
+ simplecov (0.15.1)
283
+ docile (~> 1.1.0)
284
+ json (>= 1.8, < 3)
285
+ simplecov-html (~> 0.10.0)
286
+ simplecov-html (0.10.2)
287
+ sqlite3 (1.4.4)
288
+ stringio (3.1.0)
289
+ test-unit (3.1.5)
290
+ power_assert
291
+ thor (1.3.0)
292
+ timeout (0.4.1)
293
+ tomlrb (2.0.3)
294
+ tzinfo (2.0.6)
295
+ concurrent-ruby (~> 1.0)
296
+ unicode-display_width (2.5.0)
297
+ webrick (1.8.1)
298
+ websocket-driver (0.7.6)
299
+ websocket-extensions (>= 0.1.0)
300
+ websocket-extensions (0.1.5)
301
+ with_env (1.1.0)
302
+ xml-simple (1.1.9)
303
+ rexml
304
+ yard (0.9.21)
305
+ zeitwerk (2.6.12)
306
+
307
+ PLATFORMS
308
+ arm64-darwin-22
309
+ x86_64-linux
310
+
311
+ DEPENDENCIES
312
+ appraisal (~> 2.4.1)
313
+ bundler (~> 2.1)
314
+ combustion (~> 1.3)
315
+ license_finder (>= 7.0)
316
+ lumberaxe!
317
+ nokogiri (< 1.16)
318
+ parser (>= 2.5, != 2.5.1.1)
319
+ pry (>= 0.14.2)
320
+ pry-byebug (= 3.10.1)
321
+ rails (>= 6.0.6.1, < 7.2)
322
+ rainbow (= 2.2.2)
323
+ rake (~> 13.0)
324
+ rspec (~> 3.0)
325
+ rspec-rails (~> 5.1.2)
326
+ rubocop-powerhome!
327
+ simplecov (= 0.15.1)
328
+ sqlite3 (~> 1.4.2)
329
+ test-unit (= 3.1.5)
330
+ yard (= 0.9.21)
331
+
332
+ BUNDLED WITH
333
+ 2.4.10
@@ -1,3 +1,9 @@
1
1
  ---
2
2
  - - :inherit_from
3
3
  - https://raw.githubusercontent.com/powerhome/oss-guide/master/license_rules.yml
4
+ - - :permit
5
+ - MIT AND (BSD-2-Clause OR GPL-2.0-or-later)
6
+ - :who:
7
+ :why:
8
+ :versions: []
9
+ :when: 2024-01-03 17:19:19.136064000 Z
data/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.5] - 2024-1-17
4
+
5
+ - Add support to rails 7.1
6
+
3
7
  ## [0.1.4] - 2023-1-1
4
8
 
5
9
  - Add LoggerSilence module to fix sprockets-rails compatibility
@@ -0,0 +1,2 @@
1
+ ---
2
+ BUNDLE_RETRY: "1"
@@ -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.0.6.1"
8
+
9
+ gemspec path: "../"
@@ -0,0 +1,297 @@
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.0.6.1)
22
+ actionpack (= 6.0.6.1)
23
+ nio4r (~> 2.0)
24
+ websocket-driver (>= 0.6.1)
25
+ actionmailbox (6.0.6.1)
26
+ actionpack (= 6.0.6.1)
27
+ activejob (= 6.0.6.1)
28
+ activerecord (= 6.0.6.1)
29
+ activestorage (= 6.0.6.1)
30
+ activesupport (= 6.0.6.1)
31
+ mail (>= 2.7.1)
32
+ actionmailer (6.0.6.1)
33
+ actionpack (= 6.0.6.1)
34
+ actionview (= 6.0.6.1)
35
+ activejob (= 6.0.6.1)
36
+ mail (~> 2.5, >= 2.5.4)
37
+ rails-dom-testing (~> 2.0)
38
+ actionpack (6.0.6.1)
39
+ actionview (= 6.0.6.1)
40
+ activesupport (= 6.0.6.1)
41
+ rack (~> 2.0, >= 2.0.8)
42
+ rack-test (>= 0.6.3)
43
+ rails-dom-testing (~> 2.0)
44
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
45
+ actiontext (6.0.6.1)
46
+ actionpack (= 6.0.6.1)
47
+ activerecord (= 6.0.6.1)
48
+ activestorage (= 6.0.6.1)
49
+ activesupport (= 6.0.6.1)
50
+ nokogiri (>= 1.8.5)
51
+ actionview (6.0.6.1)
52
+ activesupport (= 6.0.6.1)
53
+ builder (~> 3.1)
54
+ erubi (~> 1.4)
55
+ rails-dom-testing (~> 2.0)
56
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
57
+ activejob (6.0.6.1)
58
+ activesupport (= 6.0.6.1)
59
+ globalid (>= 0.3.6)
60
+ activemodel (6.0.6.1)
61
+ activesupport (= 6.0.6.1)
62
+ activerecord (6.0.6.1)
63
+ activemodel (= 6.0.6.1)
64
+ activesupport (= 6.0.6.1)
65
+ activestorage (6.0.6.1)
66
+ actionpack (= 6.0.6.1)
67
+ activejob (= 6.0.6.1)
68
+ activerecord (= 6.0.6.1)
69
+ marcel (~> 1.0)
70
+ activesupport (6.0.6.1)
71
+ concurrent-ruby (~> 1.0, >= 1.0.2)
72
+ i18n (>= 0.7, < 2)
73
+ minitest (~> 5.1)
74
+ tzinfo (~> 1.1)
75
+ zeitwerk (~> 2.2, >= 2.2.2)
76
+ appraisal (2.4.1)
77
+ bundler
78
+ rake
79
+ thor (>= 0.14.0)
80
+ ast (2.4.2)
81
+ builder (3.2.4)
82
+ byebug (11.1.3)
83
+ coderay (1.1.3)
84
+ combustion (1.3.7)
85
+ activesupport (>= 3.0.0)
86
+ railties (>= 3.0.0)
87
+ thor (>= 0.14.6)
88
+ concurrent-ruby (1.2.3)
89
+ crass (1.0.6)
90
+ date (3.3.4)
91
+ diff-lcs (1.5.0)
92
+ docile (1.1.5)
93
+ erubi (1.12.0)
94
+ globalid (1.1.0)
95
+ activesupport (>= 5.0)
96
+ i18n (1.14.1)
97
+ concurrent-ruby (~> 1.0)
98
+ json (2.7.1)
99
+ license_finder (7.1.0)
100
+ bundler
101
+ rubyzip (>= 1, < 3)
102
+ thor (~> 1.2)
103
+ tomlrb (>= 1.3, < 2.1)
104
+ with_env (= 1.1.0)
105
+ xml-simple (~> 1.1.9)
106
+ lograge (0.10.0)
107
+ actionpack (>= 4)
108
+ activesupport (>= 4)
109
+ railties (>= 4)
110
+ request_store (~> 1.0)
111
+ loofah (2.22.0)
112
+ crass (~> 1.0.2)
113
+ nokogiri (>= 1.12.0)
114
+ mail (2.8.1)
115
+ mini_mime (>= 0.1.1)
116
+ net-imap
117
+ net-pop
118
+ net-smtp
119
+ marcel (1.0.2)
120
+ method_source (1.0.0)
121
+ mini_mime (1.1.5)
122
+ minitest (5.21.1)
123
+ net-imap (0.4.9)
124
+ date
125
+ net-protocol
126
+ net-pop (0.1.2)
127
+ net-protocol
128
+ net-protocol (0.2.2)
129
+ timeout
130
+ net-smtp (0.4.0)
131
+ net-protocol
132
+ nio4r (2.7.0)
133
+ nokogiri (1.15.5-arm64-darwin)
134
+ racc (~> 1.4)
135
+ nokogiri (1.15.5-x86_64-linux)
136
+ racc (~> 1.4)
137
+ parallel (1.24.0)
138
+ parser (3.2.2.4)
139
+ ast (~> 2.4.1)
140
+ racc
141
+ power_assert (2.0.3)
142
+ pry (0.14.2)
143
+ coderay (~> 1.1)
144
+ method_source (~> 1.0)
145
+ pry-byebug (3.10.1)
146
+ byebug (~> 11.0)
147
+ pry (>= 0.13, < 0.15)
148
+ racc (1.7.3)
149
+ rack (2.2.8)
150
+ rack-test (2.1.0)
151
+ rack (>= 1.3)
152
+ rails (6.0.6.1)
153
+ actioncable (= 6.0.6.1)
154
+ actionmailbox (= 6.0.6.1)
155
+ actionmailer (= 6.0.6.1)
156
+ actionpack (= 6.0.6.1)
157
+ actiontext (= 6.0.6.1)
158
+ actionview (= 6.0.6.1)
159
+ activejob (= 6.0.6.1)
160
+ activemodel (= 6.0.6.1)
161
+ activerecord (= 6.0.6.1)
162
+ activestorage (= 6.0.6.1)
163
+ activesupport (= 6.0.6.1)
164
+ bundler (>= 1.3.0)
165
+ railties (= 6.0.6.1)
166
+ sprockets-rails (>= 2.0.0)
167
+ rails-dom-testing (2.2.0)
168
+ activesupport (>= 5.0.0)
169
+ minitest
170
+ nokogiri (>= 1.6)
171
+ rails-html-sanitizer (1.6.0)
172
+ loofah (~> 2.21)
173
+ nokogiri (~> 1.14)
174
+ railties (6.0.6.1)
175
+ actionpack (= 6.0.6.1)
176
+ activesupport (= 6.0.6.1)
177
+ method_source
178
+ rake (>= 0.8.7)
179
+ thor (>= 0.20.3, < 2.0)
180
+ rainbow (2.2.2)
181
+ rake
182
+ rake (13.1.0)
183
+ regexp_parser (2.8.3)
184
+ request_store (1.5.1)
185
+ rack (>= 1.4)
186
+ rexml (3.2.6)
187
+ rspec (3.12.0)
188
+ rspec-core (~> 3.12.0)
189
+ rspec-expectations (~> 3.12.0)
190
+ rspec-mocks (~> 3.12.0)
191
+ rspec-core (3.12.2)
192
+ rspec-support (~> 3.12.0)
193
+ rspec-expectations (3.12.3)
194
+ diff-lcs (>= 1.2.0, < 2.0)
195
+ rspec-support (~> 3.12.0)
196
+ rspec-mocks (3.12.6)
197
+ diff-lcs (>= 1.2.0, < 2.0)
198
+ rspec-support (~> 3.12.0)
199
+ rspec-rails (5.1.2)
200
+ actionpack (>= 5.2)
201
+ activesupport (>= 5.2)
202
+ railties (>= 5.2)
203
+ rspec-core (~> 3.10)
204
+ rspec-expectations (~> 3.10)
205
+ rspec-mocks (~> 3.10)
206
+ rspec-support (~> 3.10)
207
+ rspec-support (3.12.1)
208
+ rubocop (1.52.1)
209
+ json (~> 2.3)
210
+ parallel (~> 1.10)
211
+ parser (>= 3.2.2.3)
212
+ rainbow (>= 2.2.2, < 4.0)
213
+ regexp_parser (>= 1.8, < 3.0)
214
+ rexml (>= 3.2.5, < 4.0)
215
+ rubocop-ast (>= 1.28.0, < 2.0)
216
+ ruby-progressbar (~> 1.7)
217
+ unicode-display_width (>= 2.4.0, < 3.0)
218
+ rubocop-ast (1.30.0)
219
+ parser (>= 3.2.1.0)
220
+ rubocop-capybara (2.20.0)
221
+ rubocop (~> 1.41)
222
+ rubocop-factory_bot (2.24.0)
223
+ rubocop (~> 1.33)
224
+ rubocop-performance (1.20.1)
225
+ rubocop (>= 1.48.1, < 2.0)
226
+ rubocop-ast (>= 1.30.0, < 2.0)
227
+ rubocop-rails (2.23.1)
228
+ activesupport (>= 4.2.0)
229
+ rack (>= 1.1)
230
+ rubocop (>= 1.33.0, < 2.0)
231
+ rubocop-ast (>= 1.30.0, < 2.0)
232
+ rubocop-rake (0.6.0)
233
+ rubocop (~> 1.0)
234
+ rubocop-rspec (2.25.0)
235
+ rubocop (~> 1.40)
236
+ rubocop-capybara (~> 2.17)
237
+ rubocop-factory_bot (~> 2.22)
238
+ ruby-progressbar (1.13.0)
239
+ rubyzip (2.3.2)
240
+ simplecov (0.15.1)
241
+ docile (~> 1.1.0)
242
+ json (>= 1.8, < 3)
243
+ simplecov-html (~> 0.10.0)
244
+ simplecov-html (0.10.2)
245
+ sprockets (4.2.1)
246
+ concurrent-ruby (~> 1.0)
247
+ rack (>= 2.2.4, < 4)
248
+ sprockets-rails (3.4.2)
249
+ actionpack (>= 5.2)
250
+ activesupport (>= 5.2)
251
+ sprockets (>= 3.0.0)
252
+ sqlite3 (1.4.4)
253
+ test-unit (3.1.5)
254
+ power_assert
255
+ thor (1.3.0)
256
+ thread_safe (0.3.6)
257
+ timeout (0.4.1)
258
+ tomlrb (2.0.3)
259
+ tzinfo (1.2.11)
260
+ thread_safe (~> 0.1)
261
+ unicode-display_width (2.5.0)
262
+ websocket-driver (0.7.6)
263
+ websocket-extensions (>= 0.1.0)
264
+ websocket-extensions (0.1.5)
265
+ with_env (1.1.0)
266
+ xml-simple (1.1.9)
267
+ rexml
268
+ yard (0.9.21)
269
+ zeitwerk (2.6.12)
270
+
271
+ PLATFORMS
272
+ arm64-darwin-22
273
+ x86_64-linux
274
+
275
+ DEPENDENCIES
276
+ appraisal (~> 2.4.1)
277
+ bundler (~> 2.1)
278
+ combustion (~> 1.3)
279
+ license_finder (>= 7.0)
280
+ lumberaxe!
281
+ nokogiri (< 1.16)
282
+ parser (>= 2.5, != 2.5.1.1)
283
+ pry (>= 0.14.2)
284
+ pry-byebug (= 3.10.1)
285
+ rails (= 6.0.6.1)
286
+ rainbow (= 2.2.2)
287
+ rake (~> 13.0)
288
+ rspec (~> 3.0)
289
+ rspec-rails (~> 5.1.2)
290
+ rubocop-powerhome!
291
+ simplecov (= 0.15.1)
292
+ sqlite3 (~> 1.4.2)
293
+ test-unit (= 3.1.5)
294
+ yard (= 0.9.21)
295
+
296
+ BUNDLED WITH
297
+ 2.4.10