We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b964168 commit 016b262Copy full SHA for 016b262
1 file changed
spec/bundler/support/rubygems_ext.rb
@@ -43,7 +43,7 @@ def test_setup
43
# sign extension bundles on macOS, to avoid trying to find the specified key
44
# from the fake $HOME/Library/Keychains directory.
45
ENV.delete "RUBY_CODESIGN"
46
- ENV["TMPDIR"] = Path.tmpdir.to_s unless ruby_core?
+ ENV["TMPDIR"] = Path.tmpdir.to_s unless Path.ruby_core?
47
48
require "rubygems/user_interaction"
49
Gem::DefaultUserInteraction.ui = Gem::SilentUI.new
0 commit comments