Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to v1.60.0 (#13876)
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 Jan 15, 2024
1 parent 15bf97b commit c4eff83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.59.0', require: false
gem 'rubocop', '1.60.0', require: false
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ GEM
rainbow (3.1.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.59.0)
rubocop (1.60.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -33,7 +33,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rubocop (= 1.59.0)
rubocop (= 1.60.0)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit c4eff83

Please sign in to comment.