From 45591af57c2f1da7a07e7f58008b18443d7084ed Mon Sep 17 00:00:00 2001 From: Maria Shaldybina Date: Thu, 26 Apr 2012 14:41:56 -0700 Subject: [PATCH] [stager] fix npm support cache (remove unnecessary check) Change-Id: I4bdb720c0ef7f28627f83bf4d47795248a6b5046 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ff33199..9278eea 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'yajl-ruby', '>= 0.7.9' gem 'vcap_common', '~> 1.0.8' gem 'vcap_logging', '>= 0.1.3' -gem 'vcap_staging', '~> 0.1.51' +gem 'vcap_staging', '~> 0.1.52' group :test do gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 6f6934c..81c6a61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM yajl-ruby (~> 0.8.3) vcap_logging (1.0.1) rake - vcap_staging (0.1.51) + vcap_staging (0.1.52) nokogiri (>= 1.4.4) rake rspec @@ -68,6 +68,6 @@ DEPENDENCIES sinatra vcap_common (~> 1.0.8) vcap_logging (>= 0.1.3) - vcap_staging (~> 0.1.51) + vcap_staging (~> 0.1.52) webmock yajl-ruby (>= 0.7.9)