Skip to content

Commit

Permalink
Relax simplecov-html version requirement and update
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 12, 2020
1 parent be11653 commit b1b4935
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
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
10 changes: 2 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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/
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.12.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: 1 addition & 1 deletion simplecov.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
1 change: 0 additions & 1 deletion test_projects/parallel_tests/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1b4935

Please sign in to comment.