Skip to content

Commit

Permalink
Attempt using Ruby 3 for bundler success.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 19, 2023
1 parent 99e2f76 commit b5d35f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: CI
jobs:
github-pages:
runs-on: ubuntu-latest
container: ruby:2-buster
container: ruby:3-buster
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
Expand Down

0 comments on commit b5d35f9

Please sign in to comment.