Merge pull request #235093 from fetsorn/fetsorn/ruby-typo

ruby: fix typo
This commit is contained in:
Mario Rodas 2023-05-31 00:13:21 -05:00 committed by GitHub
commit f8c6fd0a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }: