Skip to content

Commit fa3027a

Browse files
committedOct 2, 2024·
Atualiza Ruby para 3.3
sass-embedded-1.79.4-x86_64-linux-gnu requires ruby version >= 3.2, which is incompatible with the current version, 3.1.4
1 parent 287dc21 commit fa3027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/jekyll.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Ruby
3131
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
3232
with:
33-
ruby-version: '3.1' # Not needed with a .ruby-version file
33+
ruby-version: '3.3' # Not needed with a .ruby-version file
3434
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3535
cache-version: 0 # Increment this number if you need to re-download cached gems
3636
- name: Setup Pages

0 commit comments

Comments
 (0)
Please sign in to comment.