summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 6a32a7bd3ae03c907c1dca2abae8328126ecf55d (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true
source "https://rubygems.org"

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"
end