Skip to content

Commit

Permalink
fix(ci/cd): lock Bundler to version that supports Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Jan 15, 2024
1 parent 92a977b commit 45a53cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.11'

- name: Install bundler
run: gem install bundler
run: gem install bundler -v 2.4.22

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

0 comments on commit 45a53cb

Please sign in to comment.