Skip to content

Commit

Permalink
bundler: 2.5.16 -> 2.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Oct 4, 2024
1 parent c9aedc9 commit 9d5aad7
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.16";
source.sha256 = "sha256-h7oDOPQNWSinmxqwZ4Z6Ns3lgTXQi2MmfvY5eVuVmDo=";
version = "2.5.21";
source.sha256 = "sha256-ID1kXl9tqmC7+0zMsafUq6gXFnTgC8KHJChHQPjZ7/s=";
dontPatchShebangs = true;

postFixup = ''
Expand Down

0 comments on commit 9d5aad7

Please sign in to comment.