From f8db9b697fcdcd0eaf1268b2cc6143039ed14ca9 Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Tue, 18 Jul 2017 18:25:09 -0500 Subject: Deprecate the vlad & capistrano tasks --- lib/bundler/capistrano.rb | 4 ++++ lib/bundler/vlad.rb | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/lib/bundler/capistrano.rb b/lib/bundler/capistrano.rb index 81d457cf26..1b7145b72b 100644 --- a/lib/bundler/capistrano.rb +++ b/lib/bundler/capistrano.rb @@ -1,5 +1,9 @@ # frozen_string_literal: true +require "bundler/shared_helpers" +Bundler::SharedHelpers.major_deprecation 2, + "The Bundler task for Capistrano. Please use http://github.com/capistrano/bundler" + # Capistrano task for Bundler. # # Add "require 'bundler/capistrano'" in your Capistrano deploy.rb, and diff --git a/lib/bundler/vlad.rb b/lib/bundler/vlad.rb index bd2128c73d..68181e7db8 100644 --- a/lib/bundler/vlad.rb +++ b/lib/bundler/vlad.rb @@ -1,5 +1,9 @@ # frozen_string_literal: true +require "bundler/shared_helpers" +Bundler::SharedHelpers.major_deprecation 2, + "The Bundler task for Vlad" + # Vlad task for Bundler. # # Add "require 'bundler/vlad'" in your Vlad deploy.rb, and -- cgit v1.2.1