binding_of_caller icon indicating copy to clipboard operation
binding_of_caller copied to clipboard

Deprecation Warning on RubyVM::DebugInspector

Open prpetten opened this issue 1 year ago • 1 comments

Just started getting this deprecation warning.

.rbenv/versions/3.0.5/lib/ruby/gems/3.0.0/gems/binding_of_caller-1.0.0/lib/binding_of_caller/mri.rb:21: warning: constant RubyVM::DebugInspector is deprecated

Looking into it a bit, it looks like debug_inspector updated its name and usage in a recent release.

https://github.com/banister/debug_inspector/pull/37

prpetten avatar Jan 30 '24 05:01 prpetten

Created a PR for this

#86

prpetten avatar Jan 30 '24 06:01 prpetten

Released in v 1.0.1

prpetten avatar Mar 07 '24 20:03 prpetten