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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2022-03-31 01:52:27 +0300
committerEvan Read <eread@gitlab.com>2022-03-31 01:52:27 +0300
commita895535daa40982bf45322ee28e86635bd4797a9 (patch)
tree0e700f17e86f969fccbab1c91f4493f3f40a3efd /Gemfile
parent4d6e8873f7956a3ac011cd72035af8cf97392fc8 (diff)
Use the `gitlab-dangerfiles` gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 544c7daa..a4e0d7c4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -23,3 +23,7 @@ group :test, :development do
gem 'pry-byebug', '~> 3.9.0', require: false
gem 'gitlab-styles', '~> 7.0.0', require: false
end
+
+group :development, :danger do
+ gem 'gitlab-dangerfiles', '~> 3.0.0', require: false
+end