Skip to content

Commit

Permalink
bundler: 2.4.15 -> 2.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam committed Jul 11, 2023
1 parent ddb72f3 commit e664454
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.4.15";
source.sha256 = "sha256-FM2eQJyQy1UxmHj++zvlqLz8dDOxQRXehSOytfc0rqo=";
version = "2.4.16";
source.sha256 = "sha256-FjRuBn1YnZUgCoDzPFEbMLii6JASiFJbLTKS4hdenWk=";
dontPatchShebangs = true;

postFixup = ''
Expand Down

0 comments on commit e664454

Please sign in to comment.