bundler: 2.4.8 -> 2.4.9

This commit is contained in:
Anthony Roussel 2023-03-21 02:59:09 +01:00
parent de80fd06c5
commit c0bb90b440
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.8";
source.sha256 = "sha256-/oLW+JPyFz4TIykm4rnOtvZwJ8fxZr/B49bsfZaZoWQ=";
version = "2.4.9";
source.sha256 = "sha256-biRQBhoRrRwbkxVR7Se6YOnqzuFI4l4dc6Z92JRFhNM=";
dontPatchShebangs = true;
postFixup = ''