Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent 35a36e7 commit 2145544
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 @@ -22,7 +22,7 @@ gem 'sentry-raven'
gem 'racksh'
gem 'warning'
gem 'rake'
gem 'rubocop', '~> 1.53.1', require: false
gem 'rubocop', '~> 1.54.0', 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 @@ -86,7 +86,7 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rubocop (1.53.1)
rubocop (1.54.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -161,7 +161,7 @@ DEPENDENCIES
racksh
rake
rest-client
rubocop (~> 1.53.1)
rubocop (~> 1.54.0)
sentry-raven
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/rubocop-1.53.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.54.0.gem
Binary file not shown.

0 comments on commit 2145544

Please sign in to comment.