Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit ff53a91

Browse files
Update dependency rubocop to '~> 1.65.0'
1 parent b448631 commit ff53a91

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ gem 'pagy', '~> 5.10.0' # pagination
4848
group :development, :test do
4949
# Linters
5050
## Ruby linter
51-
gem 'rubocop', '~> 1.26.0', require: false
51+
gem 'rubocop', '~> 1.65.0', require: false
5252
gem 'rubocop-performance', '~> 1.13.1', require: false
5353
gem 'rubocop-rails', '~> 2.14.0', require: false
5454
gem 'rubocop-rspec', '~> 2.9.0', require: false

Gemfile.lock

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ GEM
169169
concurrent-ruby (~> 1.0)
170170
ice_nine (0.11.2)
171171
io-wait (0.2.1)
172+
json (2.7.2)
172173
jwt (2.3.0)
174+
language_server-protocol (3.17.0.3)
173175
listen (3.7.0)
174176
rb-fsevent (~> 0.10, >= 0.10.3)
175177
rb-inotify (~> 0.9, >= 0.9.10)
@@ -239,9 +241,10 @@ GEM
239241
omniauth (~> 2.0)
240242
pagy (5.10.0)
241243
activesupport
242-
parallel (1.21.0)
243-
parser (3.1.1.0)
244+
parallel (1.25.1)
245+
parser (3.3.4.0)
244246
ast (~> 2.4.1)
247+
racc
245248
pg (1.3.0)
246249
public_suffix (4.0.6)
247250
puma (5.6.0)
@@ -290,10 +293,11 @@ GEM
290293
rb-inotify (0.10.1)
291294
ffi (~> 1.0)
292295
redis (4.6.0)
293-
regexp_parser (2.2.1)
296+
regexp_parser (2.9.2)
294297
request_store (1.5.0)
295298
rack (>= 1.4)
296-
rexml (3.2.5)
299+
rexml (3.3.1)
300+
strscan
297301
rspec-core (3.10.1)
298302
rspec-support (~> 3.10.0)
299303
rspec-expectations (3.10.2)
@@ -313,17 +317,19 @@ GEM
313317
rspec-retry (0.6.2)
314318
rspec-core (> 3.3)
315319
rspec-support (3.10.3)
316-
rubocop (1.26.0)
320+
rubocop (1.65.0)
321+
json (~> 2.3)
322+
language_server-protocol (>= 3.17.0)
317323
parallel (~> 1.10)
318-
parser (>= 3.1.0.0)
324+
parser (>= 3.3.0.2)
319325
rainbow (>= 2.2.2, < 4.0)
320-
regexp_parser (>= 1.8, < 3.0)
321-
rexml
322-
rubocop-ast (>= 1.16.0, < 2.0)
326+
regexp_parser (>= 2.4, < 3.0)
327+
rexml (>= 3.2.5, < 4.0)
328+
rubocop-ast (>= 1.31.1, < 2.0)
323329
ruby-progressbar (~> 1.7)
324-
unicode-display_width (>= 1.4.0, < 3.0)
325-
rubocop-ast (1.16.0)
326-
parser (>= 3.1.1.0)
330+
unicode-display_width (>= 2.4.0, < 3.0)
331+
rubocop-ast (1.31.3)
332+
parser (>= 3.3.1.0)
327333
rubocop-performance (1.13.1)
328334
rubocop (>= 1.7.0, < 2.0)
329335
rubocop-ast (>= 0.4.0)
@@ -333,7 +339,7 @@ GEM
333339
rubocop (>= 1.7.0, < 2.0)
334340
rubocop-rspec (2.9.0)
335341
rubocop (~> 1.19)
336-
ruby-progressbar (1.11.0)
342+
ruby-progressbar (1.13.0)
337343
ruby2_keywords (0.0.5)
338344
rubyzip (2.3.2)
339345
safely_block (0.3.0)
@@ -382,7 +388,7 @@ GEM
382388
railties (>= 6.0.0)
383389
tzinfo (2.0.4)
384390
concurrent-ruby (~> 1.0)
385-
unicode-display_width (2.1.0)
391+
unicode-display_width (2.5.0)
386392
virtus (2.0.0)
387393
axiom-types (~> 0.1)
388394
coercible (~> 1.0)
@@ -451,7 +457,7 @@ DEPENDENCIES
451457
redis (~> 4.6.0)
452458
rspec-rails (~> 5.1.0)
453459
rspec-retry (~> 0.6.2)
454-
rubocop (~> 1.26.0)
460+
rubocop (~> 1.65.0)
455461
rubocop-performance (~> 1.13.1)
456462
rubocop-rails (~> 2.14.0)
457463
rubocop-rspec (~> 2.9.0)

0 commit comments

Comments
 (0)