Module: Bundler

Defined in:
lib/ndr_dev_support/capistrano/bundler_deployment.rb

Overview

Redefine deployment helpers for Capistrano 2, previously defined in bundler < 4 cf. blog.rubygems.org/2025/12/03/upgrade-to-rubygems-bundler-4.html Code copied from bundler 2 source files bundler/deployment.rb and bundler/capistrano.rb then modified to support bundler >= 2 rubocop:disable Style/Documentation, Metrics/AbcSize, Metrics/MethodLength, Style/StringLiterals, Style/SymbolArray, Style/RaiseArgs, Layout/EmptyLineAfterGuardClause, Style/StringLiteralsInInterpolation, Style/Lambda

Defined Under Namespace

Classes: Deployment