Skip to content

Commit

Permalink
Bump minitest from 5.21.1 to 5.21.2 (faker-ruby#2894)
Browse files Browse the repository at this point in the history
Bumps [minitest](https://github.com/minitest/minitest) from 5.21.1 to 5.21.2.
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.21.1...v5.21.2)

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

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] authored and keshavbiswa committed Mar 17, 2024
1 parent c54a349 commit d095a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source 'https://rubygems.org'
gemspec

gem 'benchmark'
gem 'minitest', '5.21.1'
gem 'minitest', '5.21.2'
gem 'pry', '0.14.2'
gem 'rake', '13.1.0'
gem 'rubocop', '1.59.0'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GEM
json (2.7.1)
language_server-protocol (3.17.0.3)
method_source (1.0.0)
minitest (5.21.1)
minitest (5.21.2)
parallel (1.24.0)
parser (3.3.0.3)
ast (~> 2.4.1)
Expand Down Expand Up @@ -64,11 +64,12 @@ GEM

PLATFORMS
arm64-darwin-22
x86_64-linux

DEPENDENCIES
benchmark
faker!
minitest (= 5.21.1)
minitest (= 5.21.2)
pry (= 0.14.2)
rake (= 13.1.0)
rubocop (= 1.59.0)
Expand Down

0 comments on commit d095a7c

Please sign in to comment.