lang/ruby: add +chruby (#2667)
Co-authored-by: Henrik Lissner <accounts@v0.io>
This commit is contained in:
parent
503c6d878e
commit
992f4b76f4
5 changed files with 21 additions and 5 deletions
|
@ -10,3 +10,7 @@
|
|||
(when (and (executable-find "rbenv") (featurep! +rbenv))
|
||||
(unless (split-string (shell-command-to-string "rbenv versions --bare") "\n" t)
|
||||
(warn! "No versions of ruby are available via rbenv, did you forget to install one?")))
|
||||
|
||||
(when (and (executable-find "chruby") (featurep! +chruby))
|
||||
(unless (split-string (shell-command-to-string "chruby") "\n" t)
|
||||
(warn! "No versions of ruby are available via chruby, did you forget to install one?")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue