Merge pull request #223789 from anthonyroussel/bundler_2_4_10

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