We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80f75b commit 22aa2baCopy full SHA for 22aa2ba
2 files changed
.github/workflows/pages.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: Setup Ruby
30
uses: ruby/setup-ruby@v1
31
with:
32
+ ruby-version: '3.2'
33
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
34
cache-version: 0 # Increment this number if you need to re-download cached gems
35
.ruby-version
0 commit comments