Actions
Bug #19886
closed"default->bundled gem" warning is not shown under "bundle exec"
Description
$ cat Gemfile
source "https://rubygems.org"
$ cat test.rb
require "base64"
$ bundle exec ruby test.rb
$
In this situation, bundle exec ruby test.rb
should print a warning: base64 which will be not part of the default gems since Ruby 3.4.0.
Note that ruby test.rb
shows the warning, which is not needed (see #19885).
$ ruby test.rb
test.rb:1: warning: base64 which will be not part of the default gems since Ruby 3.4.0
Actions
Like0
Like0Like0