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.
set
1 parent f9a51e4 commit c5b2960Copy full SHA for c5b2960
bundler/spec/runtime/inline_spec.rb
@@ -451,6 +451,9 @@ def confirm(msg, newline = nil)
451
452
realworld_system_gems "timeout uri" # this spec uses net/http which requires these default gems
453
454
+ # on prerelease rubies, a required_rubygems_version constraint is added by RubyGems to the resolution, causing Molinillo to load the `set` gem
455
+ realworld_system_gems "set --version 1.0.3" if Gem.ruby_version.prerelease?
456
+
457
script <<-RUBY, :dir => tmp("path_without_gemfile"), :env => { "BUNDLER_GEM_DEFAULT_DIR" => system_gem_path.to_s }
458
require "bundler/inline"
459
0 commit comments