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

NameError when using v0.13.1 with Ruby 2.3.0 #2151

Closed
brcarp opened this issue Aug 10, 2020 · 1 comment
Closed

NameError when using v0.13.1 with Ruby 2.3.0 #2151

brcarp opened this issue Aug 10, 2020 · 1 comment

Comments

@brcarp
Copy link

brcarp commented Aug 10, 2020

I'm not quite sure what's the root cause is for this but when I tried to upgrade to v0.13.1 in my app (Rails 5.1, Ruby 2.3.0 still, sorry), I got the following when doing a bundle exec rails command

NameError: uninitialized constant Pry::Command::ExitAll
/path/to/vendor/bundle/ruby/2.3.0/gems/pry-byebug-3.7.0/lib/pry-byebug/commands/exit_all.rb:7:in `<module:PryByebug>'
/path/to/vendor/bundle/ruby/2.3.0/gems/pry-byebug-3.7.0/lib/pry-byebug/commands/exit_all.rb:3:in `<top (required)>'
/path/to/vendor/bundle/ruby/2.3.0/gems/pry-byebug-3.7.0/lib/pry-byebug/commands.rb:12:in `<top (required)>'
/path/to/vendor/bundle/ruby/2.3.0/gems/pry-byebug-3.7.0/lib/pry-byebug/cli.rb:5:in `<top (required)>'
/path/to/vendor/bundle/ruby/2.3.0/gems/pry-0.13.1/lib/pry/plugins.rb:55:in `load_cli_options'
/path/to/vendor/bundle/ruby/2.3.0/gems/pry-0.13.1/lib/pry/cli.rb:40:in `each'
/path/to/vendor/bundle/ruby/2.3.0/gems/pry-0.13.1/lib/pry/cli.rb:40:in `add_plugin_options'
/path/to/vendor/bundle/ruby/2.3.0/gems/pry-0.13.1/lib/pry/cli.rb:134:in `<top (required)>'
/path/to/vendor/bundle/ruby/2.3.0/gems/pry-0.13.1/lib/pry.rb:78:in `<top (required)>'
/path/to/config/application.rb:7:in `<top (required)>'

Any ideas as to why this might be happening? Is there anything I should change in the app's configuration to avoid this?

@brcarp
Copy link
Author

brcarp commented Aug 10, 2020

Closing in favor of deivid-rodriguez/pry-byebug/issues/300

@brcarp brcarp closed this as completed Aug 10, 2020
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

1 participant