Skip to content

Bundler

redtide edited this page Sep 19, 2020 · 1 revision

Bundler is used in Jekyll as Ruby gem package manager, where Jekyll itself is one of the gems installed. It requires a Gemfile to define which gems are required for the project, with the related versions. The versions used are the same used by GitHub Pages. To simplify the process a jekyll.sh bash script was added to install all the required tools locally, including Bundler, for which creates a .bundle directory in the source tree.

Clone this wiki locally