Inspired by Python’s virtualenv project, Sandbox is a utility to create sandboxed Ruby/Rubygems environments. It is meant to address the following issues: Conflicts with unspecified gem dependency versions. Applications can have their own gem repositories. Permissions for installing your own gems. Ability to try gems out without installing into your global repository. A Simple way to enable this.