Bundler

Links: Homepage
Dependencies: Ruby

Bundler manages a Ruby application's dependencies using a Gemfile.

Install

Install Bundler using RubyGems.

gem install bundler

Verify the Installation

To verify that you have correctly installed Bundler, execute the following command. It should display the version number.

bundle -v