Skip to content

Commit 66e6e0b

Browse files
committed
revert simplecov-html version
1 parent 3ae4b18 commit 66e6e0b

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Gemfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
source "https://rubygems.org"
44

5-
# Uncomment this to use local copy of simplecov-html in development when checked out
6-
gem "simplecov-html", path: File.dirname(__FILE__) + "/../simplecov-html"
7-
8-
# Uncomment this to use development version of html formatter from github
9-
# gem "simplecov-html", github: "simplecov-ruby/simplecov-html"
5+
case ENV["SIMPLECOV_HTML_MODE"]
6+
when "local"
7+
# Use local copy of simplecov-html in development when checked out
8+
gem "simplecov-html", path: File.dirname(__FILE__) + "/../simplecov-html"
9+
when "github"
10+
# Use development version of html formatter from github
11+
gem "simplecov-html", github: "simplecov-ruby/simplecov-html"
12+
end
1013

1114
group :development do
1215
gem "apparition", "~> 0.6.0"

Gemfile.lock

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ PATH
55
docile (~> 1.1)
66
simplecov-html (~> 0.11)
77

8-
PATH
9-
remote: ../simplecov-html
10-
specs:
11-
simplecov-html (0.12.2)
12-
138
GEM
149
remote: https://rubygems.org/
1510
specs:
@@ -141,6 +136,7 @@ GEM
141136
rubocop-ast (0.3.0)
142137
parser (>= 2.7.1.4)
143138
ruby-progressbar (1.10.1)
139+
simplecov-html (0.12.2)
144140
spoon (0.0.6)
145141
ffi
146142
sys-uname (1.2.1)
@@ -178,7 +174,6 @@ DEPENDENCIES
178174
rspec (~> 3.2)
179175
rubocop
180176
simplecov!
181-
simplecov-html!
182177
test-unit
183178

184179
BUNDLED WITH

0 commit comments

Comments
 (0)