Skip to content

Commit

Permalink
Update minitest requirement from = 5.14.3 to = 5.14.4 (#2273)
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/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](minitest/minitest@v5.14.3...v5.14.4)

Signed-off-by: dependabot-preview[bot] <[email protected]>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Feb 24, 2021
1 parent 3a81263 commit ad0966f
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.14.3)
minitest (5.14.4)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -55,7 +55,7 @@ PLATFORMS

DEPENDENCIES
faker!
minitest (= 5.14.3)
minitest (= 5.14.4)
pry (= 0.14.0)
rake (= 13.0.3)
rubocop (= 1.10.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.add_dependency('i18n', '>= 1.6', '< 2')

spec.add_development_dependency('minitest', '5.14.3')
spec.add_development_dependency('minitest', '5.14.4')
spec.add_development_dependency('pry', '0.14.0')
spec.add_development_dependency('rake', '13.0.3')
spec.add_development_dependency('rubocop', '1.10.0')
Expand Down

0 comments on commit ad0966f

Please sign in to comment.