chore(deps): update dependency ruby to v4.0.6 - #302
Conversation
There was a problem hiding this comment.
Pull request overview
Warning
Copilot couldn't run its full agentic review because it didn't start before the timeout. Make sure your repository has a runner available, or add a copilot-code-review.yml file specifying one with the runs-on attribute. See the docs for more details.
Updates the repository’s Ruby version from 4.0.5 to 4.0.6 across local developer tooling and CI to pick up the latest patch fixes.
Changes:
- Bumps Ruby version to 4.0.6 in
.ruby-version - Bumps Ruby version to 4.0.6 in
.tool-versions(asdf) - Updates GitHub Actions workflow to run all jobs on Ruby 4.0.6
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .tool-versions | Updates asdf Ruby version to 4.0.6 for local/dev consistency. |
| .ruby-version | Updates default Ruby version to 4.0.6. |
| .github/workflows/main.yml | Aligns CI Ruby version to 4.0.6 across all jobs. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #302 +/- ##
=======================================
Coverage 99.50% 99.50%
=======================================
Files 31 31
Lines 808 808
=======================================
Hits 804 804
Misses 4 4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
e288801 to
2dc765a
Compare
2dc765a to
45dc73c
Compare
45dc73c to
8917945
Compare
This PR contains the following updates:
4.0.5→4.0.64.0.5→4.0.6Release Notes
ruby/ruby (ruby)
v4.0.6: 4.0.6Compare Source
What's Changed
Thread.each_caller_location(1, 1)segfaults when called from a cfunc - Ruby - Ruby Issue Tracking Systemrb_vm_ci_lookupunder parallel Ractors - Ruby - Ruby Issue Tracking SystemArray#sumtakes slow path, does not perform compensated summation of Float elements when init argument is a Float - Ruby - Ruby Issue Tracking System$!stays as the first exception in Ruby Box - Ruby - Ruby Issue Tracking SystemThread.handle_interruptmasking. - Ruby - Ruby Issue Tracking SystemEnumerator::Lazy#to_enumdoes not accept method names as strings - Ruby - Ruby Issue Tracking SystemSignal.trap(:EXIT)exception only shown ifat_exitalso raises - Ruby - Ruby Issue Tracking SystemNote: This list is automatically generated by tool/gen-github-release.rb. Because of this, some commits may be missing.
Full Changelog
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.