summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-10-09 16:04:38 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-10-09 16:04:38 -0600
commit1c78900002151045ee9d5cc0cbb4b45af7190f88 (patch)
tree0681f213eaf4a28b64188ebcd933bc76a4eedf56 /.github
parent610f6aedde83e46a1c874d3364de91da67263709 (diff)
lock version of Bundler on Windows to one that works
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4ee629b0..8bf5247e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- bundler: ${{ matrix.os == 'windows-latest' && startsWith(matrix.ruby, '3.') && '2.3' || 'default' }}
+ bundler: ${{ matrix.os == 'windows-latest' && startsWith(matrix.ruby, '3.') && '2.3.22' || 'default' }}
bundler-cache: ${{ matrix.os != 'windows-latest' && github.event_name != 'schedule' }}
- name: Install dependencies (scheduled build only)
if: matrix.os == 'windows-latest' || github.event_name == 'schedule'