Skip to content

Commit

Permalink
Update minitest requirement from = 5.15.0 to = 5.16.3 (#2547)
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.15.0...v5.16.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

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 Aug 30, 2022
1 parent 4b17b5c commit cca1e25
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.3.0)
method_source (1.0.0)
minitest (5.15.0)
minitest (5.16.3)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -57,7 +57,7 @@ PLATFORMS

DEPENDENCIES
faker!
minitest (= 5.15.0)
minitest (= 5.16.3)
pry (= 0.14.1)
rake (= 13.0.6)
rubocop (= 1.28.2)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
# Requires Ruby I18n 1.8.11 or higher to resolve https://github.com/faker-ruby/faker/issues/2330.
spec.add_dependency('i18n', '>= 1.8.11', '< 2')

spec.add_development_dependency('minitest', '5.15.0')
spec.add_development_dependency('minitest', '5.16.3')
spec.add_development_dependency('pry', '0.14.1')
spec.add_development_dependency('rake', '13.0.6')
spec.add_development_dependency('rubocop', '1.28.2')
Expand Down

0 comments on commit cca1e25

Please sign in to comment.