diff options
| author | a14m <[email protected]> | 2021-02-17 16:01:56 +0100 |
|---|---|---|
| committer | a14m <[email protected]> | 2021-02-17 16:11:01 +0100 |
| commit | ac45bcc396d50fc6c4d3485a77b17ce58c1f76df (patch) | |
| tree | 5988bd715b22f768e9fb25bff83328be5ebaee19 /CLI/ruby/Gemfile.lock | |
| parent | e43bb45122acef9d3d14bf2f84f8a971b675604f (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/Gemfile.lock')
| -rw-r--r-- | CLI/ruby/Gemfile.lock | 7 |
1 files changed, 2 insertions, 5 deletions
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 |
