Update the certificate and perform maintenance for 2026#62
Merged
Conversation
Add Ruby 4.0 to the GitHub actions. And perform periodic gem maintenance: Summary of changes: - Benchmark and IRB are now gems and not part of the standard library, so needed to add them to the Gemfile in order for the gem console and benchmark to work. - Moved other development dependencies to Gemfile and removed configuration in `.rubocop.yml` specifying the gemspec style - Fixed Rubocop violations related to RSpec/LeakyLocalVariable in `refresh_seed_spec` by replacing local variable assignments with `let` blocks - Ran autocorrectable errors on Rubocop - Removed a renegade `puts` statement from `dice_set_spec` - Add rubocop disable and enable comments around `check_bonus_integrity!` method in `convenience_methods` - Add `mise.toml` to .gitignore - Upgrade GitHub checkout action to version 6 - Replace the exipred certificate with a newly generated one. Contributes toward #61 Update expired gem signing certificate for 2026
Change the minimum required Ruby version for the gemt to 3.3. Versions 3.0 and 3.1 are already end-of-life and version 3.2 will be end-of-life within a matter of days, so bumping the minimum required version to the Ruby versions supported by the language itself. Users who want to use lower Ruby versions can use 0.5.x of the gem. Contributes toward #61 Update expired gem signing certificate for 2026
Update the CHANGELOG and SECURITY files with the latest developments of the 0.5.3 and 0.6.0 releases, noting the deprecation of `0.5.x`. - Bump target version for master to `0.7.0` - Generate checksums for `0.5.3` and `0.6.0` Completes #61 Update expired gem signing certificate for 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The validity period on the gem signing certificate expired 2026-03-09 and it needs to be updated. Perform annual maintenance on the gem:
actions/checkout@v6instead of deprecatedactions/checkout@v40.5.xof the gem.benchmarkandirbto theGemfilesince they are no longer part of the standard library.rubocop.ymlspecifying the gemspec stylerefresh_seed_specby replacing local variable assignments withletblocksputsstatement fromdice_set_speccheck_bonus_integrity!method inconvenience_methodsmise.tomlto .gitignore3.3(only on0.6.xand later versions)0.6.xand later versions)v0.5.3andv0.6.0Completes #61