summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-09-17 10:11:29 -0600
committermo khan <mo.khan@gmail.com>2020-09-17 10:11:29 -0600
commit6a36e3426d50aa2eb19f14a0bd2c0aa53deae141 (patch)
tree263f964848d03121940a40ed4d21a6c7900df87b /Gemfile
parent2a73eabc7d3fc830f1bf82f39caf2f612ed1f31e (diff)
chore: export junit compatible report
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 6a32a7b..5d31804 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,9 +2,10 @@
source "https://rubygems.org"
group :test do
- gem "rspec", "~> 3.9"
gem "gitlab-styles", "~> 4.3"
gem "json-schema", "~> 2.8"
+ gem "rspec", "~> 3.9"
+ gem "rspec_junit_formatter", "~> 0.4"
gem "rubocop", "~> 0.82"
gem "rubocop-rspec", "~> 1.41"
end