Skip to content

Commit

Permalink
Bump rubocop-minitest from 0.34.4 to 0.34.5 (#37)
Browse files Browse the repository at this point in the history
Bumps [rubocop-minitest](https://github.com/rubocop/rubocop-minitest) from 0.34.4 to 0.34.5.
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.34.4...v0.34.5)

---
updated-dependencies:
- dependency-name: rubocop-minitest
  dependency-type: direct:development
  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 Jan 26, 2024
1 parent 583ccda commit aea9cd4
Show file tree
Hide file tree
Showing 2 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 @@ -12,7 +12,7 @@ group :development, :test do
gem 'pry-byebug', '~> 3.9'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.60'
gem 'rubocop-minitest', '~> 0.34.3'
gem 'rubocop-minitest', '~> 0.34.5'
gem 'rubocop-performance', '~> 1.12'
gem 'rubocop-rake', '~> 0.6.0'
gem 'simplecov', '~> 0.22.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ GEM
minitest (5.21.2)
mutex_m (0.2.0)
parallel (1.24.0)
parser (3.3.0.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
pry (0.14.2)
Expand Down Expand Up @@ -67,7 +67,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.34.4)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-performance (1.18.0)
Expand Down Expand Up @@ -103,7 +103,7 @@ DEPENDENCIES
pry-byebug (~> 3.9)
rake (~> 13.1)
rubocop (~> 1.60)
rubocop-minitest (~> 0.34.3)
rubocop-minitest (~> 0.34.5)
rubocop-performance (~> 1.12)
rubocop-rake (~> 0.6.0)
simplecov (~> 0.22.0)
Expand Down

0 comments on commit aea9cd4

Please sign in to comment.