summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ubuntu-bundler3.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu-bundler3.yml b/.github/workflows/ubuntu-bundler3.yml
index ef82e5071f..42104a6948 100644
--- a/.github/workflows/ubuntu-bundler3.yml
+++ b/.github/workflows/ubuntu-bundler3.yml
@@ -23,7 +23,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Prepare dependencies
run: |
- bin/rake override_version
+ BUNDLER_SPEC_SUB_VERSION=3.0.0 bin/rake override_version
bin/rake spec:parallel_deps
- name: Run Test
run: bin/parallel_rspec spec