ruby: fix typo

This commit is contained in:
fetsorn 2023-05-31 04:13:29 +04:00
parent 3c7a68613b
commit 025b14d24e

View File

@ -1,5 +1,5 @@
/* An environment for development that bundles ruby, bundler and bundix
together. This avoids version conflicts where each is using a diferent
together. This avoids version conflicts where each is using a different
version of each-other.
*/
{ buildEnv, ruby, bundler, bundix }: