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 ee3895f commit 093fca1Copy full SHA for 093fca1
.github/workflows/pages.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Setup Ruby
36
uses: ruby/[email protected]
37
with:
38
- ruby-version: '3.0' # Not needed with a .ruby-version file
+ ruby-version: '3.4.7' # Not needed with a .ruby-version file
39
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
40
cache-version: 0 # Increment this number if you need to re-download cached gems
41
- name: Setup Pages
0 commit comments