-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cannot annotate pull request without Gemfile #57
Comments
Well, that's frustrating! It seems that when we create, a I ran |
Interestingly, setting a
It seems the |
before comparing lock files. This prevents Bundler from looking for a Gemfile and raising an error if it does not find one. Fixes #57.
before comparing lock files. This prevents Bundler from looking for a Gemfile and raising an error if it does not find one. Fixes #57.
Unwrappr has difficulty annotating pull requests when executed from a directory without a Gemfile:
If I change to a directory containing a Gemfile (any Gemfile will do, even one unrelated to the PR being annotated):
The text was updated successfully, but these errors were encountered: