debian-mirror-gitlab/tooling/overcommit/Gemfile

9 lines
245 B
Ruby
Raw Normal View History

2020-03-13 15:44:24 +05:30
# frozen_string_literal: true
2020-04-22 19:07:51 +05:30
# Make sure to run `make` (in this directory) when you update this file.
2020-03-13 15:44:24 +05:30
source 'https://rubygems.org'
gem 'overcommit'
2021-03-08 18:12:59 +05:30
gem 'gitlab-styles', '~> 5.4.0', require: false
2020-03-13 15:44:24 +05:30
gem 'haml_lint', '~> 0.34.0', require: false