Unverified Commit 83cb871d authored by Anthony Roussel's avatar Anthony Roussel
Browse files

bundler: 2.4.9 -> 2.4.10

parent 00a3584a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''