lang/ruby: add +chruby (#2667)

Co-authored-by: Henrik Lissner <accounts@v0.io>
This commit is contained in:
Otávio Schwanck dos Santos 2020-03-09 18:04:10 +00:00 committed by GitHub
parent 503c6d878e
commit 992f4b76f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 5 deletions

View file

@ -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")