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 8b55b21 commit a74bce1Copy full SHA for a74bce1
.github/workflows/pages.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Setup Ruby
41
uses: ruby/setup-ruby@v1
42
with:
43
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.3.4' # Not needed with a .ruby-version file
44
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
45
cache-version: 0 # Increment this number if you need to re-download cached gems
46
working-directory: '${{ github.workspace }}/docs'
0 commit comments