forked from github/github-services
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
20 lines (19 loc) · 639 Bytes
/
Gemfile
File metadata and controls
20 lines (19 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source "http://rubygems.org"
gem "activesupport", "2.2.2"
gem "amqp", "0.6.7", :require => 'mq'
gem "httparty", "0.7.4"
gem "json", "~> 1.5.1"
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.3.1"
gem "tmail", "1.2.3.1"
gem "xml-simple", "1.0.11", :require => 'xmlsimple'
gem "xmpp4r-simple", "0.8.4"
#gem "yammer4r", "0.1.5"
gem "ruby-hmac", "0.4.0"
gem "thin", "1.2.2"
gem "faraday", "~> 0.7.0"
gem "rake", "0.8.7"