Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gems.rb « overcommit « tooling - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c563a23275a91b2fc5e7e81bda38e0a379a47809 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

# Make sure to run `bundle install --gemfile=tooling/overcommit/gems.rb` when you update this file.
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