aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-07-20 11:38:52 +0900
committergit <svn-admin@ruby-lang.org>2023-07-25 06:23:26 +0000
commitfc5dbea4c3aca71b97db22b47b934454705ceed8 (patch)
tree365172f958978fcc35f30d86e5bafda8dde42772 /spec
parentec600332fcf60a0d54cf5de1051d189270931ee3 (diff)
downloadruby-fc5dbea4c3aca71b97db22b47b934454705ceed8.tar.gz
[rubygems/rubygems] Added Ruby version for bundled gems to warnings
https://github.com/rubygems/rubygems/commit/d61c1362e7
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/runtime/setup_spec.rb2
1 files changed, 1 insertions, 1 deletions
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