Skip to content

Commit

Permalink
gem install bundler -v 2.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
delannoy committed Dec 18, 2024
1 parent 3a7da88 commit 00c9d88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

- name: Install GitHub Pages, Bundler, and kramdown gems
run: |
gem install github-pages bundler kramdown kramdown-parser-gfm
gem install github-pages kramdown kramdown-parser-gfm
gem install bundler -v 2.4.22
- name: Install Python modules
run: |
Expand Down

0 comments on commit 00c9d88

Please sign in to comment.