Skip to content

Commit

Permalink
yes yes, good spec dont depend on beta
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Jan 28, 2020
1 parent 2e7f413 commit 9272ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PATH
specs:
simplecov (0.18.0)
docile (~> 1.1)
simplecov-html (~> 0.11.0.beta2)
simplecov-html (~> 0.11.0)

GEM
remote: https://rubygems.org/
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.beta2"
gem.add_dependency "simplecov-html", "~> 0.11.0"

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

0 comments on commit 9272ee2

Please sign in to comment.