···33 ruby,
44 buildRubyGem,
55 bundlerEnv,
66+ bundlerUpdateScript,
67}:
78let
89 deps = bundlerEnv rec {
···29303031 source.sha256 = "sha256-n1qPiZoUwaD+dMuJKI8k3cR71dg6yIrIAj0ZsFbstQ8=";
3132 propagatedBuildInputs = [ deps ];
3333+3434+ passthru.updateScript = bundlerUpdateScript "${pname}";
32353336 meta = with lib; {
3437 description = "It allows you to search for a key and get the value and the line number where it is located in YAML and JSON files";