forked from cloudfoundry-attic/dea_ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
41 lines (33 loc) · 1009 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
38
39
40
41
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', '>= 0.5.0.beta.12', '< 0.6', 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'
gem 'nokogiri'
gem 'vmstat'
gem 'loggregator_emitter'
gem 'sys-filesystem'
group :test do
gem 'ci_reporter'
gem 'debugger'
gem 'foreman'
gem 'net-ssh'
gem 'patron'
gem 'rack-test'
gem 'rspec'
gem 'rspec-fire', require: false
gem 'rubyzip'
gem 'sinatra'
gem 'timecop'
gem 'webmock'
end