Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minitest requirement from = 5.11.3 to = 5.12.0 #1763

Merged
merged 1 commit into from Sep 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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