Update simplecov requirement from ~> 0.16.1 to ~> 0.17.0 (#90)

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](https://github.com/colszowka/simplecov/compare/v0.16.1...v0.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-03 10:30:57 +08:00 committed by david942j
parent 15aa7a068b
commit e2c64a4958
2 changed files with 5 additions and 5 deletions

View File

@ -10,11 +10,11 @@ GEM
ast (2.4.0)
bindata (2.4.4)
diff-lcs (1.3)
docile (1.3.1)
docile (1.3.2)
elftools (1.1.0)
bindata (~> 2)
jaro_winkler (1.5.3)
json (2.1.0)
json (2.2.0)
parallel (1.17.0)
parser (2.6.3.0)
ast (~> 2.4.0)
@ -41,7 +41,7 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
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)
@ -57,7 +57,7 @@ DEPENDENCIES
rake (~> 12.3)
rspec (~> 3.7)
rubocop (~> 0.59)
simplecov (~> 0.16.1)
simplecov (~> 0.17.0)
yard (~> 0.9)
BUNDLED WITH

View File

@ -38,6 +38,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 12.3'
s.add_development_dependency 'rspec', '~> 3.7'
s.add_development_dependency 'rubocop', '~> 0.59'
s.add_development_dependency 'simplecov', '~> 0.16.1'
s.add_development_dependency 'simplecov', '~> 0.17.0'
s.add_development_dependency 'yard', '~> 0.9'
end