summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-bundler/README
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/rubygem-bundler/README')
-rw-r--r--ruby/rubygem-bundler/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/ruby/rubygem-bundler/README b/ruby/rubygem-bundler/README
new file mode 100644
index 0000000000..0f4afe768d
--- /dev/null
+++ b/ruby/rubygem-bundler/README
@@ -0,0 +1,6 @@
+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.