Skip to content

Commit bdb78d8

Browse files
Remove no longer needed gem install during test
1 parent cdfc692 commit bdb78d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundler/spec/runtime/inline_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ def confirm(msg, newline = nil)
601601

602602
realworld_system_gems "pathname --version 0.2.0"
603603

604-
realworld_system_gems "timeout uri" # this spec uses net/http which requires these default gems
604+
realworld_system_gems "uri" # this spec uses net/http which requires this default gem
605605

606606
script <<-RUBY, dir: tmp("path_without_gemfile"), env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }
607607
require "bundler/inline"

0 commit comments

Comments
 (0)