diff options
Diffstat (limited to 'ruby/rubygem-bundler/README')
-rw-r--r-- | ruby/rubygem-bundler/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ruby/rubygem-bundler/README b/ruby/rubygem-bundler/README deleted file mode 100644 index f136d1c317645..0000000000000 --- a/ruby/rubygem-bundler/README +++ /dev/null @@ -1,6 +0,0 @@ -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. |