You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
321 B

  1. Bundler provides a consistent environment for Ruby projects by tracking and
  2. installing the exact gems and versions that are needed.
  3. Bundler is an exit from dependency hell, and ensures that the gems you need
  4. are present in development, staging, and production. Starting work on a
  5. project is as simple as bundle install.