From 5a6e9692e33e10e0d5fc77dcce7d24e7312f91c4 Mon Sep 17 00:00:00 2001 From: Tobias Pfeiffer Date: Sun, 19 Jan 2020 11:46:53 +0100 Subject: [PATCH] use released simplecov-html --- Gemfile | 2 +- Gemfile.lock | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 42624fd1..a07a8cf7 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 "aruba", github: "cucumber/aruba" diff --git a/Gemfile.lock b/Gemfile.lock index 4fb9b948..98a2d537 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,3 @@ -GIT - remote: https://github.com/colszowka/simplecov-html.git - revision: 39c7de16f49656d859bd663ab004969e26e7f804 - specs: - simplecov-html (0.11.0.beta2) - GIT remote: https://github.com/cucumber/aruba.git revision: 8b7dc956daf47051237700488e8d866fb229db29 @@ -34,7 +28,7 @@ PATH specs: simplecov (0.18.0.beta2) docile (~> 1.1) - simplecov-html (~> 0.11.0.beta1) + simplecov-html (~> 0.11.0.beta2) GEM remote: https://rubygems.org/ @@ -128,6 +122,7 @@ 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) @@ -157,7 +152,6 @@ DEPENDENCIES rspec (~> 3.2) rubocop simplecov! - simplecov-html! test-unit BUNDLED WITH