📝 Edit page
➕ Add page
Bundler
Working with the
bundle
package manager i.e. Bundler
Topics
Pages
- Clean
- Config
- Environment
-
Gem path
Allow access to gems in the PATH variable
- Gemfile
- Groups
- Help
- Init
- Install and update Bundler
- Install gems
- List
- Other
- Upgrade
- View
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