mattbrictson / bundle_update_interactive

A stylish interactive mode for Bundler, inspired by `yarn upgrade-interactive`
MIT License
137 stars 3 forks source link

Add support for Bitbucket Cloud diff URLs #10

Closed mattbrictson closed 2 months ago

mattbrictson commented 2 months ago

If the Gemfile sources a gem from a bitbucket.org repo, we now show a diff URL for the changelog, like this:

https://bitbucket.org/atlassian/atlassian-jwt-ruby/branches/compare/e8b7a92..7c06fd5

Previously this feature only worked with GitHub repos.