2020-01-27 10:08:51 -05:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2020-03-18 11:09:45 -04:00
|
|
|
# Make sure to run `make` (in this directory) when you update this file.
|
2020-01-27 10:08:51 -05:00
|
|
|
source 'https://rubygems.org'
|
|
|
|
|
|
|
|
gem 'overcommit'
|
|
|
|
gem 'gitlab-styles', '~> 3.1.0', require: false
|
|
|
|
gem 'scss_lint', '~> 0.56.0', require: false
|
|
|
|
gem 'haml_lint', '~> 0.34.0', require: false
|