example/config/deploy/skip_bundle.rb in capistrano-bundle_rsync-0.4.9 vs example/config/deploy/skip_bundle.rb in capistrano-bundle_rsync-0.5.0

- old
+ new

@@ -1,4 +1,8 @@ +if Gem::Version.new(Capistrano::VERSION) < Gem::Version.new('3.7.0') + set :scm, :bundle_rsync +end + set :bundle_rsync_scm, 'git' set :repo_url, 'https://github.com/sonots/try_rails4' set :branch, 'master' set :bundle_rsync_skip_bundle, true