samnissen / watir-screenshot-stitch

Extends Watir to take full page screenshots of websites.
MIT License
17 stars 7 forks source link

Binding of caller dependencies incompatible with pry-stack-explorer #65

Open EthanZeigler opened 3 years ago

EthanZeigler commented 3 years ago

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

MatrixFr commented 2 years ago

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:inrequire': cannot load such file -- binding_of_caller.so (LoadError)`

Withrails (6.1.4.1)

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

EthanZeigler commented 2 years ago

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:inrequire': cannot load such file -- binding_of_caller.so (LoadError)`

Withrails (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.