mattbrictson / bundle_update_interactive

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

Pin activesupport version used for testing to fix factory_bot issue #35

Closed mattbrictson closed 1 month ago

mattbrictson commented 1 month ago

We use an old version of factory_bot for testing against Ruby 2.7. That old version is incompatible with the just-released activesupport 7.2.0, so we need to pin activesupport for CI to pass.

These dependencies are used for development and testing only, so the change here does not have any runtime impact.