Skip to content

Commit

Permalink
Bump minitest from 5.16.2 to 5.16.3 (#693)
Browse files Browse the repository at this point in the history
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.16.2 to 5.16.3.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.16.2...v5.16.3)

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

Signed-off-by: dependabot[bot] <[email protected]>

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, 2022
1 parent dc24753 commit edcd74b
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 @@ -66,7 +66,7 @@ group :test do
gem 'bundler-audit', '~> 0.9.1', require: false
gem 'brakeman', '~> 5.3.1', require: false

gem 'minitest', '~> 5.16.2'
gem 'minitest', '~> 5.16.3'
gem 'minitest-ci', '~> 3.4.0'
gem 'minitest-profile'
gem 'minitest-reporters', '~> 1.5.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ GEM
mime-types-data (3.2021.0901)
mini_mime (1.1.2)
mini_portile2 (2.8.0)
minitest (5.16.2)
minitest (5.16.3)
minitest-ci (3.4.0)
minitest (>= 5.0.6)
minitest-profile (0.0.2)
Expand Down Expand Up @@ -466,7 +466,7 @@ DEPENDENCIES
dotenv-rails (= 2.8.1)
listen
lograge (~> 0.12)
minitest (~> 5.16.2)
minitest (~> 5.16.3)
minitest-ci (~> 3.4.0)
minitest-profile
minitest-rails (~> 6.1.0)
Expand Down

0 comments on commit edcd74b

Please sign in to comment.