diff --git a/Gemfile b/Gemfile index b1cfd7f..1dd6664 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'eventmachine' gem "http_parser.rb", :require => "http/parser" gem "yajl-ruby", :require => ["yajl", "yajl/json_gem"] -gem 'vcap_common', '~> 1.0.4' +gem 'vcap_common', '~> 1.0.6' gem 'vcap_logging', :require => ['vcap/logging'] group :test do diff --git a/Gemfile.lock b/Gemfile.lock index e1e53c8..2c7f611 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GEM daemons (>= 1.0.9) eventmachine (>= 0.12.6) rack (>= 1.0.0) - vcap_common (1.0.4) + vcap_common (1.0.6) eventmachine (~> 0.12.11.cloudfoundry.3) logging (>= 1.5.0) nats (~> 0.4.22.beta.4) @@ -55,6 +55,6 @@ DEPENDENCIES rake rcov rspec - vcap_common (~> 1.0.4) + vcap_common (~> 1.0.6) vcap_logging yajl-ruby