[rubygems/rubygems] Remove no longer needed uri install during specs

https://github.com/rubygems/rubygems/commit/7f35dc19c5
This commit is contained in:
David Rodríguez 2024-01-25 16:44:08 +01:00 коммит произвёл Hiroshi SHIBATA
Родитель f3123f8af2
Коммит 5f9c120073
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -601,8 +601,6 @@ RSpec.describe "bundler/inline#gemfile" do
realworld_system_gems "pathname --version 0.2.0"
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"