redmine: Bump Ruby to version 4.0

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-07-10 01:51:50 +02:00
parent bc8e8eaa79
commit 580d265da6

View File

@@ -4,7 +4,7 @@
stdenvNoCC,
fetchurl,
bundlerEnv,
ruby_3_4,
ruby_4_0,
makeWrapper,
nixosTests,
openssl,
@@ -19,7 +19,7 @@ let
rubyEnv = bundlerEnv {
name = "redmine-env-${version}";
ruby = ruby_3_4;
ruby = ruby_4_0;
gemdir = ./.;
groups = [
"development"