Skip to content

Commit

Permalink
Bump minitest from 5.18.1 to 5.19.0
Browse files Browse the repository at this point in the history
Bumps [minitest](https://github.com/minitest/minitest) from 5.18.1 to 5.19.0.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.18.1...v5.19.0)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and noraj committed Jul 27, 2023
1 parent 033991c commit a42f2be
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 @@ -15,7 +15,7 @@ group :development, :install do
end

group :development, :test do
gem 'minitest', '~> 5.18'
gem 'minitest', '~> 5.19'
gem 'rake', '~> 13.0'
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
commonmarker (0.23.9)
docopt (0.6.1)
json (2.6.3)
minitest (5.18.1)
minitest (5.19.0)
paint (2.3.0)
parallel (1.22.1)
parser (3.2.2.0)
Expand Down Expand Up @@ -47,7 +47,7 @@ DEPENDENCIES
bundler (~> 2.1)
commonmarker (~> 0.23)
docopt (~> 0.6)
minitest (~> 5.18)
minitest (~> 5.19)
paint (~> 2.3)
rake (~> 13.0)
rubocop (~> 1.50)
Expand Down

0 comments on commit a42f2be

Please sign in to comment.