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 GitLab diff URLs #11

Closed mattbrictson closed 2 months ago

mattbrictson commented 2 months ago

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

https://gitlab.com/os85/httpx/-/compare/e250ea5...7278647

Previously this feature only worked with GitHub repos.