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 3d2d9ab commit a492a99
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 @@ -10,7 +10,7 @@ GEM
ast (2.4.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 @@ -39,8 +39,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 @@ -55,7 +55,7 @@ DEPENDENCIES
rake (~> 12.0)
rspec (~> 3.5)
rubocop (~> 0.52)
simplecov (~> 0.13.0)
simplecov (~> 0.16.1)
yard (~> 0.9)

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion memory_io.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.0'
s.add_development_dependency 'rspec', '~> 3.5'
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 a492a99

Please sign in to comment.