forked from cloudfoundry/cloud_controller_ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
464 lines (456 loc) · 10.5 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
GIT
remote: https://github.com/cloudfoundry/cf-uaa-lib.git
revision: b1e11235dc6cd7d8d4680e005526de37201305ea
ref: b1e11235dc6cd7d8d4680e005526de37201305ea
specs:
cf-uaa-lib (3.1.0)
multi_json
GIT
remote: https://github.com/cloudfoundry/delayed_job_sequel.git
revision: 908f3883e136bdf53d3b7caac1b88710ef1c7742
specs:
delayed_job_sequel (4.1.0)
delayed_job (~> 4.0.0)
sequel (>= 3.38, < 5.0)
tzinfo
GIT
remote: https://github.com/cloudfoundry/vcap-concurrency.git
revision: 2a5b0179642cb3d3e7f912a6453ec5731979d115
ref: 2a5b0179
specs:
vcap-concurrency (0.1.0)
GIT
remote: https://github.com/nats-io/ruby-nats
revision: 8571cf9d685b6063002486614b66a28bad254a64
ref: 8571cf9d685b6063002486614b66a28bad254a64
specs:
nats (0.5.1)
daemons (~> 1.1, >= 1.2.2)
eventmachine (~> 1.0, >= 1.0.7)
json_pure (~> 1.8, >= 1.8.1)
thin (~> 1.6, >= 1.6.3)
GIT
remote: https://github.com/zipmark/rspec_api_documentation.git
revision: de69a7a87adace29f39cbe937ae7bb8da9a4c9c1
specs:
rspec_api_documentation (4.4.0)
activesupport (>= 3.0.0)
json (~> 1.4, >= 1.4.6)
mustache (~> 0.99, >= 0.99.4)
rspec (>= 3.0.0)
GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.2)
actionpack (4.2.5.2)
actionview (= 4.2.5.2)
activesupport (= 4.2.5.2)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5.2)
activesupport (= 4.2.5.2)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activemodel (4.2.5.2)
activesupport (= 4.2.5.2)
builder (~> 3.1)
activesupport (4.2.5.2)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
addressable (2.4.0)
allowy (1.0.0)
activesupport (>= 3.2)
i18n
ast (2.2.0)
awesome_print (1.2.0)
backports (3.6.8)
beefcake (1.0.0)
builder (3.2.2)
byebug (4.0.5)
columnize (= 0.9.0)
cf-message-bus (0.3.4)
eventmachine (~> 1.0.0)
nats (>= 0.5.0, < 0.6)
vcap-concurrency
yajl-ruby
clockwork (1.1.0)
activesupport
tzinfo
cloudfront-signer (3.0.0)
codeclimate-test-reporter (0.4.8)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.0)
columnize (0.9.0)
cookiejar (0.3.0)
crack (0.4.2)
safe_yaml (~> 1.0.0)
daemons (1.2.3)
delayed_job (4.0.6)
activesupport (>= 3.0, < 5.0)
diff-lcs (1.2.5)
docile (1.1.5)
em-http-request (1.1.3)
addressable (>= 2.3.4)
cookiejar (<= 0.3.0)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4)
erubis (2.7.0)
eventmachine (1.0.9.1)
excon (0.48.0)
fakefs (0.8.1)
fission (0.5.0)
CFPropertyList (~> 2.2)
fluent-logger (0.5.1)
msgpack (>= 0.4.4, < 0.6.0, != 0.5.3, != 0.5.2, != 0.5.1, != 0.5.0)
fog (1.37.0)
fog-aliyun (>= 0.1.0)
fog-atmos
fog-aws (>= 0.6.0)
fog-brightbox (~> 0.4)
fog-core (~> 1.32)
fog-dynect (~> 0.0.2)
fog-ecloud (~> 0.1)
fog-google (<= 0.1.0)
fog-json
fog-local
fog-powerdns (>= 0.1.1)
fog-profitbricks
fog-radosgw (>= 0.0.2)
fog-riakcs
fog-sakuracloud (>= 0.0.4)
fog-serverlove
fog-softlayer
fog-storm_on_demand
fog-terremark
fog-vmfusion
fog-voxel
fog-vsphere (>= 0.4.0)
fog-xenserver
fog-xml (~> 0.1.1)
ipaddress (~> 0.5)
fog-aliyun (0.1.0)
fog-core (~> 1.27)
fog-json (~> 1.0)
ipaddress (~> 0.8)
xml-simple (~> 1.1)
fog-atmos (0.1.0)
fog-core
fog-xml
fog-aws (0.9.1)
fog-core (~> 1.27)
fog-json (~> 1.0)
fog-xml (~> 0.1)
ipaddress (~> 0.8)
fog-brightbox (0.10.1)
fog-core (~> 1.22)
fog-json
inflecto (~> 0.0.2)
fog-core (1.36.0)
builder
excon (~> 0.45)
formatador (~> 0.2)
fog-dynect (0.0.3)
fog-core
fog-json
fog-xml
fog-ecloud (0.3.0)
fog-core
fog-xml
fog-google (0.1.0)
fog-core
fog-json
fog-xml
fog-json (1.0.2)
fog-core (~> 1.0)
multi_json (~> 1.10)
fog-local (0.3.0)
fog-core (~> 1.27)
fog-powerdns (0.1.1)
fog-core (~> 1.27)
fog-json (~> 1.0)
fog-xml (~> 0.1)
fog-profitbricks (0.0.5)
fog-core
fog-xml
nokogiri
fog-radosgw (0.0.5)
fog-core (>= 1.21.0)
fog-json
fog-xml (>= 0.0.1)
fog-riakcs (0.1.0)
fog-core
fog-json
fog-xml
fog-sakuracloud (1.7.5)
fog-core
fog-json
fog-serverlove (0.1.2)
fog-core
fog-json
fog-softlayer (1.1.0)
fog-core
fog-json
fog-storm_on_demand (0.1.1)
fog-core
fog-json
fog-terremark (0.1.0)
fog-core
fog-xml
fog-vmfusion (0.1.0)
fission
fog-core
fog-voxel (0.1.0)
fog-core
fog-xml
fog-vsphere (0.6.3)
fog-core
rbvmomi (~> 1.8)
fog-xenserver (0.2.3)
fog-core
fog-xml
fog-xml (0.1.2)
fog-core
nokogiri (~> 1.5, >= 1.5.11)
formatador (0.2.5)
http_parser.rb (0.6.0)
httpclient (2.7.1)
i18n (0.7.0)
inflecto (0.0.2)
ipaddress (0.8.3)
json (1.8.3)
json_pure (1.8.3)
loggregator_emitter (5.0.1)
beefcake (~> 1.0.0)
loofah (2.0.3)
nokogiri (>= 1.5.9)
machinist (1.0.6)
membrane (1.1.0)
method_source (0.8.2)
mime-types (2.6.2)
mini_portile2 (2.0.0)
minitest (5.8.4)
msgpack (0.5.12)
multi_json (1.12.0)
multipart-post (2.0.0)
mustache (0.99.8)
mysql2 (0.3.20)
netaddr (1.5.0)
newrelic_rpm (3.12.0.288)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
parallel (1.3.3)
parallel_tests (1.0.7)
parallel
parser (2.3.1.0)
ast (~> 2.2)
pg (0.16.0)
posix-spawn (0.3.11)
powerpack (0.1.1)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.1.0)
byebug (~> 4.0)
pry (~> 0.10)
public_suffix (1.5.3)
rack (1.6.4)
rack-protection (1.5.3)
rack
rack-test (0.6.3)
rack (>= 1.0)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (4.2.5.2)
actionpack (= 4.2.5.2)
activesupport (= 4.2.5.2)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.1.0)
rake (11.1.2)
rbvmomi (1.8.2)
builder
nokogiri (>= 1.4.1)
trollop
rfc822 (0.1.5)
roodi (4.0.0)
ruby_parser (~> 3.2, >= 3.2.2)
rspec (3.4.0)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-collection_matchers (1.1.2)
rspec-expectations (>= 2.99.0.beta1)
rspec-core (3.4.4)
rspec-support (~> 3.4.0)
rspec-expectations (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-instafail (0.2.5)
rspec
rspec-its (1.1.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
rspec-mocks (3.4.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.4.0)
rspec-rails (3.4.0)
actionpack (>= 3.0, < 4.3)
activesupport (>= 3.0, < 4.3)
railties (>= 3.0, < 4.3)
rspec-core (~> 3.4.0)
rspec-expectations (~> 3.4.0)
rspec-mocks (~> 3.4.0)
rspec-support (~> 3.4.0)
rspec-support (3.4.1)
rubocop (0.39.0)
parser (>= 2.3.0.7, < 3.0)
powerpack (~> 0.1)
rainbow (>= 1.99.1, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-debug-ide (0.6.0)
rake (>= 0.8.1)
ruby-progressbar (1.8.0)
ruby_parser (3.6.3)
sexp_processor (~> 4.1)
safe_yaml (1.0.4)
sequel (4.29.0)
sexp_processor (4.4.4)
simplecov (0.9.1)
docile (~> 1.1.0)
multi_json (~> 1.0)
simplecov-html (~> 0.8.0)
simplecov-html (0.8.0)
sinatra (1.4.7)
rack (~> 1.5)
rack-protection (~> 1.4)
tilt (>= 1.3, < 3)
sinatra-contrib (1.4.7)
backports (>= 2.0)
multi_json
rack-protection
rack-test
sinatra (~> 1.4.0)
tilt (>= 1.3, < 3)
slop (3.6.0)
statsd-ruby (1.2.1)
steno (1.3.4)
fluent-logger
yajl-ruby (~> 1.0)
thin (1.6.4)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (~> 1.0)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2)
timecop (0.7.1)
trollop (2.1.2)
tzinfo (1.2.2)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
unicode-display_width (1.0.5)
uuidtools (2.1.5)
vcap_common (4.0.4)
addressable (~> 2.2)
cookiejar (<= 0.3.0)
em-http-request (~> 1.0)
eventmachine
httpclient
membrane (~> 1.0)
mime-types
multipart-post
nats (>= 0.5.0.beta.16, < 0.6)
posix-spawn (~> 0.3.6)
steno
thin
uuidtools
vmstat (~> 2.0)
yajl-ruby
vmstat (2.1.0)
webmock (1.20.4)
addressable (>= 2.3.6)
crack (>= 0.3.2)
xml-simple (1.1.5)
yajl-ruby (1.2.1)
PLATFORMS
ruby
DEPENDENCIES
actionpack (~> 4.2.5.2)
actionview (~> 4.2.5.2)
activemodel (~> 4.2.5.2)
addressable
allowy
awesome_print
byebug
cf-message-bus (~> 0.3.0)
cf-uaa-lib (~> 3.1.0)!
clockwork
cloudfront-signer
codeclimate-test-reporter
delayed_job_sequel!
eventmachine (~> 1.0.9)
fakefs
fog
httpclient
i18n
loggregator_emitter (~> 5.0)
machinist (~> 1.0.6)
membrane (~> 1.0)
mime-types (~> 2.6.2)
multi_json
mysql2 (= 0.3.20)
nats!
netaddr
newrelic_rpm (= 3.12.0.288)
nokogiri (~> 1.6.2)
parallel_tests
pg (= 0.16.0)
pry-byebug
public_suffix
rack-test
railties (~> 4.2.5.2)
rake
rfc822
roodi
rspec (~> 3.0)
rspec-collection_matchers
rspec-instafail
rspec-its
rspec-rails
rspec_api_documentation!
rubocop
ruby-debug-ide
sequel
sinatra (~> 1.4)
sinatra-contrib
statsd-ruby
steno
thin (~> 1.6.0)
timecop
unf
vcap-concurrency!
vcap_common (~> 4.0.4)
webmock
yajl-ruby
BUNDLED WITH
1.12.4