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
Gemfile
... ... @@ -54,6 +54,8 @@ gem 'xmpp4r'
54 54 gem 'hoi'
55 55 # Pushover (iOS Push notifications)
56 56 gem 'rushover'
  57 +# Hubot
  58 +gem 'faraday'
57 59  
58 60 # Authentication
59 61 # ---------------------------------------
... ...
Gemfile.lock
... ... @@ -344,6 +344,7 @@ DEPENDENCIES
344 344 email_spec
345 345 execjs
346 346 fabrication (~> 1.3.0)
  347 + faraday
347 348 foreman
348 349 gitlab!
349 350 haml
... ...