We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 247e082 + cf1ce87 commit 4ec37c4Copy full SHA for 4ec37c4
bundler/spec/runtime/inline_spec.rb
@@ -603,9 +603,6 @@ def confirm(msg, newline = nil)
603
604
realworld_system_gems "timeout uri" # this spec uses net/http which requires these default gems
605
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
-
609
script <<-RUBY, dir: tmp("path_without_gemfile"), env: { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }
610
require "bundler/inline"
611
0 commit comments