Skip to content

Commit b1b4935

Browse files
committed
Relax simplecov-html version requirement and update
1 parent be11653 commit b1b4935

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
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

+2-8
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: 83227dd8374031e68d38c7d8ebd5a2ee39c3d086
4-
specs:
5-
simplecov-html (0.11.0)
6-
71
GIT
82
remote: https://github.com/cucumber/aruba.git
93
revision: 8b7dc956daf47051237700488e8d866fb229db29
@@ -21,7 +15,7 @@ PATH
2115
specs:
2216
simplecov (0.18.1)
2317
docile (~> 1.1)
24-
simplecov-html (~> 0.11.0)
18+
simplecov-html (~> 0.11)
2519

2620
GEM
2721
remote: https://rubygems.org/
@@ -116,6 +110,7 @@ GEM
116110
ruby-progressbar (~> 1.7)
117111
unicode-display_width (>= 1.4.0, < 1.7)
118112
ruby-progressbar (1.10.1)
113+
simplecov-html (0.12.0)
119114
spoon (0.0.6)
120115
ffi
121116
test-unit (3.3.5)
@@ -145,7 +140,6 @@ DEPENDENCIES
145140
rspec (~> 3.2)
146141
rubocop
147142
simplecov!
148-
simplecov-html!
149143
test-unit
150144

151145
BUNDLED WITH

simplecov.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
2424
gem.required_ruby_version = ">= 2.4.0"
2525

2626
gem.add_dependency "docile", "~> 1.1"
27-
gem.add_dependency "simplecov-html", "~> 0.11.0"
27+
gem.add_dependency "simplecov-html", "~> 0.11"
2828

2929
gem.files = Dir["{lib}/**/*.*", "bin/*", "LICENSE", "*.md", "doc/*"]
3030
gem.require_paths = ["lib"]

test_projects/parallel_tests/Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ source "https://rubygems.org"
44

55
gem "parallel_tests"
66
gem "rspec"
7-
gem "simplecov-html", github: "colszowka/simplecov-html"
87

98
# when the tests are executed the project is in tmp/aruba/project
109
# which is a different nesting from its usual place

0 commit comments

Comments
 (0)