Merge pull request #222277 from anthonyroussel/bundler_2_4_9

bundler: 2.4.8 -> 2.4.9
This commit is contained in:
Mario Rodas
2023-03-21 05:12:16 -05:00
committed by GitHub
@@ -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 = ''