Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to v1.57.2 (#12410)
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] authored Nov 6, 2023
1 parent 7bc6c6b commit a21d030
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1', require: false
gem 'rubocop', '1.57.2', require: false
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
base64 (0.1.1)
json (2.6.3)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
Expand All @@ -13,8 +12,7 @@ GEM
rainbow (3.1.1)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.57.1)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -35,7 +33,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rubocop (= 1.57.1)
rubocop (= 1.57.2)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit a21d030

Please sign in to comment.