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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-22 01:08:36 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-22 01:09:33 +0400
commita261c5fc94c92f231852c24e1db9084b8a7e7b01 (patch)
treec13561e47b99f707eb6d2efe2f8fa9664712fae2
parentba0d8842f5398f83be3083f9e277c44a74fd7f58 (diff)
Fix upgrader
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--lib/gitlab/upgrader.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/upgrader.rb b/lib/gitlab/upgrader.rb
index 0fe4888665d..0846359f9b1 100644
--- a/lib/gitlab/upgrader.rb
+++ b/lib/gitlab/upgrader.rb
@@ -1,3 +1,4 @@
+require_relative "popen"
require_relative "version_info"
module Gitlab