We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ff0ea commit 06d528fCopy full SHA for 06d528f
.github/workflows/pages.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup Ruby
35
uses: ruby/setup-ruby@v1
36
with:
37
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.2' # Not needed with a .ruby-version file
38
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39
cache-version: 0 # Increment this number if you need to re-download cached gems
40
- name: Setup Pages
0 commit comments