blob: 3344449e82a848e4d699a84dc3d9a33cbb64e19a (
plain)
1
2
3
4
5
6
|
# 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."
|