diff --git a/Gemfile b/Gemfile index 382d983a..feb1b1c0 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 df5bdde3..0303f7ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,3 @@ -GIT - remote: https://github.com/colszowka/simplecov-html.git - revision: fa5752b9fcf17ae212b8195c2fac801aff725768 - specs: - simplecov-html (0.12.1) - GIT remote: https://github.com/cucumber/aruba.git revision: 8b7dc956daf47051237700488e8d866fb229db29 @@ -117,6 +111,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) + simplecov-html (0.12.1) spoon (0.0.6) ffi test-unit (3.3.5) @@ -147,7 +142,6 @@ DEPENDENCIES rspec (~> 3.2) rubocop simplecov! - simplecov-html! test-unit BUNDLED WITH