Skip to content

Commit cf1ce87

Browse files
This constraint is no longer added
1 parent 2c02993 commit cf1ce87

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)