Skip to content

Commit 9fefb48

Browse files
committed
Use the bundled bundler
Old bundler used the internal constant of Pathname, that was not private due to a typo. ruby/rubygems#9529
1 parent 4e243c7 commit 9fefb48

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ jobs:
251251
- name: Run ruby-bench
252252
run: ruby run_benchmarks.rb -e "ruby::../build/install/bin/ruby" ${{ matrix.bench_opts }}
253253
working-directory: ruby-bench
254+
env:
255+
BUNDLER_VERSION: 0
254256

255257
- uses: ./.github/actions/slack
256258
with:

.github/workflows/zjit-macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ jobs:
225225
- name: Run ruby-bench
226226
run: ruby run_benchmarks.rb -e "zjit::../build/install/bin/ruby ${{ matrix.ruby_opts }}" ${{ matrix.bench_opts }}
227227
working-directory: ruby-bench
228+
env:
229+
BUNDLER_VERSION: 0
228230

229231
- uses: ./.github/actions/slack
230232
with:

.github/workflows/zjit-ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ jobs:
279279
- name: Run ruby-bench
280280
run: ruby run_benchmarks.rb -e "zjit::../build/install/bin/ruby ${{ matrix.ruby_opts }}" ${{ matrix.bench_opts }}
281281
working-directory: ruby-bench
282+
env:
283+
BUNDLER_VERSION: 0
282284

283285
- uses: ./.github/actions/slack
284286
with:

0 commit comments

Comments
 (0)