Installing Bundler

Bundler is a tool that makes it easier to keep track of what gems (and what versions of those gems) an application depends upon. It does so by installing all the gems in your application’s Gemfile. All of the code examples in this book use a Gemfile.

Bundler itself is a gem and can be installed with the following:

 
$ ​gem install bundler
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.182.62