Skip to content

Commit

Permalink
Update Ruby version in action
Browse files Browse the repository at this point in the history
The action failed with this error:

```
ERROR:  Error installing github-pages:
	There are no versions of nokogiri (>= 1.16.2, < 2.0) compatible with your Ruby & RubyGems. Maybe try installing an older version of the gem you're looking for?
	nokogiri requires Ruby version >= 3.0, < 3.4.dev. The current ruby version is 2.7.8.225.
```
  • Loading branch information
gcapes authored Oct 14, 2024
1 parent 93938fd commit c19fd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
ruby-version: '3.3'
bundler-cache: true

- name: Set up Python
Expand Down

0 comments on commit c19fd94

Please sign in to comment.