Skip to content

Commit a179ec6

Browse files
committed
run against released simplecov-html
1 parent 4dc26b4 commit a179ec6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source "https://rubygems.org"
66
# gem "simplecov-html", path: File.dirname(__FILE__) + "/../simplecov-html"
77

88
# Uncomment this to use development version of html formatter from github
9-
gem "simplecov-html", github: "colszowka/simplecov-html"
9+
# gem "simplecov-html", github: "colszowka/simplecov-html"
1010

1111
group :development do
1212
gem "apparition", "0.5.0"

Gemfile.lock

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
GIT
2-
remote: https://github.com/colszowka/simplecov-html.git
3-
revision: fa5752b9fcf17ae212b8195c2fac801aff725768
4-
specs:
5-
simplecov-html (0.12.1)
6-
71
GIT
82
remote: https://github.com/cucumber/aruba.git
93
revision: 8b7dc956daf47051237700488e8d866fb229db29
@@ -117,6 +111,7 @@ GEM
117111
ruby-progressbar (~> 1.7)
118112
unicode-display_width (>= 1.4.0, < 1.7)
119113
ruby-progressbar (1.10.1)
114+
simplecov-html (0.12.1)
120115
spoon (0.0.6)
121116
ffi
122117
test-unit (3.3.5)
@@ -147,7 +142,6 @@ DEPENDENCIES
147142
rspec (~> 3.2)
148143
rubocop
149144
simplecov!
150-
simplecov-html!
151145
test-unit
152146

153147
BUNDLED WITH

0 commit comments

Comments
 (0)