Skip to content

Commit ceed824

Browse files
committed
Merge pull request joelmoss#20 from goodtouch/allow_capistrano_rsync_with_remote_cache_strategy
Allow capistrano_rsync_with_remote_cache_strategy
2 parents 73a11d9 + 8666e9e commit ceed824

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ gem 'faraday-stack'
2424
gem 'faraday_middleware'
2525
gem 'capistrano', '~> 2.11'
2626
gem 'capistrano_colors'
27+
gem 'capistrano_rsync_with_remote_cache'
2728
gem 'grit'
2829
gem 'dotiw'
2930
gem 'inherited_resources'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ GEM
4242
net-ssh (>= 2.0.14)
4343
net-ssh-gateway (>= 1.1.0)
4444
capistrano_colors (0.5.5)
45+
capistrano_rsync_with_remote_cache (2.4.0)
46+
capistrano (>= 2.1.0)
4547
celluloid (0.10.0)
4648
chronic (0.6.7)
4749
coffee-rails (3.2.2)
@@ -254,6 +256,7 @@ DEPENDENCIES
254256
ansible
255257
capistrano (~> 2.11)
256258
capistrano_colors
259+
capistrano_rsync_with_remote_cache
257260
coffee-rails (~> 3.2.1)
258261
database_cleaner
259262
delayed_job

0 commit comments

Comments
 (0)