Skip to content

Commit 7ffd9ae

Browse files
authored
Revert "bundler: 2.5.16 -> 2.5.21" (NixOS#353045)
This reverts commit 4dd40b1. revert the bundler update to fix the gitlab nixosTest, gitlab apparently wants only the old version.
1 parent d0071d7 commit 7ffd9ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/ruby-modules/bundler/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildRubyGem rec {
44
inherit ruby;
55
name = "${gemName}-${version}";
66
gemName = "bundler";
7-
version = "2.5.21";
8-
source.sha256 = "sha256-ID1kXl9tqmC7+0zMsafUq6gXFnTgC8KHJChHQPjZ7/s=";
7+
version = "2.5.16";
8+
source.sha256 = "sha256-h7oDOPQNWSinmxqwZ4Z6Ns3lgTXQi2MmfvY5eVuVmDo=";
99
dontPatchShebangs = true;
1010

1111
postFixup = ''

0 commit comments

Comments
 (0)