Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to v1.56.0 (#10549)
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 Aug 21, 2023
1 parent 8053ac6 commit 8311871
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.55.1', require: false
gem 'rubocop', '1.56.0', require: false
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ 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 @@ -12,7 +13,8 @@ GEM
rainbow (3.1.1)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.55.1)
rubocop (1.56.0)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -33,7 +35,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
rubocop (= 1.55.1)
rubocop (= 1.56.0)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 8311871

Please sign in to comment.