Project

General

Profile

Actions

Bug #19886

closed

"default->bundled gem" warning is not shown under "bundle exec"

Added by mame (Yusuke Endoh) 8 months ago. Updated 5 months ago.

Status:
Closed
Target version:
-
[ruby-core:114785]

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

Also available in: Atom PDF

Like0
Like0Like0