Commit 62189d013b99930c39f8bd49ea12292528b8ae4d

Authored by Raffael Schmid
1 parent 530187bf
Exists in master and in 1 other branch production

depend on Faraday for the hubot notification service

Showing 2 changed files with 3 additions and 0 deletions   Show diff stats
@@ -54,6 +54,8 @@ gem 'xmpp4r' @@ -54,6 +54,8 @@ gem 'xmpp4r'
54 gem 'hoi' 54 gem 'hoi'
55 # Pushover (iOS Push notifications) 55 # Pushover (iOS Push notifications)
56 gem 'rushover' 56 gem 'rushover'
  57 +# Hubot
  58 +gem 'faraday'
57 59
58 # Authentication 60 # Authentication
59 # --------------------------------------- 61 # ---------------------------------------
@@ -344,6 +344,7 @@ DEPENDENCIES @@ -344,6 +344,7 @@ DEPENDENCIES
344 email_spec 344 email_spec
345 execjs 345 execjs
346 fabrication (~> 1.3.0) 346 fabrication (~> 1.3.0)
  347 + faraday
347 foreman 348 foreman
348 gitlab! 349 gitlab!
349 haml 350 haml