From ae8fd392d5b97c650a44db8bbfad24664aa5e995 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 4 Aug 2023 19:20:39 +0900 Subject: Fixed worng key of bundled_gems list --- lib/bundler/rubygems_integration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb index cd6ff3d673..664cc12bc8 100644 --- a/lib/bundler/rubygems_integration.rb +++ b/lib/bundler/rubygems_integration.rb @@ -254,7 +254,7 @@ module Bundler "inline Gemfile" end be = RUBY_VERSION < ::Gem::BUNDLED_GEMS::SINCE[name] ? "will be" : "is" - warn "#{name} #{be} not part of the default gems since Ruby #{::Gem::BUNDLED_GEMS::SINCE[file]}." \ + warn "#{name} #{be} not part of the default gems since Ruby #{::Gem::BUNDLED_GEMS::SINCE[name]}." \ " Add it to your #{target_file}." end end -- cgit v1.2.3