Update Ruby versions and fix benchmark gem#7
Open
hazi wants to merge 4 commits into
Open
Conversation
- Update test matrix: Ruby 4.0 x Redis (8.2, 8.0, 7.4), Ruby 3.4 x Redis 8.2, Ruby 3.3 x Redis 8.2 - Bump minimum Ruby version to 3.3.0 - Add benchmark gem to Gemfile (no longer in stdlib from Ruby 4.0)
There was a problem hiding this comment.
Pull request overview
このPRは、Ruby の最小バージョン要件を更新し、開発時に必要な benchmark gem を追加し、CI テストマトリックスを更新しています。
Changes:
- Ruby の最小バージョン要件を 3.0.0 から 3.3.0 に引き上げ
- 開発依存関係に
benchmarkgem を追加 - CI マトリックスを更新して Ruby 3.3、3.4、4.0、ruby-head と Redis 7.4、8.0、8.2 の組み合わせでテスト
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| speed_limiter.gemspec | Ruby の最小バージョン要件を 3.3.0 に更新 |
| Gemfile | 開発グループに benchmark gem を追加 |
| .github/workflows/test.yml | CI テストマトリックスを新しい Ruby と Redis バージョンで更新 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.