From ce19fb50b3d0e04412f3aff66d0d7241b9f888d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= <2887858+deivid-rodriguez@users.noreply.github.com> Date: Tue, 9 Sep 2025 14:36:23 +0200 Subject: [rubygems/rubygems] Add missing part in `bundle cache --path` removal message https://github.com/rubygems/rubygems/commit/f5bf473b34 --- lib/bundler/cli.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb index 0d993e5702..0a08940bf6 100644 --- a/lib/bundler/cli.rb +++ b/lib/bundler/cli.rb @@ -428,7 +428,8 @@ module Bundler removed_message = "The `--path` flag has been removed because its semantics were unclear. " \ "Use `bundle config cache_path` to configure the path of your cache of gems, " \ - "and `bundle config path` to configure the path where your gems are installed." + "and `bundle config path` to configure the path where your gems are installed, " \ + "and stop using this flag" SharedHelpers.major_deprecation 2, message, removed_message: removed_message end -- cgit v1.2.3