diff --git a/Gemfile b/Gemfile index 3fdd3d17..1ee9ca63 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 529d7313..8ad8be4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,3 @@ -GIT - remote: https://github.com/colszowka/simplecov-html.git - revision: 83227dd8374031e68d38c7d8ebd5a2ee39c3d086 - specs: - simplecov-html (0.11.0) - GIT remote: https://github.com/cucumber/aruba.git revision: 8b7dc956daf47051237700488e8d866fb229db29 @@ -21,7 +15,7 @@ PATH specs: simplecov (0.18.1) docile (~> 1.1) - simplecov-html (~> 0.11.0) + simplecov-html (~> 0.11) GEM remote: https://rubygems.org/ @@ -116,6 +110,7 @@ GEM ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 1.7) ruby-progressbar (1.10.1) + simplecov-html (0.12.0) spoon (0.0.6) ffi test-unit (3.3.5) @@ -145,7 +140,6 @@ DEPENDENCIES rspec (~> 3.2) rubocop simplecov! - simplecov-html! test-unit BUNDLED WITH diff --git a/simplecov.gemspec b/simplecov.gemspec index a7b516b5..5a6181c2 100644 --- a/simplecov.gemspec +++ b/simplecov.gemspec @@ -24,7 +24,7 @@ Gem::Specification.new do |gem| gem.required_ruby_version = ">= 2.4.0" gem.add_dependency "docile", "~> 1.1" - gem.add_dependency "simplecov-html", "~> 0.11.0" + gem.add_dependency "simplecov-html", "~> 0.11" gem.files = Dir["{lib}/**/*.*", "bin/*", "LICENSE", "*.md", "doc/*"] gem.require_paths = ["lib"] diff --git a/test_projects/parallel_tests/Gemfile b/test_projects/parallel_tests/Gemfile index f487ea9c..ae2973c7 100644 --- a/test_projects/parallel_tests/Gemfile +++ b/test_projects/parallel_tests/Gemfile @@ -4,7 +4,6 @@ source "https://rubygems.org" gem "parallel_tests" gem "rspec" -gem "simplecov-html", github: "colszowka/simplecov-html" # when the tests are executed the project is in tmp/aruba/project # which is a different nesting from its usual place