Skip to content

Commit

Permalink
Revert "bundler: 2.5.16 -> 2.5.21" (#353045)
Browse files Browse the repository at this point in the history
This reverts commit 4dd40b1.

revert the bundler update to fix the gitlab nixosTest,
gitlab apparently wants only the old version.
  • Loading branch information
itepastra authored Nov 2, 2024
1 parent d0071d7 commit 7ffd9ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ruby-modules/bundler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 7ffd9ae

Please sign in to comment.