Bundler

Bundler 锁定 gems 的版本,以保证一致的开发环境。

安装:

$ gem install bundler
$ bundle --version

Bundler 命令

$ bundle install
$ bundle update