Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.5.1 #90

Merged
merged 1 commit into from Jan 31, 2024
Merged

Release 1.5.1 #90

merged 1 commit into from Jan 31, 2024

Conversation

halostatue
Copy link
Owner

@halostatue halostatue commented Jan 31, 2024

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 of IO.read
    instead of File.read. [Prefer File.read over IO.read #91][]

  • Added MFA authentication requirement for release to RubyGems.

Resolves: #86
Resolves: #91

@halostatue halostatue changed the title Update actions configuration Release 1.5.1 Jan 31, 2024
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 #86 by
  Vit Ondruch.

- Resolve a potential security issue with `ldiff` in its use of `IO.read`
  instead of `File.read`. [#91][]

- Added MFA authentication requirement for release to RubyGems.

Resolves: #86
Resolves: #91
@halostatue halostatue merged commit 1960a67 into main Jan 31, 2024
33 checks passed
@halostatue halostatue deleted the update-ci-targets branch January 31, 2024 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prefer File.read over IO.read
1 participant