Skip to content

Commit

Permalink
use released simplecov-html 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Jan 28, 2020
1 parent d7827e6 commit f950b51
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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"
Expand Down
8 changes: 1 addition & 7 deletions Gemfile.lock
@@ -1,9 +1,3 @@
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
Expand Down Expand Up @@ -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.11.0)
spoon (0.0.6)
ffi
test-unit (3.3.5)
Expand Down Expand Up @@ -145,7 +140,6 @@ DEPENDENCIES
rspec (~> 3.2)
rubocop
simplecov!
simplecov-html!
test-unit

BUNDLED WITH
Expand Down
2 changes: 0 additions & 2 deletions test_projects/parallel_tests_project/Gemfile
Expand Up @@ -14,5 +14,3 @@ else
gem "simplecov", path: "../../.."
# rubocop:enable Bundler/DuplicatedGem
end

gem "simplecov-html", github: "colszowka/simplecov-html"

0 comments on commit f950b51

Please sign in to comment.