Skip to content

Commit

Permalink
Update minitest requirement from = 5.17.0 to = 5.18.0 (#2727)
Browse files Browse the repository at this point in the history
Updates the requirements on [minitest](https://github.com/seattlerb/minitest) to permit the latest version.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.17.0...v5.18.0)

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

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 Mar 9, 2023
1 parent df0e1a8 commit 6b49a09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
method_source (1.0.0)
minitest (5.17.0)
minitest (5.18.0)
parallel (1.22.1)
parser (3.2.1.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -63,7 +63,7 @@ PLATFORMS

DEPENDENCIES
faker!
minitest (= 5.17.0)
minitest (= 5.18.0)
pry (= 0.14.2)
rake (= 13.0.6)
rubocop (= 1.46.0)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
spec.metadata['rubygems_mfa_required'] = 'true'

spec.add_dependency('i18n', '>= 1.8.11', '< 2')
spec.add_development_dependency('minitest', '5.17.0')
spec.add_development_dependency('minitest', '5.18.0')
spec.add_development_dependency('pry', '0.14.2')
spec.add_development_dependency('rake', '13.0.6')
spec.add_development_dependency('rubocop', '1.46.0')
Expand Down

0 comments on commit 6b49a09

Please sign in to comment.