Deployment failed with Jekyll

Hello I am currently playing with Jekyll and Netlify.

I can’t seem to find out why the build keeps failing on deploy

I have Bundle 2.0.2 in my Gemfile.lock file.

Any ideas what I am doing wrong here?

Hi, @Humeira. This looks very similar to the error reported here:

Would you please try the solution there and let us know if this resolves the issue or not?

I just ran into this today. I updated my site to Jekyll 4 and needed to do this. Is this something that should be documented along with the other tips for Jekyll? Or is it a bug on the Jekyll/ruby/whatever side?

hi there, I’ll touch base with the team and we’ll take a closer look :slight_smile:

I think this bug will be the one we fix that helps this work better: respect "BUNDLED WITH" in Gemfile.lock to set bundler version · Issue #296 · netlify/build-image · GitHub

In the meantime you may need to use a specific version of bundler (2.0.1 instead of 2.0.2) to get things working.

Hello,

Bit late, I totally forgot I posted this here, sorry.
What I did was downgrading bundler to 2.0.1 and it still works.