BryanSchuetz / jekyll-deploy-gh-pages

A GitHub Action for building a Jekyll site (with custom plugins) and deploying it back to your gh-pages branch.
118 stars 60 forks source link

Ruby >=2.4.4 within the docker #15

Closed thinkyhead closed 4 years ago

thinkyhead commented 4 years ago

I'm getting this error on the build:

Gem::InstallError: zeitwerk requires Ruby version >= 2.4.4.

I've specified >=2.4.4 within the GitHub builder using the setup-ruby action, but apparently this doesn't get transmitted to the docker container. How can I get a newer version of Ruby in the docker within your action?

thinkyhead commented 4 years ago

Hmm… Seems to have been a spurious issue.