Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to v1.53.1 (#9369)
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 Jun 26, 2023
1 parent 54ee539 commit bd203b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.52.1', require: false
gem 'rubocop', '1.53.1', require: false
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
ast (2.4.2)
json (2.6.3)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand All @@ -11,8 +12,9 @@ GEM
rainbow (3.1.1)
regexp_parser (2.8.1)
rexml (3.2.5)
rubocop (1.52.1)
rubocop (1.53.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -31,7 +33,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rubocop (= 1.52.1)
rubocop (= 1.53.1)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit bd203b4

Please sign in to comment.