mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
7 lines
272 B
Ruby
7 lines
272 B
Ruby
# frozen_string_literal: true
|
|
|
|
require_relative "shared_helpers"
|
|
Bundler::SharedHelpers.feature_removed! "Bundler no longer integrates with " \
|
|
"Capistrano, but Capistrano provides its own integration with " \
|
|
"Bundler via the capistrano-bundler gem. Use it instead."
|