Skip to content

Commit 016b262

Browse files
hsbtmatzbot
authored andcommitted
[ruby/rubygems] Fixed missing classname
ruby/rubygems@b2002d47d2
1 parent b964168 commit 016b262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/bundler/support/rubygems_ext.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_setup
4343
# sign extension bundles on macOS, to avoid trying to find the specified key
4444
# from the fake $HOME/Library/Keychains directory.
4545
ENV.delete "RUBY_CODESIGN"
46-
ENV["TMPDIR"] = Path.tmpdir.to_s unless ruby_core?
46+
ENV["TMPDIR"] = Path.tmpdir.to_s unless Path.ruby_core?
4747

4848
require "rubygems/user_interaction"
4949
Gem::DefaultUserInteraction.ui = Gem::SilentUI.new

0 commit comments

Comments
 (0)