Skip to content

Commit

Permalink
Update simplecov requirement to ~> 0.16.1 (#8)
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.13.0...v0.16.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and david942j committed Mar 23, 2018
1 parent 5eeadea commit e1411ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
bindata (2.4.3)
coderay (1.1.2)
diff-lcs (1.3)
docile (1.1.5)
docile (1.3.0)
json (2.1.0)
method_source (0.9.0)
parallel (1.12.1)
Expand Down Expand Up @@ -44,8 +44,8 @@ GEM
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
simplecov (0.13.0)
docile (~> 1.1.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
Expand All @@ -61,7 +61,7 @@ DEPENDENCIES
rake (~> 12.1)
rspec (~> 3.7)
rubocop (~> 0.52)
simplecov (~> 0.13.0)
simplecov (~> 0.16.1)
yard (~> 0.9)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion elftools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 12.1'
s.add_development_dependency 'rspec', '~> 3.7'
s.add_development_dependency 'rubocop', '~> 0.52'
s.add_development_dependency 'simplecov', '~> 0.13.0'
s.add_development_dependency 'simplecov', '~> 0.16.1'
s.add_development_dependency 'yard', '~> 0.9'
end

0 comments on commit e1411ca

Please sign in to comment.