bundler: 2.4.9 -> 2.4.10

This commit is contained in:
Anthony Roussel 2023-03-29 22:18:28 +02:00
parent 00a3584a5f
commit 83cb871d8b
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.9";
source.sha256 = "sha256-biRQBhoRrRwbkxVR7Se6YOnqzuFI4l4dc6Z92JRFhNM=";
version = "2.4.10";
source.sha256 = "sha256-uYBvqUQGOmqGdqj57Ux8d2o2w7yC8mxXYIZ6AoW0oSE=";
dontPatchShebangs = true;
postFixup = ''