From 5323935f5799772cf5d18e4e5a2dcce914b4c6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 12 Dec 2023 17:13:30 +0100 Subject: [PATCH] [rubygems/rubygems] Remove no longer needed gem install during test https://github.com/rubygems/rubygems/commit/bdb78d8289 --- spec/bundler/runtime/inline_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/runtime/inline_spec.rb b/spec/bundler/runtime/inline_spec.rb index 4a72e5d19c..7812912f45 100644 --- a/spec/bundler/runtime/inline_spec.rb +++ b/spec/bundler/runtime/inline_spec.rb @@ -601,7 +601,7 @@ RSpec.describe "bundler/inline#gemfile" do realworld_system_gems "pathname --version 0.2.0" - realworld_system_gems "timeout uri" # this spec uses net/http which requires these default gems + realworld_system_gems "uri" # this spec uses net/http which requires this default gem script <<-RUBY, dir: tmp("path_without_gemfile"), env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s } require "bundler/inline"