Skip to content

Commit

Permalink
Bump rubocop from 1.58.0 to 1.59.0 (#553)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.58.0 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.58.0...v1.59.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent 9240907 commit 8dd8d85
Show file tree
Hide file tree
Showing 6 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 @@ -23,7 +23,7 @@ gem 'sentry-ruby'
gem 'racksh'
gem 'warning'
gem 'rake'
gem 'rubocop', '~> 1.58.0', require: false
gem 'rubocop', '~> 1.59.0', require: false
gem 'dyno_metadata'

group :development do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
overman (0.87.3)
parallel (1.23.0)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
Expand Down Expand Up @@ -92,7 +92,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.6)
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -169,7 +169,7 @@ DEPENDENCIES
racksh
rake
rest-client
rubocop (~> 1.58.0)
rubocop (~> 1.59.0)
sentry-ruby
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/parallel-1.23.0.gem
Binary file not shown.
Binary file added vendor/cache/parallel-1.24.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.58.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.59.0.gem
Binary file not shown.

0 comments on commit 8dd8d85

Please sign in to comment.