Skip to content

Commit

Permalink
Merge pull request #69 from faker-ruby/master
Browse files Browse the repository at this point in the history
Update minitest requirement from = 5.11.3 to = 5.12.0 (faker-ruby#1763)
  • Loading branch information
sanikkenway committed Sep 24, 2019
2 parents ce119f5 + cd46f99 commit 3468e3b
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 3468e3b

Please sign in to comment.