diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-11-07 09:08:50 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-11-07 20:12:48 +0000 |
| commit | 110f24c47e162db7730757cb4a9b13d1148ec85e (patch) | |
| tree | 4bc6b7e75a8233cbe85914b7e6d61b4c01b573c0 | |
| parent | 2518aa9117907d7ed08f469df596c0be961fc8fe (diff) | |
[ruby/rubygems] Restore pathname for rake dev:deps
https://github.com/ruby/rubygems/commit/89e95d0f15
| -rw-r--r-- | spec/bundler/support/path.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
