Skip to content

Commit

Permalink
Bump rubocop from 1.56.0 to 1.56.1 (#518)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.0 to 1.56.1.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.56.0...v1.56.1)

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

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 Aug 22, 2023
1 parent f74229e commit d7d7510
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 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.56.0', require: false
gem 'rubocop', '~> 1.56.1', require: false
gem 'dyno_metadata'

group :development do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.6)
rubocop (1.56.0)
rubocop (1.56.1)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand Down Expand Up @@ -167,7 +167,7 @@ DEPENDENCIES
racksh
rake
rest-client
rubocop (~> 1.56.0)
rubocop (~> 1.56.1)
sentry-ruby
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/rubocop-1.56.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.56.1.gem
Binary file not shown.

0 comments on commit d7d7510

Please sign in to comment.