- Explicitly test against ruby 3.2
- Remove support for ruby 2.7, truffleruby
- Bump dependencies
- Lint
- Migrate references from master to main
- Explicitly test against ruby 3.1
- Fix for using ActiveSupport 7
- schedule running CI once per month
- Change minimum version of Ruby to 2.7
- Change
safe_range_end
tono_warning_range_end
- Fixes for Ruby 2.6 and 2.7
- Add
simultaneous-requests
command line parameter (and config option) to specify the maximum number of simultaneous requests
-
Remove
safe_range_start
command line parameter -
Remove
warning_range_start
command line parameter -
Fix bugs
- use
last_commit_date
rather thanversion_used_release_date
to determine the inactive gem emoji - use configured values when determining which emoji to output for the inactive gem emoji
- use configured values when determining which emoji to output for the using latest version emoji
- the values for
using_latest_version_emoji
andinactive_repository_emoji
were reversed in the markdown output NoMethodError
could be raisedVersionHelper#find_version
when versions was nil
- use
- Initial release