Skip to content

Commit

Permalink
Update simplecov requirement to ~> 0.16.0 (#13)
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 af3aa5d commit 257a5d7
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 @@ -9,7 +9,7 @@ GEM
ast (2.4.0)
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.0)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
Expand All @@ -62,7 +62,7 @@ DEPENDENCIES
rspec (~> 3.7)
rubocop (~> 0.52)
seccomp-tools!
simplecov (~> 0.13.0)
simplecov (~> 0.16.0)
yard (~> 0.9)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion seccomp-tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Visit https://github.com/david942j/seccomp-tools for more details.
s.add_development_dependency 'rake-compiler', '~> 1.0'
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'
s.add_development_dependency 'yard', '~> 0.9'
end

0 comments on commit 257a5d7

Please sign in to comment.