Revert "bundler: 2.5.16 -> 2.5.21" (#353045)

This reverts commit 4dd40b15d8.

revert the bundler update to fix the gitlab nixosTest,
gitlab apparently wants only the old version.
This commit is contained in:
Noa Aarts 2024-11-02 08:13:23 +01:00 committed by GitHub
parent d0071d7e69
commit 7ffd9ae656
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "2.5.21";
source.sha256 = "sha256-ID1kXl9tqmC7+0zMsafUq6gXFnTgC8KHJChHQPjZ7/s=";
version = "2.5.16";
source.sha256 = "sha256-h7oDOPQNWSinmxqwZ4Z6Ns3lgTXQi2MmfvY5eVuVmDo=";
dontPatchShebangs = true;
postFixup = ''