Skip to content

Commit

Permalink
[stager] fix npm support cache (remove unnecessary check)
Browse files Browse the repository at this point in the history
Change-Id: I4bdb720c0ef7f28627f83bf4d47795248a6b5046
  • Loading branch information
mariash committed Apr 26, 2012
1 parent baa4805 commit 45591af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -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
Expand All @@ -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)

0 comments on commit 45591af

Please sign in to comment.