forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
28 lines (27 loc) · 1.09 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
source "http://rubygems.org"
gem "activeresource", "~> 3.0.0"
gem "addressable", "~> 2.2.7"
gem "amqp", "0.6.7", :require => 'mq'
gem "httparty", "0.7.4"
gem 'yajl-ruby', '1.1.0', :require => 'yajl/json_gem'
gem "mash", "~> 0.1.1"
gem "mime-types", "~> 1.15", :require => 'mime/types'
gem "oauth", "0.4.4"
gem "sinatra", "~> 1.2.6"
gem "tilt", "~> 1.2.1"
gem "tinder", "1.8.0.github"
gem "mail", "~>2.3"
gem "xml-simple", "1.0.11", :require => 'xmlsimple'
gem "xmpp4r-simple", "0.8.8"
#gem "yammer4r", "0.1.5"
gem "ruby-hmac", "0.4.0"
gem "thin", "1.2.2"
gem "faraday", "0.7.6"
gem "rake", "0.8.7"
gem "SystemTimer"
gem "statsd-ruby", "0.3.0.github.1"
gem "twilio-ruby", "3.4.2"
gem "rack-test", :require => false
gem "right_aws", "3.0.3"
gem "right_http_connection", "1.3.0"
gem "mqtt", "0.0.8"