We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3c220 commit b2002d4Copy full SHA for b2002d4
bundler/spec/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