Fix version of cape

Upgrading to 1.6.0 was breaking deployments.
This commit is contained in:
Miles Gould
2013-01-04 13:01:09 +00:00
parent 26f8367430
commit 075fbae086
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ gem 'gravatar-ultimate'
# for phusion passenger (i.e. mod_rails) on the server
gem 'passenger'
gem 'rake', '>= 10.0.0'
gem 'cape'
gem 'cape', '~> 1.5.0'
gem 'diff-lcs'

View File

@@ -32,7 +32,7 @@ GEM
bcrypt-ruby (3.0.1)
bluecloth (2.2.0)
builder (3.0.4)
cape (1.6.0)
cape (1.5.0)
capistrano (2.13.5)
highline
net-scp (>= 1.0.0)
@@ -191,7 +191,7 @@ PLATFORMS
DEPENDENCIES
bluecloth
bundler (>= 1.1.5)
cape
cape (~> 1.5.0)
capistrano
capistrano-ext
coffee-rails (~> 3.2.1)