bundler: 2.5.6 -> 2.5.7

https://github.com/rubygems/rubygems/releases/tag/bundler-v2.5.7
This commit is contained in:
Anthony Roussel 2024-03-24 21:46:18 +01:00
parent 2ec7013424
commit 55876e02de
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "2.5.6";
source.sha256 = "sha256-Gh8h0UVuFt0v7pNGHZZANIBHqi3K9dd2h0pg3dTfXGQ=";
version = "2.5.7";
source.sha256 = "sha256-Df4EofDsE828V59yTND3+hdDfbB7iaQfWZfiC/SoNA4=";
dontPatchShebangs = true;
postFixup = ''