watir-screenshot-stitch icon indicating copy to clipboard operation
watir-screenshot-stitch copied to clipboard

Binding of caller dependencies incompatible with pry-stack-explorer

Open EthanZeigler opened this issue 3 years ago • 2 comments

Description watir-screenshot-stitch depends on binding-of-caller ~> 0.7, which makes it incompatible with pry-stack-explorer's binding-of-caller ~> 1.0 This makes debugging selenium based projects difficult.

Ask Upgrade binding of caller dependency to make compatible with pry-stack-explorer

EthanZeigler avatar Jul 27 '21 21:07 EthanZeigler

I must comment your gem in my gemfile, I have an error if not :+1:

path/ruby/3.0.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in require': cannot load such file -- binding_of_caller.so (LoadError)`

With rails (6.1.4.1)

Its probably the same problem as you @EthanZeigler , so I post here instead of create a new topic...

MatrixFr avatar Oct 04 '21 23:10 MatrixFr

I must comment your gem in my gemfile, I have an error if not 👍

path/ruby/3.0.0/gems/activesupport-6.1.4.1/lib/active_support/dependencies.rb:332:in require': cannot load such file -- binding_of_caller.so (LoadError)`

With rails (6.1.4.1)

Its probably the same problem as you @EthanZeigler , so I post here instead of create a new topic...

It's almost certainly a different problem. I'm describing a dependency version mismatch. What you have is probably a bad installation.

EthanZeigler avatar Oct 05 '21 04:10 EthanZeigler