mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
4d693a440e
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
6 lines
321 B
Text
6 lines
321 B
Text
Bundler provides a consistent environment for Ruby projects by tracking and
|
|
installing the exact gems and versions that are needed.
|
|
|
|
Bundler is an exit from dependency hell, and ensures that the gems you need
|
|
are present in development, staging, and production. Starting work on a
|
|
project is as simple as bundle install.
|