Skip to content

Commit

Permalink
Remove coveralls dep
Browse files Browse the repository at this point in the history
The configuration to publish code coverage metrics to coveralls.io is no
longer present anywhere, so we may as well remove this dep.
  • Loading branch information
Carl Brasic committed Dec 23, 2021
1 parent 709bf4b commit 4282bf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scientist.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_development_dependency "minitest", "~> 5.8"
gem.add_development_dependency "coveralls", "~> 0.8"
gem.add_development_dependency "rake"
end

0 comments on commit 4282bf1

Please sign in to comment.