From 0087f5954b10a4c1d4a2a9f8a8c15c6014dbcec2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 16:45:09 +0000 Subject: [PATCH] Update simplecov requirement from ~>0.9.0 to ~> 0.17.1 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.9.0...v0.17.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e6f772a..2984b74 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gemspec group :test do - gem 'simplecov', '~>0.9.0', :require => false + gem 'simplecov', '~>0.17.1', :require => false gem 'webmock', '~>1.18.0' gem 'safe_yaml', '~>1.0.4' gem 'vcr', '~>2.9.0'