Description
Manages Ruby application dependencies across machines using Gemfiles and lockfiles. It is useful for installing consistent gem versions, running project commands, and keeping development and deployment environments repeatable.
Dependency managers can install and execute third-party code. Review Gemfiles, lockfiles, sources, and credentials before running bundle commands in unfamiliar projects.