summaryrefslogtreecommitdiffstats
path: root/ruby/rubygem-bundler/README
diff options
context:
space:
mode:
author Matteo Bernardini2020-11-22 10:57:42 +0100
committer Matteo Bernardini2020-11-22 10:57:42 +0100
commit99958f26868be3a2a2f73e06fb3a4ea20edbd6e2 (patch)
treee98702265056ca9dbc2208f4efcd9c4687fde69c /ruby/rubygem-bundler/README
parentd16bcf418dcbbf01c065787ba1defff73d4d4f3c (diff)
downloadslackbuilds-current-20201122.1.tar.gz
20201122.1 global branch merge.current-20201122.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-bundler/README')
-rw-r--r--ruby/rubygem-bundler/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/ruby/rubygem-bundler/README b/ruby/rubygem-bundler/README
deleted file mode 100644
index f136d1c317..0000000000
--- 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.