Skip to content

Commit 45a53cb

Browse files
committedJan 15, 2024
fix(ci/cd): lock Bundler to version that supports Ruby 2.7
1 parent 92a977b commit 45a53cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535

3636
- uses: actions/setup-python@v2
3737
with:
38-
python-version: '3.8'
38+
python-version: '3.11'
3939

4040
- name: Install bundler
41-
run: gem install bundler
41+
run: gem install bundler -v 2.4.22
4242

4343
- name: Configure Jekyll
4444
if: matrix.jekyll-versions != '(GitHub Pages)'

0 commit comments

Comments
 (0)
Please sign in to comment.