bundler: 2.4.6 -> 2.4.7

This commit is contained in:
Anthony Roussel 2023-02-16 19:49:54 +01:00
parent 00dff290ed
commit 18b4f46cb6
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.4.6";
source.sha256 = "sha256-MI/g13w5NMoHQ78AJ11BlKhulroUI6xNPqQ19iH51P8=";
version = "2.4.7";
source.sha256 = "sha256-sZQdZAWJD7PaH8qs+NDWTu5Cd3YBnOGIVs+GOxP9H7k=";
dontPatchShebangs = true;
postFixup = ''