shells: gamification is ruby 3.3 now

This commit is contained in:
Charlotte Van Petegem 2024-02-24 10:09:13 +01:00
parent 3583052df9
commit 041b47cdb9
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -56,7 +56,7 @@
postgres.command = "pg:start"; postgres.command = "pg:start";
}; };
language.ruby = { language.ruby = {
package = pkgs.ruby_3_2; package = pkgs.ruby_3_3;
nativeDeps = [ pkgs.sqlite pkgs.libmysqlclient pkgs.zlib pkgs.openssl pkgs.libyaml ]; nativeDeps = [ pkgs.sqlite pkgs.libmysqlclient pkgs.zlib pkgs.openssl pkgs.libyaml ];
}; };
} }