Sha256: 63dbae17bbf6281430ac429118513f3799eaf0465a11ae98308563de4a0b15cf

Contents?: true

Size: 715 Bytes

Versions: 40

Compression:

Stored size: 715 Bytes

Contents

# frozen_string_literal: true
# Capistrano task for Bundler.
#
# Add "require 'bundler/capistrano'" in your Capistrano deploy.rb, and
# Bundler will be activated after each new deployment.
require "bundler/deployment"
require "capistrano/version"

if defined?(Capistrano::Version) && Gem::Version.new(Capistrano::Version).release >= Gem::Version.new("3.0")
  raise "For Capistrano 3.x integration, please use http://github.com/capistrano/bundler"
end

Capistrano::Configuration.instance(:must_exist).load do
  before "deploy:finalize_update", "bundle:install"
  Bundler::Deployment.define_task(self, :task, :except => { :no_release => true })
  set :rake, lambda { "#{fetch(:bundle_cmd, "bundle")} exec rake" }
end

Version data entries

40 entries across 40 versions & 3 rubygems

Version Path
rubygems-update-2.6.14 bundler/lib/bundler/capistrano.rb
rubygems-update-2.6.13 bundler/lib/bundler/capistrano.rb
bundler-1.15.4 lib/bundler/capistrano.rb
bundler-1.15.3 lib/bundler/capistrano.rb
bundler-1.15.2 lib/bundler/capistrano.rb
bundler-1.15.1 lib/bundler/capistrano.rb
bundler-1.15.0 lib/bundler/capistrano.rb
bundler-1.15.0.pre.4 lib/bundler/capistrano.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/bundler-1.14.6/lib/bundler/capistrano.rb
bundler-1.15.0.pre.3 lib/bundler/capistrano.rb
rubygems-update-2.6.12 bundler/lib/bundler/capistrano.rb
bundler-1.15.0.pre.2 lib/bundler/capistrano.rb
bundler-1.15.0.pre.1 lib/bundler/capistrano.rb
rubygems-update-2.6.11 bundler/lib/bundler/capistrano.rb
bundler-1.14.6 lib/bundler/capistrano.rb
bundler-1.14.5 lib/bundler/capistrano.rb
bundler-1.14.4 lib/bundler/capistrano.rb
bundler-1.14.3 lib/bundler/capistrano.rb
rubygems-update-2.6.10 bundler/lib/bundler/capistrano.rb
bundler-1.14.2 lib/bundler/capistrano.rb