Releases: mattbrictson/bundle_update_interactive
Releases · mattbrictson/bundle_update_interactive
0.13.0
✨ New Features
- Initial experimental support for Bundler 4 (#102) @mattbrictson
🏠 Housekeeping
- Add irb dev dependency to fix bin/console warning (#100) @mattbrictson
- Fix CI failure on old Rubies due to minitest dropping support (#103) @mattbrictson
- Update rubocop gems (#98, #99) @dependabot
Full Changelog: v0.12.0...v0.13.0
0.12.0
✨ New Features
- Gracefully handle OpenSSL errors when fetching changelogs (#97) @mattbrictson
🏠 Housekeeping
- Add openssl gem to dev dependencies to fix cert errors (#96) @mattbrictson
- Bump actions/checkout from 4 to 5 (#91) @dependabot[bot]
- Fix mingw/mswin deprecation warnings when running tests (#89) @mattbrictson
- Update rubocop gems (#88, #90, #92, #94, #95) @dependabot
Full Changelog: v0.11.2...v0.12.0
0.11.2
This is a gem housekeeping release. No user-facing changes.
🏠 Housekeeping
- Adopt new rubocop plugin syntax (#86) @mattbrictson
- Add cgi development dependency to fix vcr on Ruby 3.5 (#85) @mattbrictson
- Update rubocop gems (#78, #79, #80, #81, #82, #83, #84, #87) @dependabot
Full Changelog: v0.11.1...v0.11.2
0.11.1
This is a gem housekeeping release. No user-facing changes.
🏠 Housekeeping
- Update rubocop gems (#74, #75, #76, #77) @dependabot
Full Changelog: v0.11.0...v0.11.1
0.11.0
✨ New Features
- Fetch changelogs concurrently for significant speed boost (#68) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from 1.69.0 to 1.69.2 (#70) @dependabot
- Add Ruby 3.4 to CI matrix (#69) @mattbrictson
- Fix mocha stubbing_method_on_nil deprecation warning (#67) @mattbrictson
Full Changelog: v0.10.0...v0.11.0
0.10.0
✨ New Features
- Add
--only-explicitoption to exclude indirect dependencies (#60) @mattbrictson
🐛 Bug Fixes
- Ensure gem list is sorted, regardless of Bundler output (#59) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#61, #62) @dependabot
Full Changelog: v0.9.1...v0.10.0
0.9.1
This is a gem housekeeping release. No user-facing changes.
🏠 Housekeeping
- Standardize on nested modules syntax and reindent (#58) @mattbrictson
- Update rubocop gems (#54, #56) @dependabot
Full Changelog: v0.9.0...v0.9.1
0.9.0
✨ New Features
- Pass
--committo automatically create a separate git commit for each selected gem update (#53) @mattbrictson
🏠 Housekeeping
- Update rubocop requirement from 1.66.0 to 1.66.1 (#48) @dependabot
Full Changelog: v0.8.1...v0.9.0
0.8.1
🐛 Bug Fixes
- Don't use GitHub Releases as changelog URL if there are no releases there (#43) @mattbrictson
🏠 Housekeeping
- Update rubocop gems (#44, #46) @dependabot
Full Changelog: v0.8.0...v0.8.1
0.8.0
✨ New Features
- Add
--latestoption that modifies Gemfile to allow latest updates (#42) @mattbrictson
🐛 Bug Fixes
- Properly pluralize "## gem/gems available to update" (#39) @pacMakaveli
🏠 Housekeeping
- Add a true integration test that actually executes Bundler (#41) @mattbrictson
- Install
zeitwerkto simplify auto-loading (#40) @mattbrictson
Full Changelog: v0.7.0...v0.8.0