diff options
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index e8631b7..e8e1023 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,6 +11,7 @@ GEM public_suffix (>= 2.0.2, < 5.0) ast (2.4.0) diff-lcs (1.3) + docile (1.3.2) gitlab-styles (3.1.0) rubocop (~> 0.74.0) rubocop-gitlab-security (~> 0.1.0) @@ -67,6 +68,12 @@ GEM rubocop (>= 0.68.1) ruby-progressbar (1.10.1) rubyzip (2.3.0) + simplecov (0.18.5) + docile (~> 1.1) + simplecov-html (~> 0.11) + simplecov-cobertura (1.3.1) + simplecov (~> 0.8) + simplecov-html (0.12.2) thor (1.0.1) toml (0.2.0) parslet (~> 1.8.0) @@ -83,6 +90,8 @@ DEPENDENCIES license-management! rspec (~> 3.9) rspec_junit_formatter (~> 0.4) + simplecov (~> 0.18) + simplecov-cobertura (~> 1.3) BUNDLED WITH 2.1.4 |
