redmine: Remove windows targets from bundler platforms

We only support the `ruby` target and no native targets.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2026-07-10 00:39:22 +02:00
parent 31c5f936f8
commit c57d218fbe

View File

@@ -15,6 +15,10 @@ for file in "gemset.nix" "Gemfile.lock"; do
done
bundle lock --add-platform ruby
bundle lock --remove-platform mingw
bundle lock --remove-platform x64_mingw
bundle lock --remove-platform mswin
bundle lock --remove-platform windows
bundle lock --remove-platform aarch64-linux
bundle lock --remove-platform aarch64-linux-gnu
bundle lock --remove-platform aarch64-linux-musl