Closed aerimforest closed 2 years ago
Ah it seems Rouge is dropping support for Ruby 2.6, I don't see it in their GitHub action anymore: https://github.com/rouge-ruby/rouge
In my case I think it's Rouge 3.26.0 that is installed.
Let's remove 2.6
and add 3.1
instead.
@sylhare Wow the error is resolved. Thank you so much:-)
Hi, first of all, thank you for your wonderful theme. If I modify the file and push, three workflows will be executed as shown below, and the Ruby Gem build will eventually fail like in the picture.
When I click on the failed workflow, it says test (2.6) failed.
If you look at the log, there is an error. I really don't know how to fix the error.
I tried
gem install rouge -v 3.30.0
and updated ruby. but it's still the same.