rbenv-gemset: remove outdated caveats
Closes Homebrew/homebrew#9334. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
fa8a121a5b
commit
21f8434086
1 changed files with 0 additions and 7 deletions
|
@ -12,11 +12,4 @@ class RbenvGemset < Formula
|
|||
def install
|
||||
prefix.install Dir['*']
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
Run the following command to complete the installation of rbenv-gemset:
|
||||
|
||||
rbenv gemset install
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue