From bf694898582bfc07027a6a4128c63512be824182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Rodr=C3=ADguez?= Date: Wed, 16 Nov 2016 19:20:17 -0300 Subject: Fix gitlab_custom_hook dependencies --- CHANGELOG | 3 +++ lib/gitlab_custom_hook.rb | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 7f899ca..10695fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +v4.0.2 + - Fix gitlab_custom_hook dependencies + v4.0.1 - Add instrumentation to push hooks diff --git a/lib/gitlab_custom_hook.rb b/lib/gitlab_custom_hook.rb index 6f2e901..25385cf 100644 --- a/lib/gitlab_custom_hook.rb +++ b/lib/gitlab_custom_hook.rb @@ -1,4 +1,5 @@ require 'open3' +require_relative 'gitlab_init' require_relative 'gitlab_metrics' class GitlabCustomHook -- cgit v1.2.1