forked from hy/HyWay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
49 lines (32 loc) · 741 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
source 'https://rubygems.org'
ruby '2.0.0'
# ruby '2.0.0', :engine => "rbx", :engine_version => "2.0.0.n265"
# ruby '1.9.3', engine: 'jruby', engine_version: '1.7.8'
gem 'sinatra'
gem 'sinatra-graph'
gem 'puma'
# gem 'thin'
gem 'neography'
gem 'hiredis'
gem 'redis'
gem 'mongo'
gem 'bson'
gem 'bson_ext'
gem 'twilio-ruby'
gem 'builder'
gem 'twitter'
gem 'oauth'
gem 'temporals'
gem 'google-api-client'
gem 'json'
gem 'dropbox-sdk'
gem 'pony'
gem 'haml'
# Eventually pick one of rest-client, httparty, httpclient or etc.
# http://www.slideshare.net/HiroshiNakamura/rubyhttp-clients-comparison
gem 'rest-client'
gem 'multimap'
gem 'httparty'
gem 'httpclient'
# To ensure / invoke security patch . . .
gem 'psych', '~> 2.0.5'