shells: gamification is ruby 3.2 now

This commit is contained in:
Charlotte Van Petegem 2023-10-15 12:33:54 +02:00
parent ec7a430809
commit dd2eac6848
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

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