cloudfoundry/health_manager

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source "http://rubygems.org"

gem "rake"

gem "vcap_common", :git => "git://github.com/cloudfoundry/vcap-common.git"
gem "steno", "~> 1.1.0", :git => "git://github.com/cloudfoundry/steno.git"

gem "eventmachine", "~> 1.0.0"
gem "yajl-ruby"
gem "rest-client"
gem "em-http-request"
gem "cf-message-bus"

group :test do
  gem "sinatra"
  gem "httparty"
  gem "rspec"
  gem "timecop"
end