forked from cloudfoundry-attic/dea_ng
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
36 lines (29 loc) · 938 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
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 "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", :git => "https://github.com/cloudfoundry/steno.git"
gem 'uuidtools', '~> 2.1.2'
gem 'nokogiri', '>= 1.4.4'
gem "vcap_logging", "0.1.4"
gem "sys-filesystem"
group :test do
gem "timecop"
gem "patron"
gem "foreman"
gem "sinatra"
gem "librarian"
gem "rspec"
gem "rack-test"
gem "rcov"
gem "ci_reporter"
end