Commit 62189d013b99930c39f8bd49ea12292528b8ae4d
1 parent
530187bf
Exists in
master
and in
1 other branch
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,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 | # --------------------------------------- |