bundler: 2.3.24 -> 2.3.25

This commit is contained in:
Anthony Roussel 2022-11-06 10:56:12 +01:00
parent a01486329d
commit 84ef2aad5d
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.3.24";
source.sha256 = "sha256-6qLrjDiS6HD5eSUrIZa9d+tVHh2/PNxOsWS6AexEOMQ=";
version = "2.3.25";
source.sha256 = "sha256-/YHsRjXEGJtm/QeJU31cs4s4ELcHZfbh6C3aFbl1ka0=";
dontPatchShebangs = true;
passthru.updateScript = writeScript "gem-update-script" ''