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!
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!