From 0eb8b9fed2aa783d4af2355bc84e70f42a457125 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Wed, 15 Aug 2012 01:33:47 +0200 Subject: [PATCH] for some reason gh is not loaded in production --- lib/travis/api/app.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/travis/api/app.rb b/lib/travis/api/app.rb index b89a1686..b64e99c5 100644 --- a/lib/travis/api/app.rb +++ b/lib/travis/api/app.rb @@ -8,6 +8,7 @@ require 'rack' require 'rack/protection' require 'active_record' require 'redis' +require 'gh' # Rack class implementing the HTTP API. # Instances respond to #call.