aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rbenv-bundler.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Formula/rbenv-bundler.rb b/Library/Formula/rbenv-bundler.rb
index 31090d99f..8cac9faa8 100644
--- a/Library/Formula/rbenv-bundler.rb
+++ b/Library/Formula/rbenv-bundler.rb
@@ -12,4 +12,13 @@ class RbenvBundler < Formula
ln_sf opt_prefix, "#{HOMEBREW_PREFIX}/var/lib/rbenv/plugins/#{name}"
end
+
+ def caveats; <<-EOS.undent
+ rbenv-bundler may cause problems with rbenv including significant slowdown
+ of shell initialisation and rehashing.
+
+ Please report any issues with rbenv after installing this plugin here:
+ https://github.com/carsomyr/rbenv-bundler/issues/new
+ EOS
+ end
end