rubocop-powerhome 0.6.1 → 0.7.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: 116032c1176b8de748e1bd98171e8c41f1236aa10afe431146398082f0b5b8f1
4
- data.tar.gz: edebb9d0258dfbcd4350553b2c1007ebcba7abc5eb8ec12a76c42862f8ccaf80
3
+ metadata.gz: 6e9a7308914ed259cbe0df2a1b0d202d06cf80d346a04b69f585d31b99d8cdab
4
+ data.tar.gz: 6d9791d856fd7ffd6088154b8794123d9938d0a091c3f0dc9a5fe41b3c57738e
5
5
  SHA512:
6
- metadata.gz: a589cc11e50f492030dd5d550bea8046d550d1f2d25253182096d82ad8f51959bca916ace478cc84bc18da409fb0f89faf79bc270b01fab5df7702d80f5ae69a
7
- data.tar.gz: 1b24eea480a29834be68fbf19662ac1e3e812c080a70d4ea34d7ed0b95d6662abe6bd89fa46bca211111e2a490b4a7fad54d3822a5cece46a53352273a031597
6
+ metadata.gz: 0a5314ef5eabcda2b35f1975548ddfb3eaf8d4e2289485bd9da53f96a08c1b423924af8a789a3dee3c927ec5638b770f79a32f80aa9cccf0371f7a9c3d045898
7
+ data.tar.gz: 316c82492285eb0142cebd1bf76b40e955fd4f8190b50126926fd49efcce8b9dace3ee3e9343056a3c99e068234ecb19edde5b9f5606b28b66ed08fa7b467ce7
data/Appraisals CHANGED
@@ -1,13 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- appraise "rails-6-1" do
4
- gem "rails", "6.1.7.7"
5
- end
6
-
7
- appraise "rails-7-0" do
8
- gem "rails", "7.0.8.1"
9
- end
10
-
11
3
  appraise "rails-7-1" do
12
4
  gem "rails", "7.1.5.2"
13
5
  end
@@ -15,3 +7,11 @@ end
15
7
  appraise "rails-7-2" do
16
8
  gem "rails", "7.2.2.2"
17
9
  end
10
+
11
+ appraise "rails-8-0" do
12
+ gem "rails", "8.0.5"
13
+ end
14
+
15
+ appraise "rails-8-1" do
16
+ gem "rails", "8.1.3"
17
+ end
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.7.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
+
3
10
  ## [0.6.1] - 2026-02-26
4
11
 
5
12
  - Adds Graphql/DefaultNullTrue cop
data/Gemfile CHANGED
@@ -4,9 +4,3 @@ source "https://rubygems.org"
4
4
 
5
5
  # Specify your gem's dependencies in rubocop-powerhome.gemspec
6
6
  gemspec
7
-
8
- gem "erb", "< 6"
9
- gem "net-imap", "< 0.5.0"
10
- gem "nokogiri", "< 1.18.10"
11
- gem "securerandom", "< 0.4.0"
12
- gem "zeitwerk", "< 2.7.0"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rubocop-powerhome (0.6.1)
4
+ rubocop-powerhome (0.7.0)
5
5
  rubocop (= 1.82.1)
6
6
  rubocop-performance
7
7
  rubocop-rails
@@ -11,93 +11,112 @@ PATH
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (7.0.8.7)
15
- actionpack (= 7.0.8.7)
16
- activesupport (= 7.0.8.7)
14
+ actioncable (7.2.3.1)
15
+ actionpack (= 7.2.3.1)
16
+ activesupport (= 7.2.3.1)
17
17
  nio4r (~> 2.0)
18
18
  websocket-driver (>= 0.6.1)
19
- actionmailbox (7.0.8.7)
20
- actionpack (= 7.0.8.7)
21
- activejob (= 7.0.8.7)
22
- activerecord (= 7.0.8.7)
23
- activestorage (= 7.0.8.7)
24
- activesupport (= 7.0.8.7)
25
- mail (>= 2.7.1)
26
- net-imap
27
- net-pop
28
- net-smtp
29
- actionmailer (7.0.8.7)
30
- actionpack (= 7.0.8.7)
31
- actionview (= 7.0.8.7)
32
- activejob (= 7.0.8.7)
33
- activesupport (= 7.0.8.7)
34
- mail (~> 2.5, >= 2.5.4)
35
- net-imap
36
- net-pop
37
- net-smtp
38
- rails-dom-testing (~> 2.0)
39
- actionpack (7.0.8.7)
40
- actionview (= 7.0.8.7)
41
- activesupport (= 7.0.8.7)
42
- rack (~> 2.0, >= 2.2.4)
19
+ zeitwerk (~> 2.6)
20
+ actionmailbox (7.2.3.1)
21
+ actionpack (= 7.2.3.1)
22
+ activejob (= 7.2.3.1)
23
+ activerecord (= 7.2.3.1)
24
+ activestorage (= 7.2.3.1)
25
+ activesupport (= 7.2.3.1)
26
+ mail (>= 2.8.0)
27
+ actionmailer (7.2.3.1)
28
+ actionpack (= 7.2.3.1)
29
+ actionview (= 7.2.3.1)
30
+ activejob (= 7.2.3.1)
31
+ activesupport (= 7.2.3.1)
32
+ mail (>= 2.8.0)
33
+ rails-dom-testing (~> 2.2)
34
+ actionpack (7.2.3.1)
35
+ actionview (= 7.2.3.1)
36
+ activesupport (= 7.2.3.1)
37
+ cgi
38
+ nokogiri (>= 1.8.5)
39
+ racc
40
+ rack (>= 2.2.4, < 3.3)
41
+ rack-session (>= 1.0.1)
43
42
  rack-test (>= 0.6.3)
44
- rails-dom-testing (~> 2.0)
45
- rails-html-sanitizer (~> 1.0, >= 1.2.0)
46
- actiontext (7.0.8.7)
47
- actionpack (= 7.0.8.7)
48
- activerecord (= 7.0.8.7)
49
- activestorage (= 7.0.8.7)
50
- activesupport (= 7.0.8.7)
43
+ rails-dom-testing (~> 2.2)
44
+ rails-html-sanitizer (~> 1.6)
45
+ useragent (~> 0.16)
46
+ actiontext (7.2.3.1)
47
+ actionpack (= 7.2.3.1)
48
+ activerecord (= 7.2.3.1)
49
+ activestorage (= 7.2.3.1)
50
+ activesupport (= 7.2.3.1)
51
51
  globalid (>= 0.6.0)
52
52
  nokogiri (>= 1.8.5)
53
- actionview (7.0.8.7)
54
- activesupport (= 7.0.8.7)
53
+ actionview (7.2.3.1)
54
+ activesupport (= 7.2.3.1)
55
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 (7.0.8.7)
60
- activesupport (= 7.0.8.7)
56
+ cgi
57
+ erubi (~> 1.11)
58
+ rails-dom-testing (~> 2.2)
59
+ rails-html-sanitizer (~> 1.6)
60
+ activejob (7.2.3.1)
61
+ activesupport (= 7.2.3.1)
61
62
  globalid (>= 0.3.6)
62
- activemodel (7.0.8.7)
63
- activesupport (= 7.0.8.7)
64
- activerecord (7.0.8.7)
65
- activemodel (= 7.0.8.7)
66
- activesupport (= 7.0.8.7)
67
- activestorage (7.0.8.7)
68
- actionpack (= 7.0.8.7)
69
- activejob (= 7.0.8.7)
70
- activerecord (= 7.0.8.7)
71
- activesupport (= 7.0.8.7)
63
+ activemodel (7.2.3.1)
64
+ activesupport (= 7.2.3.1)
65
+ activerecord (7.2.3.1)
66
+ activemodel (= 7.2.3.1)
67
+ activesupport (= 7.2.3.1)
68
+ timeout (>= 0.4.0)
69
+ activestorage (7.2.3.1)
70
+ actionpack (= 7.2.3.1)
71
+ activejob (= 7.2.3.1)
72
+ activerecord (= 7.2.3.1)
73
+ activesupport (= 7.2.3.1)
72
74
  marcel (~> 1.0)
73
- mini_mime (>= 1.1.0)
74
- activesupport (7.0.8.7)
75
- concurrent-ruby (~> 1.0, >= 1.0.2)
75
+ activesupport (7.2.3.1)
76
+ base64
77
+ benchmark (>= 0.3)
78
+ bigdecimal
79
+ concurrent-ruby (~> 1.0, >= 1.3.1)
80
+ connection_pool (>= 2.2.5)
81
+ drb
76
82
  i18n (>= 1.6, < 2)
77
- minitest (>= 5.1)
78
- tzinfo (~> 2.0)
83
+ logger (>= 1.4.2)
84
+ minitest (>= 5.1, < 6)
85
+ securerandom (>= 0.3)
86
+ tzinfo (~> 2.0, >= 2.0.5)
79
87
  appraisal (2.5.0)
80
88
  bundler
81
89
  rake
82
90
  thor (>= 0.14.0)
83
- ast (2.4.2)
84
- base64 (0.2.0)
91
+ ast (2.4.3)
92
+ base64 (0.3.0)
93
+ benchmark (0.5.0)
94
+ bigdecimal (4.1.1)
85
95
  builder (3.3.0)
86
96
  byebug (11.1.3)
97
+ cgi (0.5.1)
87
98
  coderay (1.1.3)
88
- concurrent-ruby (1.3.5)
99
+ concurrent-ruby (1.3.6)
100
+ connection_pool (3.0.2)
89
101
  crass (1.0.6)
90
- csv (3.3.2)
91
- date (3.4.1)
92
- diff-lcs (1.5.1)
93
- erb (5.0.2)
102
+ csv (3.3.5)
103
+ date (3.5.1)
104
+ diff-lcs (1.6.2)
105
+ drb (2.2.3)
106
+ erb (6.0.2)
94
107
  erubi (1.13.1)
95
- globalid (1.2.1)
108
+ globalid (1.3.0)
96
109
  activesupport (>= 6.1)
97
- i18n (1.14.7)
110
+ i18n (1.14.8)
98
111
  concurrent-ruby (~> 1.0)
99
- json (2.9.1)
100
- language_server-protocol (3.17.0.3)
112
+ io-console (0.8.2)
113
+ irb (1.17.0)
114
+ pp (>= 0.6.0)
115
+ prism (>= 1.3.0)
116
+ rdoc (>= 4.0.0)
117
+ reline (>= 0.4.2)
118
+ json (2.19.3)
119
+ language_server-protocol (3.17.0.5)
101
120
  license_finder (7.2.1)
102
121
  bundler
103
122
  csv (~> 3.2)
@@ -107,96 +126,118 @@ GEM
107
126
  with_env (= 1.1.0)
108
127
  xml-simple (~> 1.1.9)
109
128
  lint_roller (1.1.0)
110
- loofah (2.24.0)
129
+ logger (1.7.0)
130
+ loofah (2.25.1)
111
131
  crass (~> 1.0.2)
112
132
  nokogiri (>= 1.12.0)
113
- mail (2.8.1)
133
+ mail (2.9.0)
134
+ logger
114
135
  mini_mime (>= 0.1.1)
115
136
  net-imap
116
137
  net-pop
117
138
  net-smtp
118
- marcel (1.0.4)
139
+ marcel (1.1.0)
119
140
  method_source (1.1.0)
120
141
  mini_mime (1.1.5)
121
142
  mini_portile2 (2.8.9)
122
- minitest (5.25.4)
123
- net-imap (0.4.22)
143
+ minitest (5.27.0)
144
+ net-imap (0.6.3)
124
145
  date
125
146
  net-protocol
126
147
  net-pop (0.1.2)
127
148
  net-protocol
128
149
  net-protocol (0.2.2)
129
150
  timeout
130
- net-smtp (0.5.0)
151
+ net-smtp (0.5.1)
131
152
  net-protocol
132
- nio4r (2.7.4)
133
- nokogiri (1.18.9)
153
+ nio4r (2.7.5)
154
+ nokogiri (1.19.2)
134
155
  mini_portile2 (~> 2.8.2)
135
156
  racc (~> 1.4)
136
- nokogiri (1.18.9-arm64-darwin)
157
+ nokogiri (1.19.2-arm64-darwin)
137
158
  racc (~> 1.4)
138
- nokogiri (1.18.9-x86_64-linux-gnu)
159
+ nokogiri (1.19.2-x86_64-linux-gnu)
139
160
  racc (~> 1.4)
140
- parallel (1.26.3)
141
- parser (3.3.9.0)
161
+ parallel (1.28.0)
162
+ parser (3.3.11.1)
142
163
  ast (~> 2.4.1)
143
164
  racc
144
- prism (1.4.0)
165
+ pp (0.6.3)
166
+ prettyprint
167
+ prettyprint (0.2.0)
168
+ prism (1.9.0)
145
169
  pry (0.14.2)
146
170
  coderay (~> 1.1)
147
171
  method_source (~> 1.0)
148
172
  pry-byebug (3.10.1)
149
173
  byebug (~> 11.0)
150
174
  pry (>= 0.13, < 0.15)
175
+ psych (5.3.1)
176
+ date
177
+ stringio
151
178
  racc (1.8.1)
152
- rack (2.2.10)
179
+ rack (3.2.6)
180
+ rack-session (2.1.2)
181
+ base64 (>= 0.1.0)
182
+ rack (>= 3.0.0)
153
183
  rack-test (2.2.0)
154
184
  rack (>= 1.3)
155
- rails (7.0.8.7)
156
- actioncable (= 7.0.8.7)
157
- actionmailbox (= 7.0.8.7)
158
- actionmailer (= 7.0.8.7)
159
- actionpack (= 7.0.8.7)
160
- actiontext (= 7.0.8.7)
161
- actionview (= 7.0.8.7)
162
- activejob (= 7.0.8.7)
163
- activemodel (= 7.0.8.7)
164
- activerecord (= 7.0.8.7)
165
- activestorage (= 7.0.8.7)
166
- activesupport (= 7.0.8.7)
185
+ rackup (2.3.1)
186
+ rack (>= 3)
187
+ rails (7.2.3.1)
188
+ actioncable (= 7.2.3.1)
189
+ actionmailbox (= 7.2.3.1)
190
+ actionmailer (= 7.2.3.1)
191
+ actionpack (= 7.2.3.1)
192
+ actiontext (= 7.2.3.1)
193
+ actionview (= 7.2.3.1)
194
+ activejob (= 7.2.3.1)
195
+ activemodel (= 7.2.3.1)
196
+ activerecord (= 7.2.3.1)
197
+ activestorage (= 7.2.3.1)
198
+ activesupport (= 7.2.3.1)
167
199
  bundler (>= 1.15.0)
168
- railties (= 7.0.8.7)
169
- rails-dom-testing (2.2.0)
200
+ railties (= 7.2.3.1)
201
+ rails-dom-testing (2.3.0)
170
202
  activesupport (>= 5.0.0)
171
203
  minitest
172
204
  nokogiri (>= 1.6)
173
- rails-html-sanitizer (1.6.2)
174
- loofah (~> 2.21)
205
+ rails-html-sanitizer (1.7.0)
206
+ loofah (~> 2.25)
175
207
  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)
176
- railties (7.0.8.7)
177
- actionpack (= 7.0.8.7)
178
- activesupport (= 7.0.8.7)
179
- method_source
208
+ railties (7.2.3.1)
209
+ actionpack (= 7.2.3.1)
210
+ activesupport (= 7.2.3.1)
211
+ cgi
212
+ irb (~> 1.13)
213
+ rackup (>= 1.0.0)
180
214
  rake (>= 12.2)
181
- thor (~> 1.0)
182
- zeitwerk (~> 2.5)
215
+ thor (~> 1.0, >= 1.2.2)
216
+ tsort (>= 0.2)
217
+ zeitwerk (~> 2.6)
183
218
  rainbow (3.1.1)
184
- rake (13.2.1)
185
- regexp_parser (2.10.0)
186
- rexml (3.4.0)
187
- rspec (3.13.0)
219
+ rake (13.3.1)
220
+ rdoc (7.2.0)
221
+ erb
222
+ psych (>= 4.0.0)
223
+ tsort
224
+ regexp_parser (2.12.0)
225
+ reline (0.6.3)
226
+ io-console (~> 0.5)
227
+ rexml (3.4.4)
228
+ rspec (3.13.2)
188
229
  rspec-core (~> 3.13.0)
189
230
  rspec-expectations (~> 3.13.0)
190
231
  rspec-mocks (~> 3.13.0)
191
- rspec-core (3.13.2)
232
+ rspec-core (3.13.6)
192
233
  rspec-support (~> 3.13.0)
193
- rspec-expectations (3.13.3)
234
+ rspec-expectations (3.13.5)
194
235
  diff-lcs (>= 1.2.0, < 2.0)
195
236
  rspec-support (~> 3.13.0)
196
- rspec-mocks (3.13.2)
237
+ rspec-mocks (3.13.8)
197
238
  diff-lcs (>= 1.2.0, < 2.0)
198
239
  rspec-support (~> 3.13.0)
199
- rspec-support (3.13.2)
240
+ rspec-support (3.13.7)
200
241
  rubocop (1.82.1)
201
242
  json (~> 2.3)
202
243
  language_server-protocol (~> 3.17.0.2)
@@ -208,38 +249,47 @@ GEM
208
249
  rubocop-ast (>= 1.48.0, < 2.0)
209
250
  ruby-progressbar (~> 1.7)
210
251
  unicode-display_width (>= 2.4.0, < 4.0)
211
- rubocop-ast (1.48.0)
252
+ rubocop-ast (1.49.1)
212
253
  parser (>= 3.3.7.2)
213
- prism (~> 1.4)
214
- rubocop-performance (1.23.1)
215
- rubocop (>= 1.48.1, < 2.0)
216
- rubocop-ast (>= 1.31.1, < 2.0)
217
- rubocop-rails (2.29.1)
254
+ prism (~> 1.7)
255
+ rubocop-performance (1.26.1)
256
+ lint_roller (~> 1.1)
257
+ rubocop (>= 1.75.0, < 2.0)
258
+ rubocop-ast (>= 1.47.1, < 2.0)
259
+ rubocop-rails (2.34.3)
218
260
  activesupport (>= 4.2.0)
261
+ lint_roller (~> 1.1)
219
262
  rack (>= 1.1)
220
- rubocop (>= 1.52.0, < 2.0)
221
- rubocop-ast (>= 1.31.1, < 2.0)
222
- rubocop-rake (0.6.0)
223
- rubocop (~> 1.0)
224
- rubocop-rspec (3.4.0)
225
- rubocop (~> 1.61)
263
+ rubocop (>= 1.75.0, < 2.0)
264
+ rubocop-ast (>= 1.44.0, < 2.0)
265
+ rubocop-rake (0.7.1)
266
+ lint_roller (~> 1.1)
267
+ rubocop (>= 1.72.1)
268
+ rubocop-rspec (3.9.0)
269
+ lint_roller (~> 1.1)
270
+ rubocop (~> 1.81)
226
271
  ruby-progressbar (1.13.0)
227
272
  rubyzip (2.4.1)
228
- securerandom (0.3.2)
229
- thor (1.3.2)
230
- timeout (0.4.3)
231
- tomlrb (2.0.3)
273
+ securerandom (0.4.1)
274
+ stringio (3.2.0)
275
+ thor (1.5.0)
276
+ timeout (0.6.1)
277
+ tomlrb (2.0.4)
278
+ tsort (0.2.0)
232
279
  tzinfo (2.0.6)
233
280
  concurrent-ruby (~> 1.0)
234
- unicode-display_width (2.6.0)
235
- websocket-driver (0.7.7)
281
+ unicode-display_width (3.2.0)
282
+ unicode-emoji (~> 4.1)
283
+ unicode-emoji (4.2.0)
284
+ useragent (0.16.11)
285
+ websocket-driver (0.8.0)
236
286
  base64
237
287
  websocket-extensions (>= 0.1.0)
238
288
  websocket-extensions (0.1.5)
239
289
  with_env (1.1.0)
240
290
  xml-simple (1.1.9)
241
291
  rexml
242
- zeitwerk (2.6.18)
292
+ zeitwerk (2.7.5)
243
293
 
244
294
  PLATFORMS
245
295
  arm64-darwin-22
@@ -248,18 +298,13 @@ PLATFORMS
248
298
 
249
299
  DEPENDENCIES
250
300
  appraisal (~> 2.5.0)
251
- erb (< 6)
252
301
  license_finder (~> 7.0)
253
- net-imap (< 0.5.0)
254
- nokogiri (< 1.18.10)
255
302
  pry (>= 0.14.2)
256
303
  pry-byebug (= 3.10.1)
257
- rails (>= 6.0.6.1, < 8)
304
+ rails (>= 7.1, < 8.2)
258
305
  rake (~> 13.0)
259
306
  rspec (~> 3.0)
260
307
  rubocop-powerhome!
261
- securerandom (< 0.4.0)
262
- zeitwerk (< 2.7.0)
263
308
 
264
309
  BUNDLED WITH
265
310
  2.5.23
@@ -4,11 +4,6 @@
4
4
 
5
5
  source "https://rubygems.org"
6
6
 
7
- gem "erb", "< 6"
8
- gem "net-imap", "< 0.5.0"
9
- gem "nokogiri", "< 1.18.10"
10
7
  gem "rails", "7.1.5.2"
11
- gem "securerandom", "< 0.4.0"
12
- gem "zeitwerk", "< 2.7.0"
13
8
 
14
9
  gemspec path: "../"