mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 04:07:58 +00:00
Restore irb to warning target
Users should add `irb` to their Gemfile. `Gem::BUNDLED_GEMS.force_activate 'irb'` is workaround for short term.
This commit is contained in:
parent
ca9c61800b
commit
6afac93c5c
Notes:
git
2026-01-15 08:21:04 +00:00
@ -2,7 +2,7 @@ class Binding
|
|||||||
# :nodoc:
|
# :nodoc:
|
||||||
def irb(...)
|
def irb(...)
|
||||||
suppress = Thread.current[:__bundled_gems_warning_suppression]
|
suppress = Thread.current[:__bundled_gems_warning_suppression]
|
||||||
Thread.current[:__bundled_gems_warning_suppression] = ['irb', 'reline', 'rdoc']
|
Thread.current[:__bundled_gems_warning_suppression] = ['reline', 'rdoc']
|
||||||
|
|
||||||
begin
|
begin
|
||||||
require 'irb'
|
require 'irb'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user