From 110f24c47e162db7730757cb4a9b13d1148ec85e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 7 Nov 2025 09:08:50 +0900 Subject: [ruby/rubygems] Restore pathname for rake dev:deps https://github.com/ruby/rubygems/commit/89e95d0f15 --- spec/bundler/support/path.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/bundler/support/path.rb b/spec/bundler/support/path.rb index bbbf5cc908..0a534dd40e 100644 --- a/spec/bundler/support/path.rb +++ b/spec/bundler/support/path.rb @@ -1,5 +1,6 @@ # frozen_string_literal: true +require "pathname" unless defined?(Pathname) require "rbconfig" require_relative "env" -- cgit v1.2.3