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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2019-05-29 17:38:26 +0300
committerLin Jen-Shin <godfat@godfat.org>2019-05-30 14:24:28 +0300
commitc90ba127bf8cdd4ccac9692b6c96fa746314cd55 (patch)
tree480c8fe6e25d71625c3d8c7376851c3a91e572f2 /danger/plugins/helper.rb
parentc8b4edf651009c4603802bf22a66a04d395b4f00 (diff)
Extract roulette to its own module
So it's more modular and extensible
Diffstat (limited to 'danger/plugins/helper.rb')
-rw-r--r--danger/plugins/helper.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/danger/plugins/helper.rb b/danger/plugins/helper.rb
index 581c0720083..2d7a933e801 100644
--- a/danger/plugins/helper.rb
+++ b/danger/plugins/helper.rb
@@ -1,8 +1,5 @@
# frozen_string_literal: true
-require 'net/http'
-require 'yaml'
-
require_relative '../../lib/gitlab/danger/helper'
module Danger