blob: 615da316fd526e83cf0f71092db72d6962ccf467 (
plain)
1
2
3
4
5
6
7
8
9
|
# frozen_string_literal: true
# Make sure to run `make` (in this directory) when you update this file.
source 'https://rubygems.org'
gem 'overcommit'
gem 'gitlab-styles', '~> 4.3.0', require: false
gem 'scss_lint', '~> 0.56.0', require: false
gem 'haml_lint', '~> 0.34.0', require: false
|