Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jekyll build breaks on GitLab, bundler issue

I have a Jekyll website hosted on GitLab. Since upgrading to the latest version, 3.8.5 my builds break and I get the following message

$ bundle install --path vendor  
You must use Bundler 2 or greater with this lockfile.
ERROR: Job failed: exit code 1

Is there a way to update Bundler on GitLab or some other solution to solve this?

like image 464
M5corn Avatar asked Jan 11 '19 16:01

M5corn


1 Answers

Just wanted to update this question if anyone else have this issue. I wasn't able to update Bundler but deleting Gemfile.lock file fixed the issue.

like image 88
M5corn Avatar answered Sep 24 '22 03:09

M5corn