summaryrefslogtreecommitdiffstats
path: root/CLI/ruby/game_of_life.gemspec
diff options
context:
space:
mode:
authora14m <[email protected]>2021-02-17 16:01:56 +0100
committera14m <[email protected]>2021-02-17 16:11:01 +0100
commitac45bcc396d50fc6c4d3485a77b17ce58c1f76df (patch)
tree5988bd715b22f768e9fb25bff83328be5ebaee19 /CLI/ruby/game_of_life.gemspec
parente43bb45122acef9d3d14bf2f84f8a971b675604f (diff)
Remove codecov as it's not working on srht
SimpleCov is internally using JSON but doesn't include it as a dependency that's why it needs to be added to the dev dependencies Ref: https://github.com/simplecov-ruby/simplecov/issues/917
Diffstat (limited to 'CLI/ruby/game_of_life.gemspec')
-rw-r--r--CLI/ruby/game_of_life.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/ruby/game_of_life.gemspec b/CLI/ruby/game_of_life.gemspec
index f88ed77..3cd6bb3 100644
--- a/CLI/ruby/game_of_life.gemspec
+++ b/CLI/ruby/game_of_life.gemspec
@@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop"
spec.add_development_dependency "rubocop-rspec"
# Code Coverage dependencies
- spec.add_development_dependency "codecov"
+ spec.add_development_dependency "json"
spec.add_development_dependency "simplecov"
# Documentation dependencies
spec.add_development_dependency "redcarpet"