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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Shushlin <v.shushlin@gmail.com>2022-04-13 11:35:06 +0300
committerVladimir Shushlin <v.shushlin@gmail.com>2022-04-13 11:48:19 +0300
commita3fca52ac750825c3a9eeddcf408f127711932cc (patch)
tree2ca7ad85292fecd276b66ba2ba340326cbd2b12b /Gemfile
parent189eeedc91148c9c217374d9292bba740a1f801c (diff)
Add dangerbot to enable reviewer roulette
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 00000000..dc7155fb
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+source 'https://rubygems.org'
+
+group :development, :test, :danger do
+ gem 'gitlab-dangerfiles', '~> 3.0', require: false
+end