This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Gemfile.lock
152 lines (148 loc) · 3.29 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
GIT
remote: git://github.com/cloudfoundry/steno.git
revision: cc9b5c5e5fd8550554e2a3111e1ccbf179b27efd
specs:
steno (1.1.0)
fluent-logger
grape
yajl-ruby (~> 1.0)
GIT
remote: git://github.com/cloudfoundry/vcap-common.git
revision: 658be8a8f65388c0a182137245c2474b31198f00
specs:
vcap_common (2.2.1)
addressable (~> 2.2)
em-http-request (~> 1.0)
eventmachine
httpclient
membrane (~> 0.0.2)
mime-types
multipart-post
nats (~> 0.4.24)
posix-spawn (~> 0.3.6)
squash_ruby
steno
thin
vmstat (~> 2.0)
yajl-ruby
GEM
remote: http://rubygems.org/
specs:
activesupport (4.0.0)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
thread_safe (~> 0.1)
tzinfo (~> 0.3.37)
addressable (2.3.5)
atomic (1.1.10)
backports (3.3.3)
builder (3.2.2)
cf-message-bus (0.0.4)
eventmachine (~> 1.0.0)
nats (= 0.4.26)
vcap-concurrency
vcap-concurrency
yajl-ruby
cookiejar (0.3.0)
daemons (1.1.9)
descendants_tracker (0.0.1)
diff-lcs (1.2.4)
em-http-request (1.1.0)
addressable (>= 2.3.4)
cookiejar
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0.beta.2)
em-socksify (0.3.0)
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.0.3)
fluent-logger (0.4.6)
msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0)
yajl-ruby (~> 1.0)
grape (0.5.0)
activesupport
builder
hashie (>= 1.2.0)
multi_json (>= 1.3.2)
multi_xml (>= 0.5.2)
rack (>= 1.3.0)
rack-accept
rack-mount
virtus
hashie (2.0.5)
http_parser.rb (0.6.0.beta.2)
httparty (0.11.0)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
httpclient (2.3.3)
i18n (0.6.4)
json (1.8.0)
json_pure (1.8.0)
membrane (0.0.2)
mime-types (1.23)
minitest (4.7.5)
msgpack (0.5.5)
multi_json (1.7.7)
multi_xml (0.5.4)
multipart-post (1.2.0)
nats (0.4.26)
daemons (>= 1.1.5)
eventmachine (>= 0.12.10)
json_pure (>= 1.7.3)
thin (>= 1.4.1)
posix-spawn (0.3.6)
rack (1.5.2)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-protection (1.5.0)
rack
rake (10.1.0)
rest-client (1.6.7)
mime-types (>= 1.16)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
rspec-mocks (~> 2.14.0)
rspec-core (2.14.4)
rspec-expectations (2.14.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.1)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
squash_ruby (1.2.0)
json
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thread_safe (0.1.2)
atomic
tilt (1.4.1)
timecop (0.6.2.2)
tzinfo (0.3.37)
vcap-concurrency (0.1.0)
virtus (0.5.5)
backports (~> 3.3)
descendants_tracker (~> 0.0.1)
vmstat (2.0.0)
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
cf-message-bus
em-http-request
eventmachine (~> 1.0.0)
httparty
rake
rest-client
rspec
sinatra
steno (~> 1.1.0)!
timecop
vcap_common!
yajl-ruby