Skip to content

Commit b2002d4

Browse files
committed
Fixed missing classname
1 parent ab3c220 commit b2002d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/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)