forked from cloudfoundry/bosh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
37 lines (32 loc) · 752 Bytes
/
Gemfile
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
# Copyright (c) 2009-2012 VMware, Inc.
source :rubygems
gem "highline"
gem "monit_api"
gem "nats", "=0.4.22.beta.4"
gem "netaddr"
gem "blobstore_client", "~> 0.3.13"
gem "posix-spawn"
gem "rake"
gem "rack-test"
gem "ruby-atmos-pure"
gem "sigar", ">=0.7.2"
gem "bosh_encryption", ">=0.0.3"
gem "sinatra"
gem "thin"
gem "uuidtools"
gem "yajl-ruby", :require => "yajl"
group :development do
gem "guard"
gem "guard-bundler"
gem "guard-rspec"
gem "ruby_gntp"
gem "ruby-debug", :platforms => :ruby_18
gem "ruby-debug19", :platforms => :ruby_19
end
group :development, :test do
gem "ci_reporter"
gem "rspec"
gem "rcov", :platforms => :ruby_18
gem "simplecov", :platforms => :ruby_19
gem "simplecov-rcov", :platforms => :ruby_19
end