From a29ead52e169cf702a61ba91cdf301a3bd87d713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 16 Aug 2019 12:08:22 +0200 Subject: [bundler/bundler] Deprecate `--path` flag to `bundle check` https://github.com/bundler/bundler/commit/0a0e7cf5ec --- lib/bundler/cli.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 661985d6e2..9dadbece64 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -156,6 +156,8 @@ module Bundler "Specify a different path than the system default ($BUNDLE_PATH or $GEM_HOME).#{" Bundler will remember this value for future installs on this machine" unless Bundler.feature_flag.forget_cli_options?}" map "c" => "check" def check + remembered_flag_deprecation("path") + require_relative "cli/check" Check.new(options).run end -- cgit v1.2.3