From 1cf561a547e129460af46be6dac5f9193c485897 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 6 Mar 2020 18:07:58 +0900 Subject: Update .github/workflows/ubuntu-bundler3.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: David Rodríguez --- .github/workflows/ubuntu-bundler3.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1