Skip to content

Commit

Permalink
Update minitest requirement from = 5.11.3 to = 5.12.0 (faker-ruby#1763)
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.11.3...v5.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and vbrazo committed Sep 23, 2019
1 parent d52e52a commit 1d3f9c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -16,7 +16,7 @@ GEM
jaro_winkler (1.5.3)
json (2.2.0)
method_source (0.9.2)
minitest (5.11.3)
minitest (5.12.0)
parallel (1.17.0)
parser (2.6.4.0)
ast (~> 2.4.0)
Expand Down Expand Up @@ -50,7 +50,7 @@ PLATFORMS

DEPENDENCIES
faker!
minitest (= 5.11.3)
minitest (= 5.12.0)
pry (= 0.12.2)
rake (= 12.3.3)
rubocop (= 0.74.0)
Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.add_dependency('i18n', '~> 1.6.0')

spec.add_development_dependency('minitest', '5.11.3')
spec.add_development_dependency('minitest', '5.12.0')
spec.add_development_dependency('pry', '0.12.2')
spec.add_development_dependency('rake', '12.3.3')
spec.add_development_dependency('rubocop', '0.74.0')
Expand Down

0 comments on commit 1d3f9c3

Please sign in to comment.