RubyMine 2017.3 Help

Using the Bundler

Basics

RubyMine implements the bundler as a powerful way of handling gem dependencies. The bundler is required to execute an application with the same set of gems it has been created and tested with.

RubyMine supports the bundler since version 0.8, but it is recommended to use version 0.9 and higher.

Prerequisites

To start using the bundler with RubyMine, make sure that the following prerequisites are met:

  • RubyGems version 1.3.7 or higher is installed.
  • The bundler gem is installed.

SUDO permission

On the UNIX-like computers, if the permissions are required to invoke the Bundler commands in a project, RubyMine automatically understands from the command output that running with sudo is needed, and suggests to re-run this command with sudo.

rm chef sudo
Last modified: 4 April 2018

See Also

Web Resources: