mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/ruby: add +chruby (#2667)
Co-authored-by: Henrik Lissner <accounts@v0.io>
This commit is contained in:
committed by
GitHub
parent
503c6d878e
commit
992f4b76f4
@ -23,6 +23,8 @@
|
||||
(package! rbenv :pin "2ea1a5bdc1"))
|
||||
(when (featurep! +rvm)
|
||||
(package! rvm :pin "134497bc46"))
|
||||
(when (featurep! +chruby)
|
||||
(package! chruby :pin "42bc6d521f"))
|
||||
|
||||
;; Testing frameworks
|
||||
(package! rspec-mode :pin "c4353a1bff")
|
||||
|
Reference in New Issue
Block a user