-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
86 lines (83 loc) · 1.72 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
PATH
remote: .
specs:
fluent-plugin-fnordmetric (0.0.1)
fluentd (>= 0.10.7)
fnordmetric (= 1.0.0)
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
bson (1.7.0)
bson_ext (1.7.0)
bson (~> 1.7.0)
cool.io (1.1.0)
iobuffer (>= 1.0.0)
daemons (1.1.9)
em-hiredis (0.1.1)
hiredis (~> 0.4.0)
em-websocket (0.3.8)
addressable (>= 2.1.1)
eventmachine (>= 0.12.9)
eventmachine (1.0.0)
fluentd (0.10.26)
cool.io (~> 1.1.0)
http_parser.rb (~> 0.5.1)
json (>= 1.4.3)
msgpack (~> 0.4.4)
yajl-ruby (~> 1.0)
fnordmetric (1.0.0)
activesupport
bson_ext (>= 1.4.0)
em-hiredis (= 0.1.1)
eventmachine
haml
i18n
json
rack
rack-test
redis (>= 2.2.2)
sinatra (>= 1.2.6)
thin (~> 1.3.0)
websocket-rack (= 0.4.0)
yajl-ruby
haml (3.1.7)
hiredis (0.4.5)
http_parser.rb (0.5.3)
i18n (0.6.1)
iobuffer (1.1.2)
json (1.7.5)
mock_redis (0.5.3)
msgpack (0.4.7)
multi_json (1.3.6)
rack (1.4.1)
rack-protection (1.2.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (0.9.2.2)
redis (3.0.2)
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tilt (1.3.3)
websocket-rack (0.4.0)
em-websocket (~> 0.3.6)
eventmachine (~> 1.0.0.beta.4)
rack
thin
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
fluent-plugin-fnordmetric!
mock_redis
rake (>= 0.9.2)