forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
24 lines (23 loc) · 992 Bytes
/
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
source "http://rubygems.org"
gem "activeresource", "~> 3.0.0"
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.7.0"
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.5.pre"
gem "rake", "0.8.7"
gem "statsd-ruby", "0.3.0.github.1"
gem "twilio-ruby", "3.4.2"
gem "right_aws", "3.0.3"
gem "right_http_connection", "1.3.0"