Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pry 0.13.0 breaks guard #957

Closed
kgathi2 opened this issue Mar 25, 2020 · 5 comments
Closed

pry 0.13.0 breaks guard #957

kgathi2 opened this issue Mar 25, 2020 · 5 comments

Comments

@kgathi2
Copy link

kgathi2 commented Mar 25, 2020

Latest pry 0.13.0 break guard. getting the following when run

02:02:54 - INFO - Bye bye...
/home/deploy/.bundle/gems/guard-2.16.1/lib/guard/jobs/pry_wrapper.rb:131:in `_setup': undefined method `file=' for #<Pry::History:0x0000564b550d6ff0>
Did you mean?  filter (NoMethodError)
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard/jobs/pry_wrapper.rb:68:in `initialize'
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard/interactor.rb:17:in `new'
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard/interactor.rb:17:in `initialize'
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard.rb:67:in `new'
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard.rb:67:in `setup'
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard/commander.rb:32:in `start'
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard/cli/environments/valid.rb:16:in `start_guard'
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard/cli.rb:122:in `start'
        from /home/deploy/.bundle/gems/thor-1.0.1/lib/thor/command.rb:27:in `run'
        from /home/deploy/.bundle/gems/thor-1.0.1/lib/thor/invocation.rb:127:in `invoke_command'
        from /home/deploy/.bundle/gems/thor-1.0.1/lib/thor.rb:392:in `dispatch'
        from /home/deploy/.bundle/gems/thor-1.0.1/lib/thor/base.rb:485:in `start'
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard/aruba_adapter.rb:32:in `execute'
        from /home/deploy/.bundle/gems/guard-2.16.1/lib/guard/aruba_adapter.rb:19:in `execute!'
        from /home/deploy/.bundle/gems/guard-2.16.1/bin/_guard-core:11:in `<main>'
@asabourin
Copy link

Can confirm the exact same happened to us after upgrading pry, back to 0.12 and guard works again.

@tevio
Copy link

tevio commented Mar 25, 2020

+1

1 similar comment
@Bastes
Copy link

Bastes commented Mar 25, 2020

+1

@Bastes
Copy link

Bastes commented Mar 25, 2020

Looks like a duplicate of: #953

@rymai
Copy link
Member

rymai commented Mar 25, 2020

Yeah, duplicate of #953 (I've improved the title to make that clearer).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants