Skip to content

Commit b57a12e

Browse files
Update dependency ruby to v4.0.1 (#740)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ruby](https://www.ruby-lang.org) ([source](https://redirect.github.com/ruby/ruby)) | uses-with | patch | `4.0.0` → `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 #&#8203;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 #&#8203;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 #&#8203;21811: Fix underflow in Array#pack - Ruby - Ruby Issue Tracking System](https://bugs.ruby-lang.org/issues/21811) - [Bug #&#8203;21814: 0.pow(2,-9999999999999999990) should be zero - Ruby - Ruby Issue Tracking System](https://bugs.ruby-lang.org/issues/21814) - [Bug #&#8203;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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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 this update 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/line/line-bot-sdk-ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b250b89 commit b57a12e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2020
- uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
2121
with:
22-
ruby-version: '4.0.0'
22+
ruby-version: '4.0.1'
2323
- run: bundle install
2424
- name: Setup Pages
2525
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0
2424
with:
2525
bundler-cache: true
26-
ruby-version: 4.0.0
26+
ruby-version: 4.0.1
2727
- name: Update version file with the release version
2828
run: |
2929
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then

0 commit comments

Comments
 (0)