bundler: 2.4.7 -> 2.4.8

This commit is contained in:
Anthony Roussel 2023-03-10 20:28:39 +01:00
parent f29c3dcca0
commit d23059ce15
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.7";
source.sha256 = "sha256-sZQdZAWJD7PaH8qs+NDWTu5Cd3YBnOGIVs+GOxP9H7k=";
version = "2.4.8";
source.sha256 = "sha256-/oLW+JPyFz4TIykm4rnOtvZwJ8fxZr/B49bsfZaZoWQ=";
dontPatchShebangs = true;
postFixup = ''