diff options
Diffstat (limited to 'lib/bundler/capistrano.rb')
| -rw-r--r-- | lib/bundler/capistrano.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bundler/capistrano.rb b/lib/bundler/capistrano.rb new file mode 100644 index 0000000000..6d2437d895 --- /dev/null +++ b/lib/bundler/capistrano.rb @@ -0,0 +1,4 @@ +# frozen_string_literal: true + +require_relative "shared_helpers" +Bundler::SharedHelpers.feature_removed! "The Bundler task for Capistrano. Please use https://github.com/capistrano/bundler" |
