Compiling a Web Development Environment on Mac OS X

Bundler

Links: Homepage
Dependencies: Ruby

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

Install

Install Bundler using RubyGems.

gem install bundler