Skip to content

Commit 9a96300

Browse files
chore: update rubocop to version 1.28.2 (#511)
* Update rubocop to version 1.28.2 * chore: drop requirement limit, this is not a gemspec --------- Co-authored-by: Maximo Mussini <[email protected]>
1 parent e4fa0de commit 9a96300

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

.rubocop_todo.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This configuration was generated by
22
# `rubocop --auto-gen-config`
3-
# on 2021-08-16 18:41:25 UTC using RuboCop version 1.13.0.
3+
# on 2024-10-30 16:53:53 UTC using RuboCop version 1.28.2.
44
# The point is for the user to remove these configuration records
55
# one by one as the offenses are removed from the code base.
66
# Note that changes in the inspected code, or installation of new
77
# versions of RuboCop, may require this file to be generated again.
88

9-
# Offense count: 40
10-
# Cop supports --auto-correct.
11-
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
9+
# Offense count: 46
10+
# This cop supports safe auto-correction (--auto-correct).
11+
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
1212
# URISchemes: http, https
1313
Layout/LineLength:
14-
Max: 250
14+
Max: 222

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ GEM
158158
nokogiri (1.16.7)
159159
mini_portile2 (~> 2.8.2)
160160
racc (~> 1.4)
161-
parallel (1.23.0)
162-
parser (3.2.2.4)
161+
parallel (1.26.3)
162+
parser (3.3.5.0)
163163
ast (~> 2.4.1)
164164
racc
165165
pry (0.14.2)
@@ -214,24 +214,24 @@ GEM
214214
rake (13.2.1)
215215
rdoc (6.7.0)
216216
psych (>= 4.0.0)
217-
regexp_parser (2.8.1)
217+
regexp_parser (2.9.2)
218218
reline (0.5.10)
219219
io-console (~> 0.5)
220-
rexml (3.2.6)
221-
rubocop (1.24.1)
220+
rexml (3.3.9)
221+
rubocop (1.28.2)
222222
parallel (~> 1.10)
223-
parser (>= 3.0.0.0)
223+
parser (>= 3.1.0.0)
224224
rainbow (>= 2.2.2, < 4.0)
225225
regexp_parser (>= 1.8, < 3.0)
226226
rexml
227-
rubocop-ast (>= 1.15.1, < 2.0)
227+
rubocop-ast (>= 1.17.0, < 2.0)
228228
ruby-progressbar (~> 1.7)
229229
unicode-display_width (>= 1.4.0, < 3.0)
230-
rubocop-ast (1.29.0)
231-
parser (>= 3.2.1.0)
232-
rubocop-minitest (0.27.0)
230+
rubocop-ast (1.33.0)
231+
parser (>= 3.3.1.0)
232+
rubocop-minitest (0.19.1)
233233
rubocop (>= 0.90, < 2.0)
234-
rubocop-performance (1.19.1)
234+
rubocop-performance (1.13.3)
235235
rubocop (>= 1.7.0, < 2.0)
236236
rubocop-ast (>= 0.4.0)
237237
ruby-progressbar (1.13.0)
@@ -246,7 +246,7 @@ GEM
246246
timeout (0.4.0)
247247
tzinfo (2.0.6)
248248
concurrent-ruby (~> 1.0)
249-
unicode-display_width (2.5.0)
249+
unicode-display_width (2.6.0)
250250
webrick (1.8.1)
251251
websocket-driver (0.7.6)
252252
websocket-extensions (>= 0.1.0)

0 commit comments

Comments
 (0)