Skip to content

Commit a6aa8e6

Browse files
deivid-rodriguezhsbt
authored andcommitted
[rubygems/rubygems] Fix spec no longer run since rubygems timeout was renamed
ruby/rubygems@4d0c058e6a
1 parent 3c669e2 commit a6aa8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bundler/runtime/inline_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ def confirm(msg, newline = nil)
595595
skip "timeout isn't a default gem" if default_timeout_version.empty?
596596

597597
# This only works on RubyGems 3.5.0 or higher
598-
ruby "require 'rubygems/timeout'", raise_on_error: false
598+
ruby "require 'rubygems/vendored_timeout'", raise_on_error: false
599599
skip "rubygems under test does not yet vendor timeout" unless last_command.success?
600600

601601
build_repo4 do

0 commit comments

Comments
 (0)