forked from librato/librato-services
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
111 lines (109 loc) · 2.27 KB
/
Gemfile.lock
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
airbrake (3.0.9)
activesupport
builder
builder (3.0.0)
daemons (1.1.9)
eventmachine (1.0.0)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.8.8)
faraday (>= 0.7.4, < 0.9)
flowdock (0.3.1)
httparty (~> 0.7)
multi_json
git (1.2.5)
hashie (1.2.0)
hipchat-api (1.0.4)
httparty
honeybadger (1.6.1)
json
http_parser.rb (0.5.3)
httparty (0.9.0)
multi_json (~> 1.0)
multi_xml
i18n (0.6.0)
jeweler (1.6.4)
bundler (~> 1.0)
git (>= 1.2.5)
rake
json (1.7.7)
kgio (2.6.0)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.16)
multi_json (1.0.3)
multi_xml (0.5.1)
multipart-post (1.1.5)
polyglot (0.3.2)
rack (1.5.2)
raindrops (0.7.0)
rake (0.9.2.2)
rcov (0.9.10)
remote_syslog_logger (1.0.3)
syslog_protocol
shotgun (0.9)
rack (>= 1.0)
shoulda (2.11.3)
simple_oauth (0.1.9)
sinatra (1.2.8)
rack (~> 1.1)
tilt (>= 1.2.2, < 2.0)
syslog_protocol (0.9.1)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
tinder (1.9.1)
eventmachine (>= 0.12.0, < 2)
faraday (~> 0.8)
faraday_middleware (~> 0.8)
hashie (~> 1.0)
json (~> 1.6)
mime-types (~> 1.16)
multi_json (~> 1.0)
multipart-post (~> 1.1)
twitter-stream (~> 0.1)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
twitter-stream (0.1.16)
eventmachine (>= 0.12.8)
http_parser.rb (~> 0.5.1)
simple_oauth (~> 0.1.4)
unicorn (4.1.1)
kgio (~> 2.4)
rack
raindrops (~> 0.6)
yajl-ruby (0.8.3)
yard (0.7.3)
PLATFORMS
ruby
DEPENDENCIES
activesupport (~> 3.2.8)
airbrake (~> 3.0.9)
faraday (~> 0.8.4)
flowdock (~> 0.3.1)
hipchat-api (~> 1.0.4)
honeybadger (~> 1.6.1)
jeweler (~> 1.6.4)
mail (~> 2.2)
rake (~> 0.9.2.2)
rcov
remote_syslog_logger (~> 1.0.3)
shotgun (~> 0.8)
shoulda
sinatra (~> 1.2.7)
thin (~> 1.5.0)
tinder (~> 1.9.1)
unicorn
yajl-ruby
yard