lumberaxe 0.1.5 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86334b7a5990cec09bc7f6d677f282a5fafc0d00a5bbf59f4a59724c37c7d7dd
4
- data.tar.gz: b1cc07dead0cfe39a4a8fdd6322c492b29ccc75300e1bacaf2e8182808924184
3
+ metadata.gz: 377ae002e7ee67c78ceebab65d76a4dd946e27576547e88592f04083a01ef21b
4
+ data.tar.gz: '0896d0c2c67b90f3a534a440278adaca841541e851fa967dc83a99928aeb3cc2'
5
5
  SHA512:
6
- metadata.gz: b1477d3970648ecac890e0a4a51a676e705603da133d0c593732b634063bdf265bbf9631f37eb3165e33d8a6d35b28772d9c54e6e04d0bee9848a826d7cae01b
7
- data.tar.gz: '073559dd863a6c2ff16c5098bd9987f2812c00952918946d4984c367b716939565c2a01e9a4356489619bbe81d83d6b55ae79700a50234a7143beb293e703431'
6
+ metadata.gz: 1fea04f90b804609063cf1615759676fe7d12aee0f452b5706c5f9fcc662779b523b279d0b3302da1af0427a027c71ffd97ab04d40921f9296009833cf9a2391
7
+ data.tar.gz: a248d8a64464b394f7a210533dcf9e06b3fd75a8dcd64e1cd8531a75bfa0d607285c7a0c71317c30a73105ffa0fdc9bcbce09674a5dbb9b40ea115a60a64258e
data/.rubocop.yml CHANGED
@@ -4,15 +4,7 @@ require:
4
4
  - rubocop-powerhome
5
5
 
6
6
  AllCops:
7
- TargetRubyVersion: 2.7
8
-
9
- Style/FrozenStringLiteralComment:
10
- Exclude:
11
- - 'gemfiles/*'
12
-
13
- Bundler/OrderedGems:
14
- Exclude:
15
- - 'gemfiles/*'
7
+ TargetRubyVersion: 3.0
16
8
 
17
9
  Rails:
18
10
  Enabled: false
data/Appraisals CHANGED
@@ -1,17 +1,22 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- appraise "rails-6-0" do
4
- gem "rails", "6.0.6.1"
3
+ appraise "rails-7-1" do
4
+ gem "rails", "7.1.3.2"
5
+ gem "rspec-rails", "~> 7.1.1"
6
+ gem "sqlite3", "~> 1.7.3"
5
7
  end
6
8
 
7
- appraise "rails-6-1" do
8
- gem "rails", "6.1.7.4"
9
+ appraise "rails-7-2" do
10
+ gem "rails", "7.2.3.1"
11
+ gem "rspec-rails", "~> 8.0.1"
9
12
  end
10
13
 
11
- appraise "rails-7-0" do
12
- gem "rails", "7.0.6"
14
+ appraise "rails-8-0" do
15
+ gem "rails", "8.0.5"
16
+ gem "rspec-rails", "~> 8.0.1"
13
17
  end
14
18
 
15
- appraise "rails-7-1" do
16
- gem "rails", "7.1.3"
19
+ appraise "rails-8-1" do
20
+ gem "rails", "8.1.3"
21
+ gem "rspec-rails", "~> 8.0.1"
17
22
  end
data/Gemfile CHANGED
@@ -8,5 +8,20 @@ end
8
8
 
9
9
  gemspec
10
10
 
11
- gem "nokogiri", "< 1.16"
11
+ gem "appraisal", "~> 2.5.0"
12
+ gem "bundler", "~> 2.1"
13
+ gem "combustion", "~> 1.3"
14
+ gem "license_finder", ">= 7.0"
15
+ gem "parser", ">= 2.5", "!= 2.5.1.1"
16
+ gem "pry", ">= 0.14.2"
17
+ gem "pry-byebug", "3.10.1"
18
+ gem "rails", ">= 6.0.6.1", "< 8"
19
+ gem "rainbow", "3.1.1"
20
+ gem "rake", "~> 13.0"
21
+ gem "rspec", "~> 3.0"
22
+ gem "rspec-rails", "~> 8.0.1"
12
23
  gem "rubocop-powerhome", path: "../rubocop-powerhome"
24
+ gem "simplecov", "0.15.1"
25
+ gem "sqlite3", "~> 2.9"
26
+ gem "test-unit", "3.1.5"
27
+ gem "yard", "0.9.38"
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: ../rubocop-powerhome
3
3
  specs:
4
- rubocop-powerhome (0.5.2)
5
- rubocop (~> 1.52.0)
4
+ rubocop-powerhome (0.7.0)
5
+ rubocop (= 1.82.1)
6
6
  rubocop-performance
7
7
  rubocop-rails
8
8
  rubocop-rake
@@ -11,323 +11,350 @@ PATH
11
11
  PATH
12
12
  remote: .
13
13
  specs:
14
- lumberaxe (0.1.5)
15
- activesupport (>= 6.0.6.1, < 7.2)
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.1.3)
22
- actionpack (= 7.1.3)
23
- activesupport (= 7.1.3)
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.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
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
+ mail (>= 2.8.0)
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
+ mail (>= 2.8.0)
46
40
  rails-dom-testing (~> 2.2)
47
- actionpack (7.1.3)
48
- actionview (= 7.1.3)
49
- activesupport (= 7.1.3)
41
+ actionpack (7.2.3.1)
42
+ actionview (= 7.2.3.1)
43
+ activesupport (= 7.2.3.1)
44
+ cgi
50
45
  nokogiri (>= 1.8.5)
51
46
  racc
52
- rack (>= 2.2.4)
47
+ rack (>= 2.2.4, < 3.3)
53
48
  rack-session (>= 1.0.1)
54
49
  rack-test (>= 0.6.3)
55
50
  rails-dom-testing (~> 2.2)
56
51
  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)
52
+ useragent (~> 0.16)
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)
62
58
  globalid (>= 0.6.0)
63
59
  nokogiri (>= 1.8.5)
64
- actionview (7.1.3)
65
- activesupport (= 7.1.3)
60
+ actionview (7.2.3.1)
61
+ activesupport (= 7.2.3.1)
66
62
  builder (~> 3.1)
63
+ cgi
67
64
  erubi (~> 1.11)
68
65
  rails-dom-testing (~> 2.2)
69
66
  rails-html-sanitizer (~> 1.6)
70
- activejob (7.1.3)
71
- activesupport (= 7.1.3)
67
+ activejob (7.2.3.1)
68
+ activesupport (= 7.2.3.1)
72
69
  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)
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)
78
75
  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)
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)
84
81
  marcel (~> 1.0)
85
- activesupport (7.1.3)
82
+ activesupport (7.2.3.1)
86
83
  base64
84
+ benchmark (>= 0.3)
87
85
  bigdecimal
88
- concurrent-ruby (~> 1.0, >= 1.0.2)
86
+ concurrent-ruby (~> 1.0, >= 1.3.1)
89
87
  connection_pool (>= 2.2.5)
90
88
  drb
91
89
  i18n (>= 1.6, < 2)
92
- minitest (>= 5.1)
93
- mutex_m
94
- tzinfo (~> 2.0)
95
- appraisal (2.4.1)
90
+ logger (>= 1.4.2)
91
+ minitest (>= 5.1, < 6)
92
+ securerandom (>= 0.3)
93
+ tzinfo (~> 2.0, >= 2.0.5)
94
+ appraisal (2.5.0)
96
95
  bundler
97
96
  rake
98
97
  thor (>= 0.14.0)
99
- ast (2.4.2)
100
- base64 (0.2.0)
101
- bigdecimal (3.1.5)
102
- builder (3.2.4)
98
+ ast (2.4.3)
99
+ base64 (0.3.0)
100
+ benchmark (0.5.0)
101
+ bigdecimal (4.1.2)
102
+ builder (3.3.0)
103
103
  byebug (11.1.3)
104
+ cgi (0.5.1)
104
105
  coderay (1.1.3)
105
- combustion (1.3.7)
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.2.3)
110
- connection_pool (2.4.1)
110
+ concurrent-ruby (1.3.6)
111
+ connection_pool (3.0.2)
111
112
  crass (1.0.6)
112
- date (3.3.4)
113
- diff-lcs (1.5.0)
113
+ csv (3.3.5)
114
+ date (3.5.1)
115
+ diff-lcs (1.6.2)
114
116
  docile (1.1.5)
115
- drb (2.2.0)
116
- ruby2_keywords
117
- erubi (1.12.0)
118
- globalid (1.2.1)
117
+ drb (2.2.3)
118
+ erb (6.0.4)
119
+ erubi (1.13.1)
120
+ globalid (1.3.0)
119
121
  activesupport (>= 6.1)
120
- i18n (1.14.1)
122
+ i18n (1.14.8)
121
123
  concurrent-ruby (~> 1.0)
122
- io-console (0.7.1)
123
- irb (1.11.1)
124
- rdoc
124
+ io-console (0.8.2)
125
+ irb (1.18.0)
126
+ pp (>= 0.6.0)
127
+ prism (>= 1.3.0)
128
+ rdoc (>= 4.0.0)
125
129
  reline (>= 0.4.2)
126
- json (2.7.1)
127
- license_finder (7.1.0)
130
+ json (2.19.3)
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)
141
+ logger (1.7.0)
134
142
  lograge (0.10.0)
135
143
  actionpack (>= 4)
136
144
  activesupport (>= 4)
137
145
  railties (>= 4)
138
146
  request_store (~> 1.0)
139
- loofah (2.22.0)
147
+ loofah (2.25.1)
140
148
  crass (~> 1.0.2)
141
149
  nokogiri (>= 1.12.0)
142
- mail (2.8.1)
150
+ mail (2.9.0)
151
+ logger
143
152
  mini_mime (>= 0.1.1)
144
153
  net-imap
145
154
  net-pop
146
155
  net-smtp
147
- marcel (1.0.2)
148
- method_source (1.0.0)
156
+ marcel (1.1.0)
157
+ method_source (1.1.0)
149
158
  mini_mime (1.1.5)
150
- minitest (5.21.1)
151
- mutex_m (0.2.0)
152
- net-imap (0.4.9.1)
159
+ mini_portile2 (2.8.9)
160
+ minitest (5.27.0)
161
+ net-imap (0.6.3)
153
162
  date
154
163
  net-protocol
155
164
  net-pop (0.1.2)
156
165
  net-protocol
157
166
  net-protocol (0.2.2)
158
167
  timeout
159
- net-smtp (0.4.0.1)
168
+ net-smtp (0.5.1)
160
169
  net-protocol
161
- nio4r (2.7.0)
162
- nokogiri (1.15.5-arm64-darwin)
170
+ nio4r (2.7.5)
171
+ nokogiri (1.19.3)
172
+ mini_portile2 (~> 2.8.2)
173
+ racc (~> 1.4)
174
+ nokogiri (1.19.3-arm64-darwin)
163
175
  racc (~> 1.4)
164
- nokogiri (1.15.5-x86_64-linux)
176
+ nokogiri (1.19.3-x86_64-linux-gnu)
165
177
  racc (~> 1.4)
166
- parallel (1.24.0)
167
- parser (3.3.0.2)
178
+ parallel (1.28.0)
179
+ parser (3.3.11.1)
168
180
  ast (~> 2.4.1)
169
181
  racc
170
- power_assert (2.0.3)
182
+ power_assert (3.0.1)
183
+ pp (0.6.3)
184
+ prettyprint
185
+ prettyprint (0.2.0)
186
+ prism (1.9.0)
171
187
  pry (0.14.2)
172
188
  coderay (~> 1.1)
173
189
  method_source (~> 1.0)
174
190
  pry-byebug (3.10.1)
175
191
  byebug (~> 11.0)
176
192
  pry (>= 0.13, < 0.15)
177
- psych (5.1.2)
193
+ psych (5.3.1)
194
+ date
178
195
  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)
196
+ racc (1.8.1)
197
+ rack (3.2.6)
198
+ rack-session (2.1.2)
199
+ base64 (>= 0.1.0)
200
+ rack (>= 3.0.0)
201
+ rack-test (2.2.0)
184
202
  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)
203
+ rackup (2.3.1)
204
+ rack (>= 3)
205
+ rails (7.2.3.1)
206
+ actioncable (= 7.2.3.1)
207
+ actionmailbox (= 7.2.3.1)
208
+ actionmailer (= 7.2.3.1)
209
+ actionpack (= 7.2.3.1)
210
+ actiontext (= 7.2.3.1)
211
+ actionview (= 7.2.3.1)
212
+ activejob (= 7.2.3.1)
213
+ activemodel (= 7.2.3.1)
214
+ activerecord (= 7.2.3.1)
215
+ activestorage (= 7.2.3.1)
216
+ activesupport (= 7.2.3.1)
200
217
  bundler (>= 1.15.0)
201
- railties (= 7.1.3)
202
- rails-dom-testing (2.2.0)
218
+ railties (= 7.2.3.1)
219
+ rails-dom-testing (2.3.0)
203
220
  activesupport (>= 5.0.0)
204
221
  minitest
205
222
  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
223
+ rails-html-sanitizer (1.7.0)
224
+ loofah (~> 2.25)
225
+ 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)
226
+ railties (7.2.3.1)
227
+ actionpack (= 7.2.3.1)
228
+ activesupport (= 7.2.3.1)
229
+ cgi
230
+ irb (~> 1.13)
213
231
  rackup (>= 1.0.0)
214
232
  rake (>= 12.2)
215
233
  thor (~> 1.0, >= 1.2.2)
234
+ tsort (>= 0.2)
216
235
  zeitwerk (~> 2.6)
217
- rainbow (2.2.2)
218
- rake
219
- rake (13.1.0)
220
- rdoc (6.6.2)
236
+ rainbow (3.1.1)
237
+ rake (13.4.2)
238
+ rdoc (7.2.0)
239
+ erb
221
240
  psych (>= 4.0.0)
222
- regexp_parser (2.9.0)
223
- reline (0.4.2)
241
+ tsort
242
+ regexp_parser (2.12.0)
243
+ reline (0.6.3)
224
244
  io-console (~> 0.5)
225
- request_store (1.5.1)
245
+ request_store (1.7.0)
226
246
  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)
247
+ rexml (3.4.4)
248
+ rspec (3.13.2)
249
+ rspec-core (~> 3.13.0)
250
+ rspec-expectations (~> 3.13.0)
251
+ rspec-mocks (~> 3.13.0)
252
+ rspec-core (3.13.6)
253
+ rspec-support (~> 3.13.0)
254
+ rspec-expectations (3.13.5)
235
255
  diff-lcs (>= 1.2.0, < 2.0)
236
- rspec-support (~> 3.12.0)
237
- rspec-mocks (3.12.6)
256
+ rspec-support (~> 3.13.0)
257
+ rspec-mocks (3.13.8)
238
258
  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)
259
+ rspec-support (~> 3.13.0)
260
+ rspec-rails (8.0.4)
261
+ actionpack (>= 7.2)
262
+ activesupport (>= 7.2)
263
+ railties (>= 7.2)
264
+ rspec-core (>= 3.13.0, < 5.0.0)
265
+ rspec-expectations (>= 3.13.0, < 5.0.0)
266
+ rspec-mocks (>= 3.13.0, < 5.0.0)
267
+ rspec-support (>= 3.13.0, < 5.0.0)
268
+ rspec-support (3.13.7)
269
+ rubocop (1.82.1)
250
270
  json (~> 2.3)
271
+ language_server-protocol (~> 3.17.0.2)
272
+ lint_roller (~> 1.1.0)
251
273
  parallel (~> 1.10)
252
- parser (>= 3.2.2.3)
274
+ parser (>= 3.3.0.2)
253
275
  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)
276
+ regexp_parser (>= 2.9.3, < 3.0)
277
+ rubocop-ast (>= 1.48.0, < 2.0)
257
278
  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)
279
+ unicode-display_width (>= 2.4.0, < 4.0)
280
+ rubocop-ast (1.49.1)
281
+ parser (>= 3.3.7.2)
282
+ prism (~> 1.7)
283
+ rubocop-performance (1.26.1)
284
+ lint_roller (~> 1.1)
285
+ rubocop (>= 1.75.0, < 2.0)
286
+ rubocop-ast (>= 1.47.1, < 2.0)
287
+ rubocop-rails (2.34.3)
269
288
  activesupport (>= 4.2.0)
289
+ lint_roller (~> 1.1)
270
290
  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)
291
+ rubocop (>= 1.75.0, < 2.0)
292
+ rubocop-ast (>= 1.44.0, < 2.0)
293
+ rubocop-rake (0.7.1)
294
+ lint_roller (~> 1.1)
295
+ rubocop (>= 1.72.1)
296
+ rubocop-rspec (3.9.0)
297
+ lint_roller (~> 1.1)
298
+ rubocop (~> 1.81)
279
299
  ruby-progressbar (1.13.0)
280
- ruby2_keywords (0.0.5)
281
- rubyzip (2.3.2)
300
+ rubyzip (2.4.1)
301
+ securerandom (0.4.1)
282
302
  simplecov (0.15.1)
283
303
  docile (~> 1.1.0)
284
304
  json (>= 1.8, < 3)
285
305
  simplecov-html (~> 0.10.0)
286
306
  simplecov-html (0.10.2)
287
- sqlite3 (1.4.4)
288
- stringio (3.1.0)
307
+ sqlite3 (2.9.2)
308
+ mini_portile2 (~> 2.8.0)
309
+ sqlite3 (2.9.2-arm64-darwin)
310
+ sqlite3 (2.9.2-x86_64-linux-gnu)
311
+ stringio (3.2.0)
289
312
  test-unit (3.1.5)
290
313
  power_assert
291
- thor (1.3.0)
292
- timeout (0.4.1)
293
- tomlrb (2.0.3)
314
+ thor (1.5.0)
315
+ timeout (0.6.1)
316
+ tomlrb (2.0.4)
317
+ tsort (0.2.0)
294
318
  tzinfo (2.0.6)
295
319
  concurrent-ruby (~> 1.0)
296
- unicode-display_width (2.5.0)
297
- webrick (1.8.1)
298
- websocket-driver (0.7.6)
320
+ unicode-display_width (3.2.0)
321
+ unicode-emoji (~> 4.1)
322
+ unicode-emoji (4.2.0)
323
+ useragent (0.16.11)
324
+ websocket-driver (0.8.0)
325
+ base64
299
326
  websocket-extensions (>= 0.1.0)
300
327
  websocket-extensions (0.1.5)
301
328
  with_env (1.1.0)
302
329
  xml-simple (1.1.9)
303
330
  rexml
304
- yard (0.9.21)
305
- zeitwerk (2.6.12)
331
+ yard (0.9.38)
332
+ zeitwerk (2.7.5)
306
333
 
307
334
  PLATFORMS
308
335
  arm64-darwin-22
336
+ ruby
309
337
  x86_64-linux
310
338
 
311
339
  DEPENDENCIES
312
- appraisal (~> 2.4.1)
340
+ appraisal (~> 2.5.0)
313
341
  bundler (~> 2.1)
314
342
  combustion (~> 1.3)
315
343
  license_finder (>= 7.0)
316
344
  lumberaxe!
317
- nokogiri (< 1.16)
318
345
  parser (>= 2.5, != 2.5.1.1)
319
346
  pry (>= 0.14.2)
320
347
  pry-byebug (= 3.10.1)
321
- rails (>= 6.0.6.1, < 7.2)
322
- rainbow (= 2.2.2)
348
+ rails (>= 6.0.6.1, < 8)
349
+ rainbow (= 3.1.1)
323
350
  rake (~> 13.0)
324
351
  rspec (~> 3.0)
325
- rspec-rails (~> 5.1.2)
352
+ rspec-rails (~> 8.0.1)
326
353
  rubocop-powerhome!
327
354
  simplecov (= 0.15.1)
328
- sqlite3 (~> 1.4.2)
355
+ sqlite3 (~> 2.9)
329
356
  test-unit (= 3.1.5)
330
- yard (= 0.9.21)
357
+ yard (= 0.9.38)
331
358
 
332
359
  BUNDLED WITH
333
- 2.4.10
360
+ 2.5.23
data/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.3.0] - 2026-07-28
4
+
5
+ [HFH-4410 - Bump powertools for Rails 8.1.3 V2](https://github.com/powerhome/power-tools/pull/426)
6
+
7
+ - Upgrade Rails to 8.1.3 for Nitro and Runway compatability
8
+ - Drop support for Ruby < 3.3 and Rails < 7.1 [#396](https://github.com/powerhome/power-tools/pull/396)
9
+ - Update yard to 0.9.38 to address [Cross-site Scripting vulnerability](https://github.com/powerhome/power-tools/security/dependabot/544) [#394](https://github.com/powerhome/power-tools/pull/394)
10
+ - Update rainbow to v3.x [#372](https://github.com/powerhome/power-tools/pull/372)
11
+ - Update Rails version to 7.2.3.1 for Active Storage CVE [#402](https://github.com/powerhome/power-tools/pull/402)
12
+
13
+ ## [0.2.0] - 2025-08-15
14
+
15
+ - Standardize all libs to support ruby 3.0, ruby 3.3 x rails 6.1 through rails 7.2 [#359](https://github.com/powerhome/power-tools/pull/359)
16
+
3
17
  ## [0.1.5] - 2024-1-17
4
18
 
5
19
  - Add support to rails 7.1