Skip to content

Commit 48b0b4e

Browse files
committed
Update dependencies
Additionally, update RuboCop config to use plugins and add newly introduced cops
1 parent b37fdb1 commit 48b0b4e

5 files changed

Lines changed: 56 additions & 50 deletions

File tree

.rubocop.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
require:
3+
plugins:
44
- rubocop-minitest
55
- rubocop-packaging
66
- rubocop-performance
@@ -398,6 +398,9 @@ Performance/UnfreezeString:
398398
Performance/UriDefaultParser:
399399
Enabled: true
400400

401+
Performance/ZipWithoutBlock:
402+
Enabled: true
403+
401404
Style/Encoding:
402405
Enabled: true
403406

Gemfile.lock

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,14 @@ GEM
102102
i18n (1.14.7)
103103
concurrent-ruby (~> 1.0)
104104
io-console (0.8.0)
105-
irb (1.15.1)
105+
irb (1.15.2)
106106
pp (>= 0.6.0)
107107
rdoc (>= 4.0.0)
108108
reline (>= 0.4.2)
109109
json (2.10.2)
110110
language_server-protocol (3.17.0.4)
111111
lint_roller (1.1.0)
112-
logger (1.6.6)
112+
logger (1.7.0)
113113
loofah (2.24.0)
114114
crass (~> 1.0.2)
115115
nokogiri (>= 1.12.0)
@@ -139,24 +139,25 @@ GEM
139139
net-smtp (0.5.1)
140140
net-protocol
141141
nio4r (2.7.4)
142-
nokogiri (1.18.5)
142+
nokogiri (1.18.7)
143143
mini_portile2 (~> 2.8.2)
144144
racc (~> 1.4)
145-
nokogiri (1.18.5-aarch64-linux-gnu)
145+
nokogiri (1.18.7-aarch64-linux-gnu)
146146
racc (~> 1.4)
147-
nokogiri (1.18.5-arm64-darwin)
147+
nokogiri (1.18.7-arm64-darwin)
148148
racc (~> 1.4)
149-
nokogiri (1.18.5-x86_64-darwin)
149+
nokogiri (1.18.7-x86_64-darwin)
150150
racc (~> 1.4)
151-
nokogiri (1.18.5-x86_64-linux-gnu)
151+
nokogiri (1.18.7-x86_64-linux-gnu)
152152
racc (~> 1.4)
153153
parallel (1.26.3)
154-
parser (3.3.7.2)
154+
parser (3.3.7.4)
155155
ast (~> 2.4.1)
156156
racc
157157
pp (0.6.2)
158158
prettyprint
159159
prettyprint (0.2.0)
160+
prism (1.4.0)
160161
psych (5.2.3)
161162
date
162163
stringio
@@ -204,37 +205,39 @@ GEM
204205
zeitwerk (~> 2.6)
205206
rainbow (3.1.1)
206207
rake (13.2.1)
207-
rdoc (6.12.0)
208+
rdoc (6.13.1)
208209
psych (>= 4.0.0)
209210
regexp_parser (2.10.0)
210-
reline (0.6.0)
211+
reline (0.6.1)
211212
io-console (~> 0.5)
212213
responders (3.1.1)
213214
actionpack (>= 5.2)
214215
railties (>= 5.2)
215216
rexml (3.4.1)
216-
rubocop (1.74.0)
217+
rubocop (1.75.2)
217218
json (~> 2.3)
218219
language_server-protocol (~> 3.17.0.2)
219220
lint_roller (~> 1.1.0)
220221
parallel (~> 1.10)
221222
parser (>= 3.3.0.2)
222223
rainbow (>= 2.2.2, < 4.0)
223224
regexp_parser (>= 2.9.3, < 3.0)
224-
rubocop-ast (>= 1.38.0, < 2.0)
225+
rubocop-ast (>= 1.44.0, < 2.0)
225226
ruby-progressbar (~> 1.7)
226227
unicode-display_width (>= 2.4.0, < 4.0)
227-
rubocop-ast (1.41.0)
228+
rubocop-ast (1.44.0)
228229
parser (>= 3.3.7.2)
229-
rubocop-minitest (0.37.1)
230+
prism (~> 1.4)
231+
rubocop-minitest (0.38.0)
230232
lint_roller (~> 1.1)
231-
rubocop (>= 1.72.1, < 2.0)
233+
rubocop (>= 1.75.0, < 2.0)
232234
rubocop-ast (>= 1.38.0, < 2.0)
233-
rubocop-packaging (0.5.2)
234-
rubocop (>= 1.33, < 2.0)
235-
rubocop-performance (1.24.0)
236-
lint_roller (~> 1.1)
235+
rubocop-packaging (0.6.0)
236+
lint_roller (~> 1.1.0)
237237
rubocop (>= 1.72.1, < 2.0)
238+
rubocop-performance (1.25.0)
239+
lint_roller (~> 1.1)
240+
rubocop (>= 1.75.0, < 2.0)
238241
rubocop-ast (>= 1.38.0, < 2.0)
239242
ruby-progressbar (1.13.0)
240243
ruby2_keywords (0.0.5)
@@ -248,7 +251,7 @@ GEM
248251
simplecov (~> 0.19)
249252
simplecov-html (0.13.1)
250253
simplecov_json_formatter (0.1.4)
251-
stringio (3.1.5)
254+
stringio (3.1.6)
252255
thor (1.3.2)
253256
timeout (0.4.3)
254257
tzinfo (2.0.6)
@@ -288,4 +291,4 @@ DEPENDENCIES
288291
warning
289292

290293
BUNDLED WITH
291-
2.6.3
294+
2.6.7

gemfiles/rails_70/Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,16 +120,16 @@ GEM
120120
net-smtp (0.5.1)
121121
net-protocol
122122
nio4r (2.7.4)
123-
nokogiri (1.18.5)
123+
nokogiri (1.18.7)
124124
mini_portile2 (~> 2.8.2)
125125
racc (~> 1.4)
126-
nokogiri (1.18.5-aarch64-linux-gnu)
126+
nokogiri (1.18.7-aarch64-linux-gnu)
127127
racc (~> 1.4)
128-
nokogiri (1.18.5-arm64-darwin)
128+
nokogiri (1.18.7-arm64-darwin)
129129
racc (~> 1.4)
130-
nokogiri (1.18.5-x86_64-darwin)
130+
nokogiri (1.18.7-x86_64-darwin)
131131
racc (~> 1.4)
132-
nokogiri (1.18.5-x86_64-linux-gnu)
132+
nokogiri (1.18.7-x86_64-linux-gnu)
133133
racc (~> 1.4)
134134
racc (1.8.1)
135135
rack (2.2.13)
@@ -215,4 +215,4 @@ DEPENDENCIES
215215
zeitwerk (~> 2.6.18)
216216

217217
BUNDLED WITH
218-
2.6.3
218+
2.6.7

gemfiles/rails_71/Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ GEM
107107
i18n (1.14.7)
108108
concurrent-ruby (~> 1.0)
109109
io-console (0.8.0)
110-
irb (1.15.1)
110+
irb (1.15.2)
111111
pp (>= 0.6.0)
112112
rdoc (>= 4.0.0)
113113
reline (>= 0.4.2)
114-
logger (1.6.6)
114+
logger (1.7.0)
115115
loofah (2.24.0)
116116
crass (~> 1.0.2)
117117
nokogiri (>= 1.12.0)
@@ -142,16 +142,16 @@ GEM
142142
net-smtp (0.5.1)
143143
net-protocol
144144
nio4r (2.7.4)
145-
nokogiri (1.18.5)
145+
nokogiri (1.18.7)
146146
mini_portile2 (~> 2.8.2)
147147
racc (~> 1.4)
148-
nokogiri (1.18.5-aarch64-linux-gnu)
148+
nokogiri (1.18.7-aarch64-linux-gnu)
149149
racc (~> 1.4)
150-
nokogiri (1.18.5-arm64-darwin)
150+
nokogiri (1.18.7-arm64-darwin)
151151
racc (~> 1.4)
152-
nokogiri (1.18.5-x86_64-darwin)
152+
nokogiri (1.18.7-x86_64-darwin)
153153
racc (~> 1.4)
154-
nokogiri (1.18.5-x86_64-linux-gnu)
154+
nokogiri (1.18.7-x86_64-linux-gnu)
155155
racc (~> 1.4)
156156
pp (0.6.2)
157157
prettyprint
@@ -202,9 +202,9 @@ GEM
202202
thor (~> 1.0, >= 1.2.2)
203203
zeitwerk (~> 2.6)
204204
rake (13.2.1)
205-
rdoc (6.12.0)
205+
rdoc (6.13.1)
206206
psych (>= 4.0.0)
207-
reline (0.6.0)
207+
reline (0.6.1)
208208
io-console (~> 0.5)
209209
responders (3.1.1)
210210
actionpack (>= 5.2)
@@ -222,7 +222,7 @@ GEM
222222
simplecov (~> 0.19)
223223
simplecov-html (0.13.1)
224224
simplecov_json_formatter (0.1.4)
225-
stringio (3.1.5)
225+
stringio (3.1.6)
226226
thor (1.3.2)
227227
timeout (0.4.3)
228228
tzinfo (2.0.6)
@@ -254,4 +254,4 @@ DEPENDENCIES
254254
zeitwerk (~> 2.6.18)
255255

256256
BUNDLED WITH
257-
2.6.3
257+
2.6.7

gemfiles/rails_72/Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ GEM
101101
i18n (1.14.7)
102102
concurrent-ruby (~> 1.0)
103103
io-console (0.8.0)
104-
irb (1.15.1)
104+
irb (1.15.2)
105105
pp (>= 0.6.0)
106106
rdoc (>= 4.0.0)
107107
reline (>= 0.4.2)
108-
logger (1.6.6)
108+
logger (1.7.0)
109109
loofah (2.24.0)
110110
crass (~> 1.0.2)
111111
nokogiri (>= 1.12.0)
@@ -135,16 +135,16 @@ GEM
135135
net-smtp (0.5.1)
136136
net-protocol
137137
nio4r (2.7.4)
138-
nokogiri (1.18.5)
138+
nokogiri (1.18.7)
139139
mini_portile2 (~> 2.8.2)
140140
racc (~> 1.4)
141-
nokogiri (1.18.5-aarch64-linux-gnu)
141+
nokogiri (1.18.7-aarch64-linux-gnu)
142142
racc (~> 1.4)
143-
nokogiri (1.18.5-arm64-darwin)
143+
nokogiri (1.18.7-arm64-darwin)
144144
racc (~> 1.4)
145-
nokogiri (1.18.5-x86_64-darwin)
145+
nokogiri (1.18.7-x86_64-darwin)
146146
racc (~> 1.4)
147-
nokogiri (1.18.5-x86_64-linux-gnu)
147+
nokogiri (1.18.7-x86_64-linux-gnu)
148148
racc (~> 1.4)
149149
pp (0.6.2)
150150
prettyprint
@@ -195,9 +195,9 @@ GEM
195195
thor (~> 1.0, >= 1.2.2)
196196
zeitwerk (~> 2.6)
197197
rake (13.2.1)
198-
rdoc (6.12.0)
198+
rdoc (6.13.1)
199199
psych (>= 4.0.0)
200-
reline (0.6.0)
200+
reline (0.6.1)
201201
io-console (~> 0.5)
202202
responders (3.1.1)
203203
actionpack (>= 5.2)
@@ -215,7 +215,7 @@ GEM
215215
simplecov (~> 0.19)
216216
simplecov-html (0.13.1)
217217
simplecov_json_formatter (0.1.4)
218-
stringio (3.1.5)
218+
stringio (3.1.6)
219219
thor (1.3.2)
220220
timeout (0.4.3)
221221
tzinfo (2.0.6)
@@ -248,4 +248,4 @@ DEPENDENCIES
248248
zeitwerk (~> 2.6.18)
249249

250250
BUNDLED WITH
251-
2.6.3
251+
2.6.7

0 commit comments

Comments
 (0)