Orien Madgwick

Results 32 comments of Orien Madgwick

@hsynkrtl Thanks for the pull request. Do you mind updating the PR description? I'd love to understand the problem this change seeks to resolve.

Interestingly, setting a `BUNDLE_GEMFILE` environment variable bypasses the problem: ``` $ BUNDLE_GEMFILE=egg unwrappr annotate-pull-request --repo org/repo --pr 30 $ echo $? 0 ``` It seems the [`SharedHelper.root`](https://github.com/bundler/bundler/blob/v1.17.1/lib/bundler/shared_helpers.rb#L26-L30) method won't raise...