You must use Bundler 2 or greater with this lockfile. #12

Closed
opened 2025-11-20 04:14:51 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @Axxon on GitHub (Apr 1, 2020).

Hello i just start to try running Jekyll with this repo and i got:

docker run -p 8080:4000 -v $(pwd):/site bretfisher/jekyll-serve
You must use Bundler 2 or greater with this lockfile.

Please what's wrong ?

Originally created by @Axxon on GitHub (Apr 1, 2020). Hello i just start to try running Jekyll with this repo and i got: ``` docker run -p 8080:4000 -v $(pwd):/site bretfisher/jekyll-serve You must use Bundler 2 or greater with this lockfile. ``` Please what's wrong ?
Author
Owner

@BretFisher commented on GitHub (Apr 1, 2020):

This repo only had bundler 1.x installed. I've added 2.x as well so that image on docker hub should be updated later today for you to do a pull and try again. You can reopen this issue after tomorrow if it's still an issue (but remember you need to pull or delete the local image from the cache to ensure you get the latest)

@BretFisher commented on GitHub (Apr 1, 2020): This repo only had bundler 1.x installed. I've added 2.x as well so that image on docker hub should be updated later today for you to do a `pull` and try again. You can reopen this issue after tomorrow if it's still an issue (but remember you need to pull or delete the local image from the cache to ensure you get the latest)
Author
Owner

@Axxon commented on GitHub (Apr 1, 2020):

Thanks you very much for your reactivity.

@Axxon commented on GitHub (Apr 1, 2020): Thanks you very much for your reactivity.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jekyll-serve#12