forked from cloudfoundry/vcap-common
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
161 lines (156 loc) · 3.51 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
153
154
155
156
157
158
159
160
161
GIT
remote: git://github.com/cloudfoundry/cf-message-bus.git
revision: dbc2fc6e71b70980d6d4559b39ed9451449140eb
specs:
cf-message-bus (0.0.5)
eventmachine (~> 1.0.0)
nats (= 0.4.26)
vcap-concurrency
vcap-concurrency
yajl-ruby
GIT
remote: git://github.com/cloudfoundry/vcap-concurrency.git
revision: dfddfb0bc0e599b94390ef8c026f71c4ddc323f7
specs:
vcap-concurrency (0.1.0)
PATH
remote: .
specs:
vcap_common (2.2.2)
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
uuidtools
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.13)
backports (3.3.3)
builder (3.2.2)
columnize (0.3.6)
cookiejar (0.3.0)
crack (0.4.0)
safe_yaml (~> 0.9.0)
daemons (1.1.9)
debugger (1.6.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.2.1)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.2.3)
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)
httpclient (2.3.4.1)
i18n (0.6.5)
json (1.8.0)
json_pure (1.8.0)
membrane (0.0.2)
mime-types (1.25)
minitest (4.7.5)
msgpack (0.5.5)
multi_json (1.8.0)
multi_xml (0.5.5)
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 (0.9.6)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
safe_yaml (0.9.3)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
squash_ruby (1.2.0)
json
steno (1.2.2)
fluent-logger
grape
yajl-ruby (~> 1.0)
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)
tzinfo (0.3.37)
uuidtools (2.1.4)
virtus (0.5.5)
backports (~> 3.3)
descendants_tracker (~> 0.0.1)
vmstat (2.0.0)
webmock (1.12.3)
addressable (>= 2.2.7)
crack (>= 0.3.2)
yajl-ruby (1.1.0)
PLATFORMS
ruby
DEPENDENCIES
cf-message-bus!
debugger
rake (~> 0.9.2)
rspec
sinatra
vcap-concurrency!
vcap_common!
webmock