Skip to content

Commit

Permalink
Merge pull request #2237 from faker-ruby/dependabot/bundler/minitest-…
Browse files Browse the repository at this point in the history
…eq-5.14.3

Update minitest requirement from = 5.14.2 to = 5.14.3
  • Loading branch information
koic authored Jan 6, 2021
2 parents 22585a0 + a6a5bbb commit f1ee5c6
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 f1ee5c6

Please sign in to comment.