bundler: 2.5.9 -> 2.5.10

https://github.com/rubygems/rubygems/releases/tag/bundler-v2.5.10
This commit is contained in:
Anthony Roussel 2024-05-03 20:48:29 +02:00
parent 6ea23fc733
commit 0a0b584cde
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E

View File

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "2.5.9";
source.sha256 = "sha256-4rYTJb41m85U6w/tiEBO/mfl4fgAPTSiIYQeO3Za7AY=";
version = "2.5.10";
source.sha256 = "sha256-eta+7Y+kmnmlkgKfdz8kkrn075FtinLO5OLRBOW2+q0=";
dontPatchShebangs = true;
postFixup = ''