Commit 4013451
authored
chore(deps): update dependency ruby to v4 (#73)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [ruby](https://www.ruby-lang.org)
([source](https://redirect.github.com/ruby/ruby)) | | major | `3.4.8` →
`4.0.1` |
| [ruby](https://www.ruby-lang.org)
([source](https://redirect.github.com/ruby/ruby)) | uses-with | major |
`3.4.8` → `4.0.1` |
---
### Release Notes
<details>
<summary>ruby/ruby (ruby)</summary>
###
[`v4.0.1`](https://redirect.github.com/ruby/ruby/releases/tag/v4.0.1):
4.0.1
[Compare
Source](https://redirect.github.com/ruby/ruby/compare/v4.0.0...v4.0.1)
##### What's Changed
- [Bug #​21812: Kernel#sleep without arguments returns immediately
when subprocess exits in another thread (regression in Ruby 4.0) - Ruby
- Ruby Issue Tracking System](https://bugs.ruby-lang.org/issues/21812)
- [Bug #​21828: An incorrect warning message related to
`benchmark` is shown when using `benchmark-ips` - Ruby - Ruby Issue
Tracking System](https://bugs.ruby-lang.org/issues/21828)
- [Bug #​21811: Fix underflow in Array#pack - Ruby - Ruby Issue
Tracking System](https://bugs.ruby-lang.org/issues/21811)
- [Bug #​21814: 0.pow(2,-9999999999999999990) should be zero -
Ruby - Ruby Issue Tracking
System](https://bugs.ruby-lang.org/issues/21814)
- [Bug #​21819: A Data object should be frozen even if it has no
members - Ruby - Ruby Issue Tracking
System](https://bugs.ruby-lang.org/issues/21819)
Note: This list is automatically generated by
tool/gen-github-release.rb. Because of this, some commits may be
missing.
##### Full Changelog
###
[`v4.0.0`](https://redirect.github.com/ruby/ruby/releases/tag/v4.0.0):
4.0.0
See also:
- [Release 3.5.0-preview1 ·
ruby/ruby](https://redirect.github.com/ruby/ruby/releases/tag/v3_5_0_preview1)
- [Release 4.0.0-preview2 ·
ruby/ruby](https://redirect.github.com/ruby/ruby/releases/tag/v4.0.0-preview2)
- [Release 4.0.0-preview3 ·
ruby/ruby](https://redirect.github.com/ruby/ruby/releases/tag/v4.0.0-preview3)
##### What's Changed
- [Bump RDoc to 7.0.1 by st0012 · Pull Request
#​15628](https://redirect.github.com/ruby/ruby/pull/15628)
- [make rb\_singleton\_class ractor safe by luke-gruber · Pull Request
#​15591](https://redirect.github.com/ruby/ruby/pull/15591)
- [Remove assertion in encoded\_iseq\_trace\_instrument by luke-gruber ·
Pull Request
#​15616](https://redirect.github.com/ruby/ruby/pull/15616)
- [Bug #​21793: function name conflict of "mutex\_trylock" on
Solaris - Ruby - Ruby Issue Tracking
System](https://bugs.ruby-lang.org/issues/21793)
- [\[DOC\] small improvements to ractor class docs by luke-gruber · Pull
Request #​15584](https://redirect.github.com/ruby/ruby/pull/15584)
- [Check for NULL fields in TYPEDDATA memsize functions by luke-gruber ·
Pull Request
#​15633](https://redirect.github.com/ruby/ruby/pull/15633)
- [Feature #​21785: Add signed and unsigned LEB128 support to pack
/ unpack - Ruby - Ruby Issue Tracking
System](https://bugs.ruby-lang.org/issues/21785)
- [Fix rbs test failure caused by minitest6 by soutaro · Pull Request
#​15643](https://redirect.github.com/ruby/ruby/pull/15643)
- [Fix: Do not check open\_timeout twice by shioimm · Pull Request
#​15626](https://redirect.github.com/ruby/ruby/pull/15626)
- [Fix: Specifying 0 should cause an immediate timeout by shioimm · Pull
Request #​15641](https://redirect.github.com/ruby/ruby/pull/15641)
- [Bug #​21794: O\_CLOEXEC is not available on Solaris 10 - Ruby -
Ruby Issue Tracking System](https://bugs.ruby-lang.org/issues/21794)
- [Fiber scheduler: invoke `#io_write` hook on IO flush by noteflakes ·
Pull Request
#​15609](https://redirect.github.com/ruby/ruby/pull/15609)
- [Update NEWS.md for Fiber Scheduler by noteflakes · Pull Request
#​15629](https://redirect.github.com/ruby/ruby/pull/15629)
- [Small documentation adjustments for new/updated features by zverok ·
Pull Request
#​15634](https://redirect.github.com/ruby/ruby/pull/15634)
- [Add clarifications about the Enumerator.size by zverok · Pull Request
#​15615](https://redirect.github.com/ruby/ruby/pull/15615)
- [Bug #​21792: 4.0.0-preview3: Build fails with `--with-ext=`
when ENABLE\_SHARED=yes: ruby/digest.h not found for rubyspec CAPI
extensions - Ruby - Ruby Issue Tracking
System](https://bugs.ruby-lang.org/issues/21792)
- [\[DOC\] Enhancements for globals.md by BurdetteLamar · Pull Request
#​15545](https://redirect.github.com/ruby/ruby/pull/15545)
- [Small improvements to doc/language/ractor.md by luke-gruber · Pull
Request #​15588](https://redirect.github.com/ruby/ruby/pull/15588)
- [More doc improvements to ractor.md by luke-gruber · Pull Request
#​15676](https://redirect.github.com/ruby/ruby/pull/15676)
- [Bump RDoc to 7.0.2 by st0012 · Pull Request
#​15691](https://redirect.github.com/ruby/ruby/pull/15691)
- [\[DOC\] Improve ractor class docs (grammar, code examples) by
luke-gruber · Pull Request
#​15686](https://redirect.github.com/ruby/ruby/pull/15686)
- [\[DOC\] Languages in Examples by BurdetteLamar · Pull Request
#​15697](https://redirect.github.com/ruby/ruby/pull/15697)
- [Bundle RBS 3.10.0 by soutaro · Pull Request
#​15701](https://redirect.github.com/ruby/ruby/pull/15701)
- [Describe base code layout rules by zverok · Pull Request
#​15696](https://redirect.github.com/ruby/ruby/pull/15696)
- [\[DOC\] Enhance Fiber::Scheduler docs by zverok · Pull Request
#​15708](https://redirect.github.com/ruby/ruby/pull/15708)
- [\[DOC\] Cross-links between Japanese and English pages by
BurdetteLamar · Pull Request
#​15705](https://redirect.github.com/ruby/ruby/pull/15705)
- [ZJIT: Don't mark control-flow opcodes as invalidating locals by
tekknolagi · Pull Request
#​15694](https://redirect.github.com/ruby/ruby/pull/15694)
- [\[DOC\] Add back Rust 1.85.0 requirement to NEWS.md by chancancode ·
Pull Request
#​15728](https://redirect.github.com/ruby/ruby/pull/15728)
Note: This list is automatically generated by
tool/gen-github-release.rb. Because of this, some commits may be
missing.
##### Full Changelog
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on
Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule
defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jgraichen/restify).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNzQuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments