We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After installing the gem as described in README, the gem cannot run without byebug.
Traceback
[snip] 4: from /Users/user/.rvm/gems/ruby-2.5.2@gemset/gems/harvesting-0.1.0/lib/harvesting.rb:14:in `<top (required)>' 3: from /Users/user/.rvm/gems/ruby-2.5.2@gemset/gems/harvesting-0.1.0/lib/harvesting.rb:14:in `require' 2: from /Users/user/.rvm/gems/ruby-2.5.2@gemset/gems/harvesting-0.1.0/lib/harvesting/client.rb:3:in `<top (required)>' 1: from /Users/user/.rvm/gems/ruby-2.5.2@gemset/gems/harvesting-0.1.0/lib/harvesting/client.rb:3:in `require' LoadError (cannot load such file -- byebug)
The text was updated successfully, but these errors were encountered:
byebug
@yuhui Thanks for reporting this!
I just pushed version 0.2.0 which should have a fix for it. Please test with that version and let us know.
Sorry, something went wrong.
Works now, thanks
Successfully merging a pull request may close this issue.
After installing the gem as described in README, the gem cannot run without byebug.
Traceback
The text was updated successfully, but these errors were encountered: