From fc5dbea4c3aca71b97db22b47b934454705ceed8 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 20 Jul 2023 11:38:52 +0900 Subject: [rubygems/rubygems] Added Ruby version for bundled gems to warnings https://github.com/rubygems/rubygems/commit/d61c1362e7 --- spec/bundler/runtime/setup_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/bundler/runtime/setup_spec.rb b/spec/bundler/runtime/setup_spec.rb index ed2a2e9974..f1ea79512f 100644 --- a/spec/bundler/runtime/setup_spec.rb +++ b/spec/bundler/runtime/setup_spec.rb @@ -1567,7 +1567,7 @@ end require 'csv' R - expect(err).to include("csv is not part of the bundle") + expect(err).to include("csv is not part of the default gems") end it "don't warn with bundled gems when it's declared in Gemfile" do -- cgit v1.2.3