Unverified Commit 7ffd9ae6 authored by Noa Aarts's avatar Noa Aarts Committed by GitHub
Browse files

Revert "bundler: 2.5.16 -> 2.5.21" (#353045)

This reverts commit 4dd40b15.

revert the bundler update to fix the gitlab nixosTest,
gitlab apparently wants only the old version.
parent d0071d7e
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.5.21";
  source.sha256 = "sha256-ID1kXl9tqmC7+0zMsafUq6gXFnTgC8KHJChHQPjZ7/s=";
  version = "2.5.16";
  source.sha256 = "sha256-h7oDOPQNWSinmxqwZ4Z6Ns3lgTXQi2MmfvY5eVuVmDo=";
  dontPatchShebangs = true;

  postFixup = ''