diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-09-12 15:46:57 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-09-12 16:28:02 +0900 |
commit | 2a1962fc4ad720835fd74ea178d4910d00e51b70 () | |
tree | 25a76c901c23347cd98a50d801c3bb87c7c299c3 /prelude.rb | |
parent | 86fcfcb3c0c8762aef84ccf2f4f4304887f9c72d (diff) |
Warn missing irb cases
Notes: Merged: https://.com/ruby/ruby/pull/11601
-rw-r--r-- | prelude.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,6 +35,8 @@ class Binding Bundler::Definition.no_lock = true Bundler::Runtime.new(nil, definition).setup ensure Bundler.ui = orig_ui Bundler::Definition.no_lock = orig_no_lock |