Unverified Commit 647c549b authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #223789 from anthonyroussel/bundler_2_4_10

bundler: 2.4.9 -> 2.4.10
parents 2cc30d51 83cb871d
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 = ''