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

Get The Cucumber Book now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.