From 4a21954f1a3c47f17cb8c97117eba530580a8850 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Tue, 28 Jan 2020 12:17:38 +0100 Subject: [PATCH] Upgrade to release ready simplecov-html to test against it --- Gemfile | 2 +- Gemfile.lock | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1ee9ca63..3fdd3d17 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://rubygems.org" # gem "simplecov-html", path: File.dirname(__FILE__) + "/../simplecov-html" # Uncomment this to use development version of html formatter from github -# gem "simplecov-html", github: "colszowka/simplecov-html" +gem "simplecov-html", github: "colszowka/simplecov-html" group :development do gem "apparition", "0.5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 2f43a3c3..352c8919 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,3 +1,9 @@ +GIT + remote: https://github.com/colszowka/simplecov-html.git + revision: e4a39b826f011712c2bb6e02fba2eb33a0f86024 + specs: + simplecov-html (0.11.0) + GIT remote: https://github.com/cucumber/aruba.git revision: 8b7dc956daf47051237700488e8d866fb229db29 @@ -110,7 +116,6 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) - simplecov-html (0.11.0.beta2) spoon (0.0.6) ffi test-unit (3.3.5) @@ -140,6 +145,7 @@ DEPENDENCIES rspec (~> 3.2) rubocop simplecov! + simplecov-html! test-unit BUNDLED WITH