sproogen / modern-resume-theme

A modern static resume template and theme. Powered by Jekyll and GitHub pages.
https://sproogen.github.io/modern-resume-theme/
MIT License
2.06k stars 1.38k forks source link

fix: Specify Jekyll version in Docker compose #179

Closed AdrienPoupa closed 1 year ago

AdrienPoupa commented 1 year ago

If no tag is specified, the latest version will be retrieved (v4) and the lock file is incompatible:

modern-resume-theme  | Bundler 2.3.25 is running, but your lockfile was generated with 2.1.4. Installing Bundler 2.1.4 and restarting using that version.
modern-resume-theme  | Fetching gem metadata from https://rubygems.org/.
modern-resume-theme  | Fetching bundler 2.1.4
modern-resume-theme  | Installing bundler 2.1.4
modern-resume-theme  | Fetching gem metadata from https://rubygems.org/.........
modern-resume-theme  | modern-resume-theme-2.0.10 requires ruby version ~> 2.0, which is incompatible
modern-resume-theme  | with the current version, ruby 3.1.1p18

There is a 3.9 tag on DockerHub, but 3.8 seems to work