From 25e28559c14138318ff3097baececa16e13252b0 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 19 Jan 2024 16:08:38 +0900 Subject: Ignore warnings on the bundled gems repo --- lib/bundled_gems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb index ed4138f0d9..f3e1708e23 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -110,7 +110,7 @@ module Gem::BUNDLED_GEMS return if specs.include?(gem) caller = caller_locations(3, 3).find {|c| c&.absolute_path} return if find_gem(caller&.absolute_path) - elsif SINCE[name] + elsif SINCE[name] && !path gem = true else return -- cgit v1.2.3