Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vitor Oliveira <vbrazo@gmail.com>
  • Loading branch information
dependabot[bot] and vbrazo committed Sep 9, 2023
1 parent dbcf207 commit 56a96cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in faker.gemspec
gemspec

gem 'minitest', '5.19.0'
gem 'minitest', '5.20.0'
gem 'pry', '0.14.2'
gem 'rake', '13.0.6'
gem 'rubocop', '1.56.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -17,7 +17,7 @@ GEM
json (2.6.3)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.19.0)
minitest (5.20.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -67,7 +67,7 @@ PLATFORMS

DEPENDENCIES
faker!
minitest (= 5.19.0)
minitest (= 5.20.0)
pry (= 0.14.2)
rake (= 13.0.6)
rubocop (= 1.56.2)
Expand Down

0 comments on commit 56a96cc

Please sign in to comment.