Gandalf is ruby 3.2 now

This commit is contained in:
Charlotte Van Petegem 2023-04-19 22:30:46 +02:00
parent 76d5fa9d28
commit 7401e5ba8a
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -43,7 +43,7 @@
sidekiq.command = "bundle exec sidekiq";
};
language.ruby = {
package = pkgs.ruby_3_0;
package = pkgs.ruby_3_2;
nativeDeps = [ pkgs.libmysqlclient pkgs.zlib ];
};
}