From ac45bcc396d50fc6c4d3485a77b17ce58c1f76df Mon Sep 17 00:00:00 2001 From: a14m Date: Wed, 17 Feb 2021 16:01:56 +0100 Subject: 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 --- CLI/ruby/Gemfile.lock | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'CLI/ruby/Gemfile.lock') diff --git a/CLI/ruby/Gemfile.lock b/CLI/ruby/Gemfile.lock index 06c88cb..147c29b 100644 --- a/CLI/ruby/Gemfile.lock +++ b/CLI/ruby/Gemfile.lock @@ -9,13 +9,10 @@ GEM specs: ast (2.4.1) byebug (11.1.3) - codecov (0.2.12) - json - simplecov coderay (1.1.3) diff-lcs (1.4.4) docile (1.3.2) - json (2.3.1) + json (2.5.1) method_source (1.0.0) parallel (1.20.1) parser (2.7.2.0) @@ -74,7 +71,7 @@ PLATFORMS DEPENDENCIES bundler - codecov + json pry-byebug rake redcarpet -- cgit v1.2.3