Skip to content

Commit

Permalink
Update dependency rubocop to v1.72.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 65bb3b8 commit da16db3
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gem 'rack', '3.1.8'
gem 'rack-test', '2.2.0'
gem 'rackup', '2.2.1'
gem 'rake', '13.2.1', require: false
gem 'rubocop', '1.69.2', require: false
gem 'rubocop', '1.72.2', require: false
gem 'rubocop-minitest', '>0', require: false
gem 'rubocop-performance', '>0', require: false
gem 'rubocop-rake', '>0', require: false
Expand Down
34 changes: 25 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ GEM
multipart-post
oauth (~> 0.5, >= 0.5.0)
jmespath (1.6.2)
json (2.9.0)
json (2.10.1)
jwt (2.7.1)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.6.2)
mail (2.8.1)
mini_mime (>= 0.1.1)
Expand Down Expand Up @@ -129,7 +130,7 @@ GEM
sawyer (~> 0.9)
openssl (3.2.0)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pdd (0.24.0)
Expand All @@ -155,21 +156,33 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rexml (3.3.6)
strscan
rubocop (1.69.2)
rubocop (1.72.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-minitest (0.37.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-fann (2.0.2)
Expand Down Expand Up @@ -262,7 +275,10 @@ DEPENDENCIES
rack-test (= 2.2.0)
rackup (= 2.2.1)
rake (= 13.2.1)
rubocop (= 1.69.2)
rubocop (= 1.72.2)
rubocop-minitest (> 0)
rubocop-performance (> 0)
rubocop-rake (> 0)
rubocop-rspec (= 3.3.0)
ruby-fann (= 2.0.2)
sass (= 3.7.4)
Expand Down

0 comments on commit da16db3

Please sign in to comment.