summaryrefslogtreecommitdiff
path: root/spec/bundler/runtime
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2024-01-25 16:44:08 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-01-29 12:15:26 +0900
commit5f9c1200734ff3291e4b3d93a4d48158ef8b5ae6 (patch)
tree16a346108715104160a869412a9d44aa4d5026c0 /spec/bundler/runtime
parentf3123f8af2c79d3e40719865fc3700277fe1ae72 (diff)
[rubygems/rubygems] Remove no longer needed uri install during specs
https://github.com/rubygems/rubygems/commit/7f35dc19c5
Diffstat (limited to 'spec/bundler/runtime')
-rw-r--r--spec/bundler/runtime/inline_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/bundler/runtime/inline_spec.rb b/spec/bundler/runtime/inline_spec.rb
index 22831fc354..ffac30d6d8 100644
--- a/spec/bundler/runtime/inline_spec.rb
+++ b/spec/bundler/runtime/inline_spec.rb
@@ -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"