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.
 
 
 
 
 
 
Dimitris Zlatanidis b2e5579f6d
ruby/rubygem-bundler: Updated for version 1.17.3.
7 years ago
..
README ruby/rubygem-bundler: Updated for version 1.13.0. 9 years ago
rubygem-bundler.SlackBuild ruby/rubygem-bundler: Updated for version 1.17.3. 7 years ago
rubygem-bundler.info ruby/rubygem-bundler: Updated for version 1.17.3. 7 years ago
slack-desc ruby/rubygem-bundler: Update homepage. 8 years ago

README

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.