Skip to content

Commit 4ec37c4

Browse files
Merge pull request #7257 from rubygems/follow-to-no-longer-add-a-rubygems-constraint-on-prereleases
Remove no longer needed gem installation during spec
2 parents 247e082 + cf1ce87 commit 4ec37c4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bundler/spec/runtime/inline_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,9 +603,6 @@ def confirm(msg, newline = nil)
603603

604604
realworld_system_gems "timeout uri" # this spec uses net/http which requires these default gems
605605

606-
# on prerelease rubies, a required_rubygems_version constraint is added by RubyGems to the resolution, causing Molinillo to load the `set` gem
607-
realworld_system_gems "set --version 1.0.3" if Gem.ruby_version.prerelease?
608-
609606
script <<-RUBY, dir: tmp("path_without_gemfile"), env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }
610607
require "bundler/inline"
611608

0 commit comments

Comments
 (0)