Skip to content

Commit

Permalink
Update dependency rubocop to v1.69.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent b633dbb commit 916db38
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gem 'minitest-reporters', '1.7.1', require: false
gem 'rake', '13.2.1', require: false
gem 'random-port', '~>0', require: false
gem 'rspec-rails', '6.1.4', require: false
gem 'rubocop', '1.65.1', require: false
gem 'rubocop', '1.69.2', require: false
gem 'rubocop-rspec', '3.0.4', require: false
gem 'simplecov', '0.22.0', require: false
gem 'webmock', '3.23.1', require: false
Expand Down
27 changes: 12 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ GEM
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.7.2)
json (2.9.0)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -174,8 +174,8 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
openssl (3.2.0)
parallel (1.25.1)
parser (3.3.4.0)
parallel (1.26.3)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
plist (3.1.0)
Expand Down Expand Up @@ -220,11 +220,10 @@ GEM
ffi (~> 1.0)
rdoc (6.7.0)
psych (>= 4.0.0)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.4)
strscan
rexml (3.3.9)
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
Expand All @@ -242,18 +241,17 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.65.1)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
rubocop-rspec (3.0.4)
rubocop (~> 1.61)
Expand All @@ -274,7 +272,6 @@ GEM
tilt (~> 2.0)
slop (4.10.1)
stringio (3.1.1)
strscan (3.1.0)
sys-proctable (1.3.0)
ffi (~> 1.1)
sys-uname (1.3.0)
Expand All @@ -294,7 +291,7 @@ GEM
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
usagewatch (0.0.7)
usagewatch_ext (0.2.1)
usagewatch (~> 0.0.6)
Expand Down Expand Up @@ -328,7 +325,7 @@ DEPENDENCIES
rake (= 13.2.1)
random-port (~> 0)
rspec-rails (= 6.1.4)
rubocop (= 1.65.1)
rubocop (= 1.69.2)
rubocop-rspec (= 3.0.4)
simplecov (= 0.22.0)
webmock (= 3.23.1)
Expand Down

0 comments on commit 916db38

Please sign in to comment.