main (unreleased)
August 6, 2026 ยท View on GitHub
- Your changes/patches go here.
v1.7.0 / 2026-08-05 (commits)
- FEATURE: Add support for SimpleCov 1.0
- FEATURE: Validate the DeprecationTracker mode at initialization, treating a blank mode as the default
save - BUGFIX:
bundle_report outdatedno longer confuses a locally-sourced (path:) gem with a same-named public gem on rubygems; local gems are excluded from the out-of-date check and counted separately - BUGFIX: The
deprecationsexecutable no longer requires the undeclaredrainbowgem, which made it fail to load on a clean install - BUGFIX:
deprecations runno longer raisesNoMethodErrorbefore doing any work - DOC: Explain
BUNDLE_GEMFILEusage for the next Gemfile
v1.6.0 / 2026-05-07 (commits)
- CHORE: Drop
rainbowgem dependency in favor of a nativeNextRails::TintANSI wrapper - BUGFIX: Compare mode now checks only buckets the current process ran, fixing parallel test support
- FEATURE: Add
deprecations mergecommand to combine parallel CI shards - FEATURE: Add parallel CI support for DeprecationTracker
- CHORE: Add Ruby 4.0 to the test matrix
v1.5.0 / 2026-04-01 (commits)
v1.4.8 / 2026-03-23 (commits)
v1.4.7 / 2026-03-19 (commits)
- CHORE: Create an entry point for the BundleReport command
- CHORE: Bring back support of Ruby 2.3, 2.4 and 2.5
- BUGFIX: deprecation_tracker breaking with unknown keywords
v1.4.6 / 2025-04-15 (commits)
v1.4.5 / 2025-03-07 (commits)
v1.4.4 / 2025-02-26 (commits)
v1.4.3 / 2025-02-20 (commits)
v1.4.2 / 2024-10-25 (commits)
v1.4.1 / 2024-10-22 (commits)
v1.4.0 / 2024-09-24 (commits)
- CHORE: Use next_rails namespace on spec tests.
- CHORE: Remove 2.0.0, 2.1, 2.2 Ruby support
- CHORE: Update compatibility for Ruby versions to use Rainbow
- FEATURE: Support compatibility for Ruby versions
- [CHORE: Remove GPL licensed dependency Colorize and replace it with Rainbow]
v1.3.0 / 2023-06-16 (commits)
- FEATURE: Add NextRails.next? for application usage (e.g. Rails shims)
- BUGFIX: Support ERB versions older than 2.2.0
v1.2.4 / 2023-04-21 (commits)
- [BUGFIX: Update the warn method signature to support for Ruby 3]
v1.2.3 / 2023-04-12 (commits)
-
[Fix ERB deprecation warning in Ruby 3.1]
-
[Remove Rails gems from compatibility check]
v1.2.2 / 2023-03-03 (commits)
- BUGFIX: Fixed
KernelWarnTracker#warn signature to matchKernel#warn` for ruby 2.5+ - CHORE: Added updated templates for bug fixes, feature requests and pull requests as per this RFC
- FEATURE: Turn BundleReport into a module
v1.2.1 / 2022-09-26 (commits)
-
BUGFIX: SimpleCov was not reporting accurately due to a bug in the spec helper code
-
FEATURE: Better documentation for contributing and releasing versions of this gem
-
BUGFIX: bundle_report outdated was giving an exception due to missing method latest_version
-
FEATURE:
bundle_report outdatedoutputs in JSON format when passed optional argument
v1.2.0 / 2022-08-12 (commits)
v1.1.0 / 2022-06-30 (commits)
-
FEATURE: Added option --version to get the version of the gem being used
-
[FEATURE: Add support to use DeprecationTracker with Minitest](Add support to use DeprecationTracker with Minitest)
-
DOCUMENTATION: Update the code of conduct link in PR template
-
FEATURE: Command line option to check for recommended ruby version for the desired Rails version
v1.0.5 / 2022-03-29 (commits)
- FEATURE: Initialize the Gemfile.next.lock to avoid major version jumps when used without an initial Gemfile.next.lock
- FEATURE: Drop
actionviewdependency because it is not really used - BUGFIX: If shitlist path does not exist, create it for the user of the gem
v1.0.4 / 2021-04-09 (commits)
v1.0.3 / 2021-04-05 (commits)
- BUGFIX: Update README.md to better document this
ten_years_railsfork - BUGFIX: Make ActionView an optional dependency
v1.0.2 / 2020-01-20
v1.0.1 / 2019-07-26
v1.0.0 / 2019-07-24
- Official Release