From 22a416a3bbdcd868ad20f51ac690bef9f85303e7 Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Tue, 23 Aug 2022 03:26:36 +0000 Subject: [PATCH] [rubygems/rubygems] Bundler: update the link suggested on error with the new one Also typo is fixed. Signed-off-by: Takuya Noguchi https://github.com/rubygems/rubygems/commit/9c1ea52ddf --- lib/bundler.rb | 4 ++-- spec/bundler/bundler/bundler_spec.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/bundler.rb b/lib/bundler.rb index 79f65ccbe1..24785ef5eb 100644 --- a/lib/bundler.rb +++ b/lib/bundler.rb @@ -331,9 +331,9 @@ module Bundler FileUtils.remove_entry_secure(path) if path && File.exist?(path) rescue ArgumentError message = <