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

bundle exec guard fails #426

Open
brentgreeff opened this issue Aug 11, 2021 · 2 comments
Open

bundle exec guard fails #426

brentgreeff opened this issue Aug 11, 2021 · 2 comments

Comments

@brentgreeff
Copy link

brentgreeff commented Aug 11, 2021

Issue seems to be referenced here: https://www.gitmemory.com/issue/guard/guard/966/708039727

I am using Rails 4.2 - so next bet is to try older versions of guard, but I was hoping this would look familiar to someone:

22:14:04 - INFO - Bye bye...
/gems/gems/guard-2.17.0/lib/guard/jobs/pry_wrapper.rb:294:in `initialize': wrong number of arguments (given 3, expected 0) (ArgumentError)
	from /gems/gems/guard-2.17.0/lib/guard/jobs/pry_wrapper.rb:294:in `new'
	from /gems/gems/guard-2.17.0/lib/guard/jobs/pry_wrapper.rb:294:in `_configure_prompt'
	from /gems/gems/guard-2.17.0/lib/guard/jobs/pry_wrapper.rb:161:in `_setup'
	from /gems/gems/guard-2.17.0/lib/guard/jobs/pry_wrapper.rb:78:in `initialize'
	from /gems/gems/guard-2.17.0/lib/guard/interactor.rb:17:in `new'
	from /gems/gems/guard-2.17.0/lib/guard/interactor.rb:17:in `initialize'
	from /gems/gems/guard-2.17.0/lib/guard.rb:67:in `new'
	from /gems/gems/guard-2.17.0/lib/guard.rb:67:in `setup'
	from /gems/gems/guard-2.17.0/lib/guard/commander.rb:32:in `start'
	from /gems/gems/guard-2.17.0/lib/guard/cli/environments/valid.rb:16:in `start_guard'
	from /gems/gems/guard-2.17.0/lib/guard/cli.rb:122:in `start'
	from /gems/gems/thor-0.20.3/lib/thor/command.rb:27:in `run'
	from /gems/gems/thor-0.20.3/lib/thor/invocation.rb:126:in `invoke_command'
	from /gems/gems/thor-0.20.3/lib/thor.rb:387:in `dispatch'
	from /gems/gems/thor-0.20.3/lib/thor/base.rb:466:in `start'
	from /gems/gems/guard-2.17.0/lib/guard/aruba_adapter.rb:32:in `execute'
	from /gems/gems/guard-2.17.0/lib/guard/aruba_adapter.rb:19:in `execute!'
	from /gems/gems/guard-2.17.0/bin/_guard-core:11:in `<main>'
@ngudbhav
Copy link

Facing this on rails 5 as well

@alagos
Copy link

alagos commented Oct 12, 2023

Probably a late reply, but I'm with a rails 4.2/ruby 2.4 project, using guard-rspec (4.7.3) and guard (2.18.1) with no problems.

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

3 participants