From f5df47d1f3ec403d057f823375f1dfeea711caa6 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 18 Oct 2022 15:24:42 +0900 Subject: Merge RubyGems/Bundler master https://github.com/rubygems/rubygems/commit/6214d00b2315ed37c76b1fbc1c72f61f92ba5a65 --- spec/bundler/install/gems/resolving_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/bundler/install/gems') diff --git a/spec/bundler/install/gems/resolving_spec.rb b/spec/bundler/install/gems/resolving_spec.rb index 07389aa990..7a5307720f 100644 --- a/spec/bundler/install/gems/resolving_spec.rb +++ b/spec/bundler/install/gems/resolving_spec.rb @@ -187,7 +187,7 @@ RSpec.describe "bundle install with install-time dependencies" do bundle :install, :env => { "DEBUG_RESOLVER_TREE" => "1", "DEBUG" => "1" } - activated_groups = "net_b (1.0) (ruby), net_b (1.0) (#{specific_local_platform})" + activated_groups = "net_b (1.0) (ruby)" expect(out).to include(" net_b"). and include("BUNDLER: Starting resolution"). -- cgit v1.2.3