From 62189d013b99930c39f8bd49ea12292528b8ae4d Mon Sep 17 00:00:00 2001 From: Raffael Schmid Date: Sat, 26 Jan 2013 19:23:15 +0100 Subject: [PATCH] depend on Faraday for the hubot notification service --- Gemfile | 2 ++ Gemfile.lock | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 57811d8..26b8e58 100644 --- a/Gemfile +++ b/Gemfile @@ -54,6 +54,8 @@ gem 'xmpp4r' gem 'hoi' # Pushover (iOS Push notifications) gem 'rushover' +# Hubot +gem 'faraday' # Authentication # --------------------------------------- diff --git a/Gemfile.lock b/Gemfile.lock index 3860a1c..9760757 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -344,6 +344,7 @@ DEPENDENCIES email_spec execjs fabrication (~> 1.3.0) + faraday foreman gitlab! haml -- libgit2 0.21.2