Skip to content

Commit

Permalink
Bump rubocop from 1.55.1 to 1.59.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.55.1 to 1.59.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.55.1...v1.59.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 33adf89 commit 0e66bce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development, :test do
gem 'pry', '~> 0.14.1'
gem 'pry-byebug', '~> 3.9'
gem 'rake', '~> 13.0', '>= 13.0.6'
gem 'rubocop', '~> 1.7'
gem 'rubocop', '~> 1.59'
gem 'rubocop-minitest', '~> 0.34.3'
gem 'rubocop-performance', '~> 1.12'
gem 'rubocop-rake', '~> 0.6.0'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ GEM
hashdiff (1.0.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.19.0)
parallel (1.23.0)
parser (3.2.2.3)
parallel (1.24.0)
parser (3.3.0.2)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand All @@ -38,20 +38,20 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (5.0.3)
racc (1.7.1)
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.55.1)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
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 @@ -73,7 +73,7 @@ GEM
simplecov_json_formatter (0.1.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unicode-display_width (2.5.0)
vcr (5.0.0)
webmock (3.18.1)
addressable (>= 2.8.0)
Expand All @@ -90,7 +90,7 @@ DEPENDENCIES
pry (~> 0.14.1)
pry-byebug (~> 3.9)
rake (~> 13.0, >= 13.0.6)
rubocop (~> 1.7)
rubocop (~> 1.59)
rubocop-minitest (~> 0.34.3)
rubocop-performance (~> 1.12)
rubocop-rake (~> 0.6.0)
Expand Down

0 comments on commit 0e66bce

Please sign in to comment.