Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to v1.58.0 (#13025)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 1, 2023
1 parent 8517e7f commit 161cb40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source 'https://rubygems.org'

ruby '3.2.2'

gem 'rubocop', '1.57.2', require: false
gem 'rubocop', '1.58.0', require: false
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
json (2.6.3)
json (2.7.0)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
parser (3.2.2.4)
Expand All @@ -12,15 +12,15 @@ GEM
rainbow (3.1.1)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.57.2)
rubocop (1.58.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
Expand All @@ -33,7 +33,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rubocop (= 1.57.2)
rubocop (= 1.58.0)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 161cb40

Please sign in to comment.