From f2792659102bc5e6b5842118c0908a37e4dc7409 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 03:10:16 +0000 Subject: [PATCH] Update ruby to v4.0.6 Added new endpoint to CI allowlist Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Rifa Achrinza <25147899+achrinza@users.noreply.github.com> --- .github/workflows/pr-build.yml | 1 + .github/workflows/site-build.yml | 1 + .ruby-version | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 8729472b5..8b5b2d5b9 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -22,6 +22,7 @@ jobs: index.rubygems.org:443 raw.githubusercontent.com:443 registry.npmjs.org:443 + release-assets.githubusercontent.com:443 rubygems.org:443 - name: Checkout diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index f8e8bdb20..0faa624e4 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -35,6 +35,7 @@ jobs: index.rubygems.org:443 raw.githubusercontent.com:443 registry.npmjs.org:443 + release-assets.githubusercontent.com:443 rubygems.org:443 - name: Checkout diff --git a/.ruby-version b/.ruby-version index 8b2dd6c36..9eefef7bd 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.5 \ No newline at end of file +4.0.6 \ No newline at end of file