unwrappr
unwrappr copied to clipboard
:chocolate_bar: bundle update PRs: Automated. Annotated. Announced daily.
#### Context Given a project that includes the following in its Gemfile... ```ruby source 'https://gems.contribsys.com/' do gem 'sidekiq-pro' end ``` And a new version of sidekiq-pro becomes available... When `unwrappr`...
Unwrappr has difficulty annotating pull requests when executed from a directory without a Gemfile: ``` $ gem install unwrappr Successfully installed unwrappr-0.3.2 1 gem installed $ unwrappr annotate-pull-request --repo orien/my-ruby-project...