diff options
| author | mo khan <mo.khan@gmail.com> | 2020-09-16 17:19:55 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-09-16 17:19:55 -0600 |
| commit | 20595e44b91a72dc39f72090bf9aed3b7db2a1bc (patch) | |
| tree | 834a87f83ec44e44f090e264887a8d0413abac1e /Gemfile | |
| parent | 46b002a96345ce18b0f7a95ef00fca1c34cb9298 (diff) | |
test: add spec to validate the dependency_scanning report schema
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ # frozen_string_literal: true source "https://rubygems.org" -gem "rspec", "~> 3.9" - group :test do + gem "rspec", "~> 3.9" + gem "gitlab-styles", "~> 4.3" + gem "json-schema", "~> 2.8" gem "rubocop", "~> 0.82" gem "rubocop-rspec", "~> 1.41" - gem 'gitlab-styles', '~> 4.3' end |
