Skip to content

Commit

Permalink
Update minitest requirement from = 5.14.2 to = 5.14.3
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.2...v5.14.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 6, 2021
1 parent 22585a0 commit a6a5bbb
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.2)
minitest (5.14.3)
parallel (1.19.2)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -55,7 +55,7 @@ PLATFORMS

DEPENDENCIES
faker!
minitest (= 5.14.2)
minitest (= 5.14.3)
pry (= 0.13.1)
rake (= 13.0.3)
rubocop (= 1.1.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.2')
spec.add_development_dependency('minitest', '5.14.3')
spec.add_development_dependency('pry', '0.13.1')
spec.add_development_dependency('rake', '13.0.3')
spec.add_development_dependency('rubocop', '1.1.0')
Expand Down

0 comments on commit a6a5bbb

Please sign in to comment.