Skip to content

Commit 6afac93

Browse files
committed
Restore irb to warning target
Users should add `irb` to their Gemfile. `Gem::BUNDLED_GEMS.force_activate 'irb'` is workaround for short term.
1 parent ca9c618 commit 6afac93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prelude.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Binding
22
# :nodoc:
33
def irb(...)
44
suppress = Thread.current[:__bundled_gems_warning_suppression]
5-
Thread.current[:__bundled_gems_warning_suppression] = ['irb', 'reline', 'rdoc']
5+
Thread.current[:__bundled_gems_warning_suppression] = ['reline', 'rdoc']
66

77
begin
88
require 'irb'

0 commit comments

Comments
 (0)