[rubygems/rubygems] Remove no longer needed gem install during test

https://github.com/rubygems/rubygems/commit/bdb78d8289
This commit is contained in:
David Rodríguez 2023-12-12 17:13:30 +01:00 committed by Hiroshi SHIBATA
parent 20d99a2f5f
commit 5323935f57

View File

@ -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"