Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The jekyll image specified in the docs is incompatible with #4247

Open
2 tasks done
stefandecimelli opened this issue Oct 11, 2024 · 0 comments · May be fixed by #4296
Open
2 tasks done

The jekyll image specified in the docs is incompatible with #4247

stefandecimelli opened this issue Oct 11, 2024 · 0 comments · May be fixed by #4296
Assignees
Labels
defect Something isn't working in triage

Comments

@stefandecimelli
Copy link

stefandecimelli commented Oct 11, 2024

Current Behavior

The command to run the doc server via docker in DEVELOPING.md uses jekyll:3, which is incompatible with the current dependency: public_suffix.

Steps to Reproduce

The docker command fails

$ docker run --rm -it --name jekyll -p "127.0.0.1:4000:4000" -v "$(pwd)/docs:/srv/jekyll:Z" jekyll/jekyll:3 jekyll serve

Warning: the running version of Bundler (2.0.2) is older than the version that created the lockfile (2.3.25). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
Fetching gem metadata from https://rubygems.org/............
Fetching gem metadata from https://rubygems.org/.
Resolving dependencies...
public_suffix-6.0.1 requires ruby version >= 3.0, which is incompatible with the current version, ruby 2.6.3p62

Expected Behavior

Fetching gem metadata from https://rubygems.org/...........
Using bundler 2.3.25
Fetching public_suffix 6.0.1
Using colorator 1.1.0
Fetching concurrent-ruby 1.3.4
Installing public_suffix 6.0.1
Installing concurrent-ruby 1.3.4
...

Checklist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment