summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2025-08-08 10:58:13 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-08-18 12:31:51 +0900
commita6aa8e67f16cafb74cd86d0ba2467755e56bab20 (patch)
treebbf2d8ef0f37239c70d079268cde1d640b90bcc6
parent3c669e2d411d06e0458804f1e1d8bd5e9352172c (diff)
[rubygems/rubygems] Fix spec no longer run since rubygems timeout was renamed
https://github.com/rubygems/rubygems/commit/4d0c058e6a
-rw-r--r--spec/bundler/runtime/inline_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/runtime/inline_spec.rb b/spec/bundler/runtime/inline_spec.rb
index 0467d8b14a..0d4c4df08c 100644
--- a/spec/bundler/runtime/inline_spec.rb
+++ b/spec/bundler/runtime/inline_spec.rb
@@ -595,7 +595,7 @@ RSpec.describe "bundler/inline#gemfile" do
skip "timeout isn't a default gem" if default_timeout_version.empty?
# This only works on RubyGems 3.5.0 or higher
- ruby "require 'rubygems/timeout'", raise_on_error: false
+ ruby "require 'rubygems/vendored_timeout'", raise_on_error: false
skip "rubygems under test does not yet vendor timeout" unless last_command.success?
build_repo4 do