forked from cloudfoundry-attic/dea_ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
46 lines (37 loc) · 1.16 KB
/
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
38
39
40
41
42
43
44
45
46
source "https://rubygems.org"
gem "eventmachine"
gem "em-http-request"
gem "em-warden-client", :git => "https://github.com/cloudfoundry/warden.git"
gem "warden-client", :git => "https://github.com/cloudfoundry/warden.git"
gem "warden-protocol", :git => "https://github.com/cloudfoundry/warden.git"
gem "container_tools", :git => "https://github.com/cloudfoundry/container_tools.git"
gem "nats", :require => "nats/client"
gem "rack", :require => %w[rack/utils rack/mime]
gem "rake"
gem "thin"
gem "yajl-ruby", :require => %w[yajl yajl/json_gem]
gem "grape", :git => "https://github.com/intridea/grape.git"
gem "vcap_common", :git => "https://github.com/cloudfoundry/vcap-common.git"
gem "steno", "~> 1.1.0", :git => "https://github.com/cloudfoundry/steno.git"
gem "uuidtools", "~> 2.1.2"
gem "nokogiri", ">= 1.4.4"
gem "vmstat"
gem "loggregator_emitter", "~> 0.0.12.pre"
gem "loggregator_messages", "~> 0.0.5.pre"
gem "sys-filesystem"
group :test do
gem "debugger"
gem "timecop"
gem "patron"
gem "foreman"
gem "sinatra"
gem "librarian"
gem "rspec"
gem "rack-test"
gem "rcov"
gem "ci_reporter"
gem "net-ssh"
gem "webmock"
gem "rubyzip"
gem "debugger"
end