mattbrictson / bundle_update_interactive

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

Remove internal constants from global scope #17

Closed mattbrictson closed 1 month ago

mattbrictson commented 1 month ago

Constants used by ChangelogLocator were inadvertently placed in global scope. This PR moves them inside the ChangelogLocator class where they belong.