Skip to content

Commit

Permalink
Bump minitest from 5.18.1 to 5.19.0 (#2804)
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: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>
  • Loading branch information
dependabot[bot] committed Jul 29, 2023
1 parent 0839df2 commit 2a01e0c
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 @@ -5,7 +5,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in faker.gemspec
gemspec

gem 'minitest', '5.18.1'
gem 'minitest', '5.19.0'
gem 'pry', '0.14.2'
gem 'rake', '13.0.6'
gem 'rubocop', '1.54.2'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
json (2.6.3)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.18.1)
minitest (5.19.0)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -65,7 +65,7 @@ PLATFORMS

DEPENDENCIES
faker!
minitest (= 5.18.1)
minitest (= 5.19.0)
pry (= 0.14.2)
rake (= 13.0.6)
rubocop (= 1.54.2)
Expand Down

0 comments on commit 2a01e0c

Please sign in to comment.