Background
Gemfile.lock is used by jekyll to determine the project`s module depedencies. Including the specific required module version. If the module version installed on the system is different with Gemfile.lock module version, mismatch issue will be occured.
Objectives
to Solve module mismatch preventing jekyll from running.
Deliverables
article & illustration