Skip to content

Commit

Permalink
Update simplecov requirement from = 0.16.1 to = 0.17.0 (#1718)
Browse files Browse the repository at this point in the history
Updates the requirements on [simplecov](https://github.com/colszowka/simplecov) to permit the latest version.
- [Release notes](https://github.com/colszowka/simplecov/releases)
- [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md)
- [Commits](simplecov-ruby/simplecov@v0.16.1...v0.17.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored and vbrazo committed Sep 2, 2019
1 parent 300c6b2 commit d32930e
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 @@ -36,7 +36,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.1)
simplecov (0.16.1)
simplecov (0.17.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
Expand All @@ -55,7 +55,7 @@ DEPENDENCIES
pry (= 0.12.2)
rake (= 12.3.3)
rubocop (= 0.59.1)
simplecov (= 0.16.1)
simplecov (= 0.17.0)
test-unit (= 3.3.3)
timecop (= 0.9.1)

Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('pry', '0.12.2')
spec.add_development_dependency('rake', '12.3.3')
spec.add_development_dependency('rubocop', '0.59.1')
spec.add_development_dependency('simplecov', '0.16.1')
spec.add_development_dependency('simplecov', '0.17.0')
spec.add_development_dependency('test-unit', '3.3.3')
spec.add_development_dependency('timecop', '0.9.1')
end

0 comments on commit d32930e

Please sign in to comment.