Skip to content

Commit

Permalink
Merge pull request #89 from carpentries/specify-bundler-version
Browse files Browse the repository at this point in the history
specify bundler version
  • Loading branch information
tobyhodges authored Dec 20, 2023
2 parents 4f444b7 + 1cc71da commit 55e1e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Install GitHub Pages, Bundler, and kramdown gems
run: |
gem install github-pages bundler kramdown kramdown-parser-gfm
gem install github-pages bundler:2.4.22 kramdown kramdown-parser-gfm
- name: Install Python modules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

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

0 comments on commit 55e1e10

Please sign in to comment.