Bundler Explained

Version Ranges

gem 'foo'
gem 'bar', '>= 1.2.3'
gem 'baz', '~> 4.5.6'

Bundler Workflow

Gemfile vs. Gemfile.lock

bundle install vs. bundle update

bundle update

bundle install

bundle exec

bundle exec command

groups

group :test do
  gem "wrong"
end

more help

 Previous Lesson Next Lesson 

Outline

[menu]

/