diff --git a/health_manager/Gemfile b/health_manager/Gemfile index 7429f14..6ca8d62 100644 --- a/health_manager/Gemfile +++ b/health_manager/Gemfile @@ -11,7 +11,7 @@ gem 'thin' gem 'yajl-ruby', :require => ['yajl', 'yajl/json_gem'] gem 'vcap_common', '>= 1.0.10' -gem 'vcap_logging', :require => ['vcap/logging'] +gem "vcap_logging", "~> 1.0.0", :git => 'git://github.com/cloudfoundry/common.git', :ref => 'e36886a189b82f88' gem 'cf-uaa-client', '>= 0.0.8' group :test do diff --git a/health_manager/Gemfile.lock b/health_manager/Gemfile.lock index 08e5dff..dba6305 100644 --- a/health_manager/Gemfile.lock +++ b/health_manager/Gemfile.lock @@ -1,3 +1,11 @@ +GIT + remote: git://github.com/cloudfoundry/common.git + revision: e36886a189b82f880a5aa3e9169712d5d9048a88 + ref: e36886a189b82f88 + specs: + vcap_logging (1.0.1) + rake + GEM remote: http://rubygems.org/ specs: @@ -52,8 +60,6 @@ GEM posix-spawn (~> 0.3.6) thin (~> 1.3.1) yajl-ruby (~> 0.8.3) - vcap_logging (1.0.1) - rake yajl-ruby (0.8.3) PLATFORMS @@ -72,5 +78,5 @@ DEPENDENCIES rspec thin vcap_common (>= 1.0.10) - vcap_logging + vcap_logging (~> 1.0.0)! yajl-ruby diff --git a/health_manager/vendor/cache/vcap_common-1.0.10.gem b/health_manager/vendor/cache/vcap_common-1.0.10.gem index 2ef5c4c..43f802c 100644 Binary files a/health_manager/vendor/cache/vcap_common-1.0.10.gem and b/health_manager/vendor/cache/vcap_common-1.0.10.gem differ diff --git a/health_manager/vendor/cache/vcap_logging-1.0.1.gem b/health_manager/vendor/cache/vcap_logging-1.0.1.gem deleted file mode 100644 index 3eb9247..0000000 Binary files a/health_manager/vendor/cache/vcap_logging-1.0.1.gem and /dev/null differ