From 3166aae6cef44667ad220688198f9c9dc8e87532 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 19:09:18 +0000 Subject: [PATCH] Update simplecov-console requirement from ~> 0.2.0 to ~> 0.7.2 Updates the requirements on [simplecov-console](https://github.com/chetan/simplecov-console) to permit the latest version. - [Release notes](https://github.com/chetan/simplecov-console/releases) - [Commits](https://github.com/chetan/simplecov-console/compare/v0.2.0...v0.7.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4371b6e..8d0bfe5 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ group :development do gem "rspec", "~> 3.4" gem "aruba", "~> 0.6" gem "simplecov", "~> 0.9" - gem "simplecov-console", "~> 0.2.0" + gem "simplecov-console", "~> 0.7.2" gem "chef", "~> 14.0" # avoids test failures on license acceptance end