Skip to content

Commit

Permalink
Bump rubocop from 1.54.1 to 1.54.2 (#238)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.54.1 to 1.54.2.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.54.1...v1.54.2)

---
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 Jul 17, 2023
1 parent aa6f35c commit 3b8edee
Show file tree
Hide file tree
Showing 2 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 @@ -9,7 +9,7 @@ gem 'pry-byebug', '~> 3.10'
gem 'rake', '~> 13.0.6'
gem 'redcarpet', '~> 3.6.0'
gem 'rspec', '~> 3.12.0'
gem 'rubocop', '~> 1.54.1'
gem 'rubocop', '~> 1.54.2'
gem 'rubocop-packaging', '~> 0.5.2'
gem 'rubocop-performance', '~> 1.18.0'
gem 'rubocop-rake', '~> 0.6.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.54.1)
rubocop (1.54.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -129,7 +129,7 @@ DEPENDENCIES
rake (~> 13.0.6)
redcarpet (~> 3.6.0)
rspec (~> 3.12.0)
rubocop (~> 1.54.1)
rubocop (~> 1.54.2)
rubocop-packaging (~> 0.5.2)
rubocop-performance (~> 1.18.0)
rubocop-rake (~> 0.6.0)
Expand Down

0 comments on commit 3b8edee

Please sign in to comment.