Merge pull request #231751 from mweinelt/_3llo-ruby_3_1

_3llo: use ruby 3.1
This commit is contained in:
figsoda
2023-05-13 20:30:06 -04:00
committed by GitHub
+1 -2
View File
@@ -1,8 +1,7 @@
{ lib, ruby_3_0, bundlerApp, fetchpatch }:
{ lib, bundlerApp }:
bundlerApp {
pname = "3llo";
ruby = ruby_3_0;
gemdir = ./.;