diff options
| author | Can Eldem <celdem@gitlab.com> | 2020-05-15 09:29:48 +0000 |
|---|---|---|
| committer | Can Eldem <celdem@gitlab.com> | 2020-05-15 09:29:48 +0000 |
| commit | f91ef2e9f1ac7c2a1fc2e71423b0f09ba89a63cd (patch) | |
| tree | d23111e4a7390583f4e4de17fbe916a85f56da05 /Gemfile.lock | |
| parent | e97cd3ea94883f487317bd1f8e6289448b9d7fe1 (diff) | |
| parent | 972f990b336ed2f3feaa2f043dec4f919f17f34c (diff) | |
Merge branch 'dev-docs' into 'master'
Update README instructions to run tests in docker container
See merge request gitlab-org/security-products/license-management!149
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 |
