pry / pry-stack_explorer

Walk the stack in a Pry session
Other
454 stars 28 forks source link

Keep pry-stack-explorer available with Ruby 3.0 #55

Closed fursich closed 3 years ago

fursich commented 3 years ago

Hi there,

Thanks a lot for maintaining this useful gem.

I happened to notice bundle install fails with this gem when I upgrade an application to Ruby3. Looks like the dependent gem binding_of_caller has to be updated to 1.0.0 (the relevant PR can be found here)

Also as Ruby 2.7 no longer emits deprecation warnings by default, I placed an explicit setting to turn that on in test environment.

Please advise if there's something I'm missing. I'm happy to work on it if any. Hope that helps!

joallard commented 3 years ago

Looks good to me, thanks!

fursich commented 3 years ago

@joallard Thanks for your swift action!