Topics


Pages


Content

Guide to using Bundler for managing project gems in a Jekyll project or any Ruby project.

Quick reference

$ bundle help

$ bundle config set --local path vendor/bundle

$ bundle install
$ bundle install GEM_NAME
$ bundle add GEM_NAME
$ bundle update

$ bundle clean

$ bundle exec jekyll serve
$ bundle exec ruby foo.rb

Releases of Bundler

Bundler versions on rubygems.org