From 6cd3751669cdfd90921c0f76466e8c98b3923726 Mon Sep 17 00:00:00 2001 From: Stephen Crosby Date: Fri, 5 Sep 2014 18:05:41 -0700 Subject: [PATCH] add lighthouse issue tracker as a gem --- Gemfile | 1 + Gemfile.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9c58c55..db2cbec 100644 --- a/Gemfile +++ b/Gemfile @@ -29,6 +29,7 @@ gem 'draper', :require => false gem 'errbit_plugin' gem 'errbit_github_plugin' +gem 'errbit_lighthouse_plugin' # Notification services # --------------------------------------- diff --git a/Gemfile.lock b/Gemfile.lock index ce9402a..443d00e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,10 @@ GEM errbit_github_plugin (0.1.0) errbit_plugin octokit - errbit_plugin (0.3.0) + errbit_lighthouse_plugin (0.1.0) + errbit_plugin (~> 0) + lighthouse-api (~> 2) + errbit_plugin (0.4.0) erubis (2.7.0) execjs (2.0.2) fabrication (2.9.0) @@ -138,6 +141,9 @@ GEM launchy (2.3.0) addressable (~> 2.3) libv8 (3.16.14.3) + lighthouse-api (2.0) + activeresource (>= 3.0.0) + activesupport (>= 3.0.0) mail (2.5.4) mime-types (~> 1.16) treetop (~> 1.4.8) @@ -345,6 +351,7 @@ DEPENDENCIES draper email_spec errbit_github_plugin + errbit_lighthouse_plugin errbit_plugin execjs fabrication -- libgit2 0.21.2