diff options
| author | Timothy Andrew <mail@timothyandrew.net> | 2016-05-11 09:52:58 +0530 |
|---|---|---|
| committer | Timothy Andrew <mail@timothyandrew.net> | 2016-05-11 09:52:58 +0530 |
| commit | 2e9742997ddbfaeff350eb5334b7f641a779550c (patch) | |
| tree | 4dacf94eb6b6f67fc5c8b89b117f0babe1c2b8a4 /lib/gitlab.rb | |
| parent | 2768e99ac386598480a7ac5490deee644125dfa1 (diff) | |
| parent | f7d2297c86eb84c2e2fbfa6b3e007da3c7adb5ae (diff) | |
| download | gitlab-ce-2e9742997ddbfaeff350eb5334b7f641a779550c.tar.gz | |
Merge remote-tracking branch 'origin/master' into 2979-personal-access-tokens
Diffstat (limited to 'lib/gitlab.rb')
| -rw-r--r-- | lib/gitlab.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab.rb b/lib/gitlab.rb index 7479e729db1..37f4c34054f 100644 --- a/lib/gitlab.rb +++ b/lib/gitlab.rb @@ -1,4 +1,4 @@ -require 'gitlab/git' +require_dependency 'gitlab/git' module Gitlab def self.com? |
