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. It should display the version number.
bundle -v