summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2026-05-08 19:02:59 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2026-05-08 19:02:59 +0900
commit9fefb48643648234a71726e62ea7da2749cb85f4 (patch)
tree9add65b05b0f66c1327e39a10a3463782f5ec79c
parent4e243c709e45eb0d115b7875cae25dff86184b59 (diff)
Use the bundled bundler
Old bundler used the internal constant of Pathname, that was not private due to a typo. https://github.com/ruby/rubygems/pull/9529
-rw-r--r--.github/workflows/ubuntu.yml2
-rw-r--r--.github/workflows/zjit-macos.yml2
-rw-r--r--.github/workflows/zjit-ubuntu.yml2
3 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index 8bab57e651..cff80e47c7 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -251,6 +251,8 @@ jobs:
- name: Run ruby-bench
run: ruby run_benchmarks.rb -e "ruby::../build/install/bin/ruby" ${{ matrix.bench_opts }}
working-directory: ruby-bench
+ env:
+ BUNDLER_VERSION: 0
- uses: ./.github/actions/slack
with:
diff --git a/.github/workflows/zjit-macos.yml b/.github/workflows/zjit-macos.yml
index 97ee147ad3..1e57379e67 100644
--- a/.github/workflows/zjit-macos.yml
+++ b/.github/workflows/zjit-macos.yml
@@ -225,6 +225,8 @@ jobs:
- name: Run ruby-bench
run: ruby run_benchmarks.rb -e "zjit::../build/install/bin/ruby ${{ matrix.ruby_opts }}" ${{ matrix.bench_opts }}
working-directory: ruby-bench
+ env:
+ BUNDLER_VERSION: 0
- uses: ./.github/actions/slack
with:
diff --git a/.github/workflows/zjit-ubuntu.yml b/.github/workflows/zjit-ubuntu.yml
index 2f3df123d4..633628f3e6 100644
--- a/.github/workflows/zjit-ubuntu.yml
+++ b/.github/workflows/zjit-ubuntu.yml
@@ -279,6 +279,8 @@ jobs:
- name: Run ruby-bench
run: ruby run_benchmarks.rb -e "zjit::../build/install/bin/ruby ${{ matrix.ruby_opts }}" ${{ matrix.bench_opts }}
working-directory: ruby-bench
+ env:
+ BUNDLER_VERSION: 0
- uses: ./.github/actions/slack
with: