Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Various housekeeping activities:
Added dependabot management for actions and gems. We may not keep the
gems until Diff::LCS v2 is released and only Ruby 3.0 or higher are
supported.
Tweaked CI configuration to remove unsupported macOS versions and add
standardb
checks to the build for Ruby 3.3.Fixed CodeQL.
Performed long-overdue maintenance on the History and Contributing
files.
Updated the gem SPDX identifier for GPL 2.0 or later, resolving Fix GPL 2.0+ license tag. #86 by
Vit Ondruch.
Resolve a potential security issue with
ldiff
in its use ofIO.read
instead of
File.read
. [PreferFile.read
overIO.read
#91][]Added MFA authentication requirement for release to RubyGems.
Resolves: #86
Resolves: #91