_3llo: use ruby 3.1

The ruby 3.0 package is affected by the openssl_1_1 eol in 2023/09.
This commit is contained in:
Martin Weinelt
2023-05-14 01:26:03 +02:00
parent 1de41f9f36
commit 03c44f43f9
+1 -2
View File
@@ -1,8 +1,7 @@
{ lib, ruby_3_0, bundlerApp, fetchpatch }:
{ lib, bundlerApp }:
bundlerApp {
pname = "3llo";
ruby = ruby_3_0;
gemdir = ./.;