Skip to content

Commit

Permalink
Update simplecov requirement to ~> 0.16.0 (#9)
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.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and david942j committed Mar 16, 2018
1 parent ce074ef commit c1827ea
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 @@ -12,7 +12,7 @@ GEM
simplecov (>= 0.7.1, < 1.0.0)
dentaku (3.2.0)
diff-lcs (1.3)
docile (1.1.5)
docile (1.3.0)
json (2.1.0)
parallel (1.12.1)
parser (2.4.0.2)
Expand Down Expand Up @@ -41,8 +41,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.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
Expand All @@ -57,7 +57,7 @@ DEPENDENCIES
rake (~> 12.3)
rspec (~> 3.7)
rubocop (~> 0.52)
simplecov (~> 0.13.0)
simplecov (~> 0.16.0)

BUNDLED WITH
1.16.1
2 changes: 1 addition & 1 deletion heapinfo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ EOS
s.add_development_dependency 'rake', '~> 12.3'
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.0'
end

0 comments on commit c1827ea

Please sign in to comment.