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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86334b7a5990cec09bc7f6d677f282a5fafc0d00a5bbf59f4a59724c37c7d7dd
4
- data.tar.gz: b1cc07dead0cfe39a4a8fdd6322c492b29ccc75300e1bacaf2e8182808924184
3
+ metadata.gz: 0320f36f10b2d057f95eef0ef3e5a83ee46fd481bf00df3175e66fdf395255c0
4
+ data.tar.gz: 5b464cd25c1e3f7112743d90a716317731527427f24db0caf41b6225d0e2aa8c
5
5
  SHA512:
6
- metadata.gz: b1477d3970648ecac890e0a4a51a676e705603da133d0c593732b634063bdf265bbf9631f37eb3165e33d8a6d35b28772d9c54e6e04d0bee9848a826d7cae01b
7
- data.tar.gz: '073559dd863a6c2ff16c5098bd9987f2812c00952918946d4984c367b716939565c2a01e9a4356489619bbe81d83d6b55ae79700a50234a7143beb293e703431'
6
+ metadata.gz: 1ba946bc6d9b1c010188dfb0f4082ce0b13362dda89005a74eae6d7f519e8cbf5354613014143d27901b86fdec8ddffc1ebcd4821877b0eca6b52c078a7e2f28
7
+ data.tar.gz: da10e94c5a327f92ca70cfa80812c31280ef4d0fcaf4e5d049333277901f85815737c431dbae7d08b3e552b918b25a8f62d96b9d68fad49cf15bd812476d431d
data/.rubocop.yml CHANGED
@@ -4,7 +4,7 @@ require:
4
4
  - rubocop-powerhome
5
5
 
6
6
  AllCops:
7
- TargetRubyVersion: 2.7
7
+ TargetRubyVersion: 3.0
8
8
 
9
9
  Style/FrozenStringLiteralComment:
10
10
  Exclude:
data/Appraisals CHANGED
@@ -1,17 +1,21 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- appraise "rails-6-0" do
4
- gem "rails", "6.0.6.1"
5
- end
6
-
7
3
  appraise "rails-6-1" do
8
- gem "rails", "6.1.7.4"
4
+ gem "rails", "6.1.7.7"
5
+ gem "rspec-rails", "~> 6.1.5"
9
6
  end
10
7
 
11
8
  appraise "rails-7-0" do
12
- gem "rails", "7.0.6"
9
+ gem "rails", "7.0.8.7"
10
+ gem "rspec-rails", "~> 7.1.1"
13
11
  end
14
12
 
15
13
  appraise "rails-7-1" do
16
- gem "rails", "7.1.3"
14
+ gem "rails", "7.1.3.2"
15
+ gem "rspec-rails", "~> 7.1.1"
16
+ end
17
+
18
+ appraise "rails-7-2" do
19
+ gem "rails", "7.2.0"
20
+ gem "rspec-rails", "~> 8.0.1"
17
21
  end
data/Gemfile CHANGED
@@ -8,5 +8,24 @@ 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 "erb", "< 5"
15
+ gem "license_finder", ">= 7.0"
16
+ gem "net-imap", "< 0.5.0"
17
+ gem "nokogiri", "< 1.18.0"
18
+ gem "parser", ">= 2.5", "!= 2.5.1.1"
19
+ gem "pry", ">= 0.14.2"
20
+ gem "pry-byebug", "3.10.1"
21
+ gem "rails", ">= 6.0.6.1", "< 8"
22
+ gem "rainbow", "2.2.2"
23
+ gem "rake", "~> 13.0"
24
+ gem "rspec", "~> 3.0"
25
+ gem "rspec-rails", "~> 8.0.1"
12
26
  gem "rubocop-powerhome", path: "../rubocop-powerhome"
27
+ gem "simplecov", "0.15.1"
28
+ gem "sqlite3", "~> 1.7.3"
29
+ gem "test-unit", "3.1.5"
30
+ gem "yard", "0.9.21"
31
+ gem "zeitwerk", "< 2.7.0"
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.5.5)
5
+ rubocop (= 1.74.0)
6
6
  rubocop-performance
7
7
  rubocop-rails
8
8
  rubocop-rake
@@ -11,132 +11,138 @@ 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.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.2.2.2)
22
+ actionpack (= 7.2.2.2)
23
+ activesupport (= 7.2.2.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)
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.2.2)
28
+ actionpack (= 7.2.2.2)
29
+ activejob (= 7.2.2.2)
30
+ activerecord (= 7.2.2.2)
31
+ activestorage (= 7.2.2.2)
32
+ activesupport (= 7.2.2.2)
33
+ mail (>= 2.8.0)
34
+ actionmailer (7.2.2.2)
35
+ actionpack (= 7.2.2.2)
36
+ actionview (= 7.2.2.2)
37
+ activejob (= 7.2.2.2)
38
+ activesupport (= 7.2.2.2)
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.2.2)
42
+ actionview (= 7.2.2.2)
43
+ activesupport (= 7.2.2.2)
50
44
  nokogiri (>= 1.8.5)
51
45
  racc
52
- rack (>= 2.2.4)
46
+ rack (>= 2.2.4, < 3.2)
53
47
  rack-session (>= 1.0.1)
54
48
  rack-test (>= 0.6.3)
55
49
  rails-dom-testing (~> 2.2)
56
50
  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)
51
+ useragent (~> 0.16)
52
+ actiontext (7.2.2.2)
53
+ actionpack (= 7.2.2.2)
54
+ activerecord (= 7.2.2.2)
55
+ activestorage (= 7.2.2.2)
56
+ activesupport (= 7.2.2.2)
62
57
  globalid (>= 0.6.0)
63
58
  nokogiri (>= 1.8.5)
64
- actionview (7.1.3)
65
- activesupport (= 7.1.3)
59
+ actionview (7.2.2.2)
60
+ activesupport (= 7.2.2.2)
66
61
  builder (~> 3.1)
67
62
  erubi (~> 1.11)
68
63
  rails-dom-testing (~> 2.2)
69
64
  rails-html-sanitizer (~> 1.6)
70
- activejob (7.1.3)
71
- activesupport (= 7.1.3)
65
+ activejob (7.2.2.2)
66
+ activesupport (= 7.2.2.2)
72
67
  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)
68
+ activemodel (7.2.2.2)
69
+ activesupport (= 7.2.2.2)
70
+ activerecord (7.2.2.2)
71
+ activemodel (= 7.2.2.2)
72
+ activesupport (= 7.2.2.2)
78
73
  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)
74
+ activestorage (7.2.2.2)
75
+ actionpack (= 7.2.2.2)
76
+ activejob (= 7.2.2.2)
77
+ activerecord (= 7.2.2.2)
78
+ activesupport (= 7.2.2.2)
84
79
  marcel (~> 1.0)
85
- activesupport (7.1.3)
80
+ activesupport (7.2.2.2)
86
81
  base64
82
+ benchmark (>= 0.3)
87
83
  bigdecimal
88
- concurrent-ruby (~> 1.0, >= 1.0.2)
84
+ concurrent-ruby (~> 1.0, >= 1.3.1)
89
85
  connection_pool (>= 2.2.5)
90
86
  drb
91
87
  i18n (>= 1.6, < 2)
88
+ logger (>= 1.4.2)
92
89
  minitest (>= 5.1)
93
- mutex_m
94
- tzinfo (~> 2.0)
95
- appraisal (2.4.1)
90
+ securerandom (>= 0.3)
91
+ tzinfo (~> 2.0, >= 2.0.5)
92
+ appraisal (2.5.0)
96
93
  bundler
97
94
  rake
98
95
  thor (>= 0.14.0)
99
96
  ast (2.4.2)
100
97
  base64 (0.2.0)
101
- bigdecimal (3.1.5)
102
- builder (3.2.4)
98
+ benchmark (0.4.0)
99
+ bigdecimal (3.1.9)
100
+ builder (3.3.0)
103
101
  byebug (11.1.3)
102
+ cgi (0.5.0)
104
103
  coderay (1.1.3)
105
- combustion (1.3.7)
104
+ combustion (1.5.0)
106
105
  activesupport (>= 3.0.0)
107
106
  railties (>= 3.0.0)
108
107
  thor (>= 0.14.6)
109
- concurrent-ruby (1.2.3)
110
- connection_pool (2.4.1)
108
+ concurrent-ruby (1.3.5)
109
+ connection_pool (2.5.0)
111
110
  crass (1.0.6)
112
- date (3.3.4)
113
- diff-lcs (1.5.0)
111
+ csv (3.3.2)
112
+ date (3.4.1)
113
+ diff-lcs (1.5.1)
114
114
  docile (1.1.5)
115
- drb (2.2.0)
116
- ruby2_keywords
117
- erubi (1.12.0)
115
+ drb (2.2.1)
116
+ erb (4.0.4)
117
+ cgi (>= 0.3.3)
118
+ erubi (1.13.1)
118
119
  globalid (1.2.1)
119
120
  activesupport (>= 6.1)
120
- i18n (1.14.1)
121
+ i18n (1.14.7)
121
122
  concurrent-ruby (~> 1.0)
122
- io-console (0.7.1)
123
- irb (1.11.1)
124
- rdoc
123
+ io-console (0.8.0)
124
+ irb (1.15.1)
125
+ pp (>= 0.6.0)
126
+ rdoc (>= 4.0.0)
125
127
  reline (>= 0.4.2)
126
- json (2.7.1)
127
- license_finder (7.1.0)
128
+ json (2.9.1)
129
+ language_server-protocol (3.17.0.3)
130
+ license_finder (7.2.1)
128
131
  bundler
132
+ csv (~> 3.2)
129
133
  rubyzip (>= 1, < 3)
130
134
  thor (~> 1.2)
131
135
  tomlrb (>= 1.3, < 2.1)
132
136
  with_env (= 1.1.0)
133
137
  xml-simple (~> 1.1.9)
138
+ lint_roller (1.1.0)
139
+ logger (1.6.5)
134
140
  lograge (0.10.0)
135
141
  actionpack (>= 4)
136
142
  activesupport (>= 4)
137
143
  railties (>= 4)
138
144
  request_store (~> 1.0)
139
- loofah (2.22.0)
145
+ loofah (2.24.0)
140
146
  crass (~> 1.0.2)
141
147
  nokogiri (>= 1.12.0)
142
148
  mail (2.8.1)
@@ -144,190 +150,200 @@ GEM
144
150
  net-imap
145
151
  net-pop
146
152
  net-smtp
147
- marcel (1.0.2)
148
- method_source (1.0.0)
153
+ marcel (1.0.4)
154
+ method_source (1.1.0)
149
155
  mini_mime (1.1.5)
150
- minitest (5.21.1)
151
- mutex_m (0.2.0)
152
- net-imap (0.4.9.1)
156
+ mini_portile2 (2.8.8)
157
+ minitest (5.25.4)
158
+ net-imap (0.4.18)
153
159
  date
154
160
  net-protocol
155
161
  net-pop (0.1.2)
156
162
  net-protocol
157
163
  net-protocol (0.2.2)
158
164
  timeout
159
- net-smtp (0.4.0.1)
165
+ net-smtp (0.5.0)
160
166
  net-protocol
161
- nio4r (2.7.0)
162
- nokogiri (1.15.5-arm64-darwin)
167
+ nio4r (2.7.4)
168
+ nokogiri (1.17.2)
169
+ mini_portile2 (~> 2.8.2)
170
+ racc (~> 1.4)
171
+ nokogiri (1.17.2-arm64-darwin)
163
172
  racc (~> 1.4)
164
- nokogiri (1.15.5-x86_64-linux)
173
+ nokogiri (1.17.2-x86_64-linux)
165
174
  racc (~> 1.4)
166
- parallel (1.24.0)
167
- parser (3.3.0.2)
175
+ parallel (1.26.3)
176
+ parser (3.3.7.0)
168
177
  ast (~> 2.4.1)
169
178
  racc
170
- power_assert (2.0.3)
179
+ power_assert (2.0.5)
180
+ pp (0.6.2)
181
+ prettyprint
182
+ prettyprint (0.2.0)
171
183
  pry (0.14.2)
172
184
  coderay (~> 1.1)
173
185
  method_source (~> 1.0)
174
186
  pry-byebug (3.10.1)
175
187
  byebug (~> 11.0)
176
188
  pry (>= 0.13, < 0.15)
177
- psych (5.1.2)
189
+ psych (5.2.3)
190
+ date
178
191
  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)
192
+ racc (1.8.1)
193
+ rack (3.1.8)
194
+ rack-session (2.1.0)
195
+ base64 (>= 0.1.0)
196
+ rack (>= 3.0.0)
197
+ rack-test (2.2.0)
184
198
  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)
199
+ rackup (2.2.1)
200
+ rack (>= 3)
201
+ rails (7.2.2.2)
202
+ actioncable (= 7.2.2.2)
203
+ actionmailbox (= 7.2.2.2)
204
+ actionmailer (= 7.2.2.2)
205
+ actionpack (= 7.2.2.2)
206
+ actiontext (= 7.2.2.2)
207
+ actionview (= 7.2.2.2)
208
+ activejob (= 7.2.2.2)
209
+ activemodel (= 7.2.2.2)
210
+ activerecord (= 7.2.2.2)
211
+ activestorage (= 7.2.2.2)
212
+ activesupport (= 7.2.2.2)
200
213
  bundler (>= 1.15.0)
201
- railties (= 7.1.3)
214
+ railties (= 7.2.2.2)
202
215
  rails-dom-testing (2.2.0)
203
216
  activesupport (>= 5.0.0)
204
217
  minitest
205
218
  nokogiri (>= 1.6)
206
- rails-html-sanitizer (1.6.0)
219
+ rails-html-sanitizer (1.6.2)
207
220
  loofah (~> 2.21)
208
- nokogiri (~> 1.14)
209
- railties (7.1.3)
210
- actionpack (= 7.1.3)
211
- activesupport (= 7.1.3)
212
- irb
221
+ 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)
222
+ railties (7.2.2.2)
223
+ actionpack (= 7.2.2.2)
224
+ activesupport (= 7.2.2.2)
225
+ irb (~> 1.13)
213
226
  rackup (>= 1.0.0)
214
227
  rake (>= 12.2)
215
228
  thor (~> 1.0, >= 1.2.2)
216
229
  zeitwerk (~> 2.6)
217
230
  rainbow (2.2.2)
218
231
  rake
219
- rake (13.1.0)
220
- rdoc (6.6.2)
232
+ rake (13.2.1)
233
+ rdoc (6.11.0)
221
234
  psych (>= 4.0.0)
222
- regexp_parser (2.9.0)
223
- reline (0.4.2)
235
+ regexp_parser (2.10.0)
236
+ reline (0.6.0)
224
237
  io-console (~> 0.5)
225
- request_store (1.5.1)
238
+ request_store (1.7.0)
226
239
  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)
240
+ rexml (3.4.0)
241
+ rspec (3.13.0)
242
+ rspec-core (~> 3.13.0)
243
+ rspec-expectations (~> 3.13.0)
244
+ rspec-mocks (~> 3.13.0)
245
+ rspec-core (3.13.2)
246
+ rspec-support (~> 3.13.0)
247
+ rspec-expectations (3.13.3)
235
248
  diff-lcs (>= 1.2.0, < 2.0)
236
- rspec-support (~> 3.12.0)
237
- rspec-mocks (3.12.6)
249
+ rspec-support (~> 3.13.0)
250
+ rspec-mocks (3.13.2)
238
251
  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)
252
+ rspec-support (~> 3.13.0)
253
+ rspec-rails (8.0.2)
254
+ actionpack (>= 7.2)
255
+ activesupport (>= 7.2)
256
+ railties (>= 7.2)
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.2)
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.2.2.3)
267
+ parser (>= 3.3.0.2)
253
268
  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)
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, < 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)
272
+ unicode-display_width (>= 2.4.0, < 4.0)
273
+ rubocop-ast (1.39.0)
274
+ parser (>= 3.3.1.0)
275
+ rubocop-performance (1.23.1)
266
276
  rubocop (>= 1.48.1, < 2.0)
267
- rubocop-ast (>= 1.30.0, < 2.0)
268
- rubocop-rails (2.23.1)
277
+ rubocop-ast (>= 1.31.1, < 2.0)
278
+ rubocop-rails (2.29.1)
269
279
  activesupport (>= 4.2.0)
270
280
  rack (>= 1.1)
271
- rubocop (>= 1.33.0, < 2.0)
272
- rubocop-ast (>= 1.30.0, < 2.0)
281
+ rubocop (>= 1.52.0, < 2.0)
282
+ rubocop-ast (>= 1.31.1, < 2.0)
273
283
  rubocop-rake (0.6.0)
274
284
  rubocop (~> 1.0)
275
- rubocop-rspec (2.26.1)
276
- rubocop (~> 1.40)
277
- rubocop-capybara (~> 2.17)
278
- rubocop-factory_bot (~> 2.22)
285
+ rubocop-rspec (3.4.0)
286
+ rubocop (~> 1.61)
279
287
  ruby-progressbar (1.13.0)
280
- ruby2_keywords (0.0.5)
281
- rubyzip (2.3.2)
288
+ rubyzip (2.4.1)
289
+ securerandom (0.4.1)
282
290
  simplecov (0.15.1)
283
291
  docile (~> 1.1.0)
284
292
  json (>= 1.8, < 3)
285
293
  simplecov-html (~> 0.10.0)
286
294
  simplecov-html (0.10.2)
287
- sqlite3 (1.4.4)
288
- stringio (3.1.0)
295
+ sqlite3 (1.7.3)
296
+ mini_portile2 (~> 2.8.0)
297
+ sqlite3 (1.7.3-arm64-darwin)
298
+ sqlite3 (1.7.3-x86_64-linux)
299
+ stringio (3.1.2)
289
300
  test-unit (3.1.5)
290
301
  power_assert
291
- thor (1.3.0)
292
- timeout (0.4.1)
302
+ thor (1.3.2)
303
+ timeout (0.4.3)
293
304
  tomlrb (2.0.3)
294
305
  tzinfo (2.0.6)
295
306
  concurrent-ruby (~> 1.0)
296
- unicode-display_width (2.5.0)
297
- webrick (1.8.1)
298
- websocket-driver (0.7.6)
307
+ unicode-display_width (2.6.0)
308
+ useragent (0.16.11)
309
+ websocket-driver (0.7.7)
310
+ base64
299
311
  websocket-extensions (>= 0.1.0)
300
312
  websocket-extensions (0.1.5)
301
313
  with_env (1.1.0)
302
314
  xml-simple (1.1.9)
303
315
  rexml
304
316
  yard (0.9.21)
305
- zeitwerk (2.6.12)
317
+ zeitwerk (2.6.18)
306
318
 
307
319
  PLATFORMS
308
320
  arm64-darwin-22
321
+ ruby
309
322
  x86_64-linux
310
323
 
311
324
  DEPENDENCIES
312
- appraisal (~> 2.4.1)
325
+ appraisal (~> 2.5.0)
313
326
  bundler (~> 2.1)
314
327
  combustion (~> 1.3)
328
+ erb (< 5)
315
329
  license_finder (>= 7.0)
316
330
  lumberaxe!
317
- nokogiri (< 1.16)
331
+ net-imap (< 0.5.0)
332
+ nokogiri (< 1.18.0)
318
333
  parser (>= 2.5, != 2.5.1.1)
319
334
  pry (>= 0.14.2)
320
335
  pry-byebug (= 3.10.1)
321
- rails (>= 6.0.6.1, < 7.2)
336
+ rails (>= 6.0.6.1, < 8)
322
337
  rainbow (= 2.2.2)
323
338
  rake (~> 13.0)
324
339
  rspec (~> 3.0)
325
- rspec-rails (~> 5.1.2)
340
+ rspec-rails (~> 8.0.1)
326
341
  rubocop-powerhome!
327
342
  simplecov (= 0.15.1)
328
- sqlite3 (~> 1.4.2)
343
+ sqlite3 (~> 1.7.3)
329
344
  test-unit (= 3.1.5)
330
345
  yard (= 0.9.21)
346
+ zeitwerk (< 2.7.0)
331
347
 
332
348
  BUNDLED WITH
333
- 2.4.10
349
+ 2.5.23
data/docs/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.0] - 2025-08-15
4
+
5
+ - 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)
6
+
3
7
  ## [0.1.5] - 2024-1-17
4
8
 
5
9
  - Add support to rails 7.1
@@ -2,8 +2,9 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "nokogiri", "< 1.16"
5
+ gem "net-imap", "< 0.5.0"
6
6
  gem "rubocop-powerhome", path: "../../rubocop-powerhome"
7
+ gem "zeitwerk", "< 2.7.0"
7
8
  gem "rails", "6.0.6.1"
8
9
 
9
10
  gemspec path: "../"