Skip to content

Commit

Permalink
Merge pull request #219721 from anthonyroussel/bundler_2_4_7
Browse files Browse the repository at this point in the history
bundler: 2.4.6 -> 2.4.7
  • Loading branch information
marsam committed Mar 7, 2023
2 parents 4cd366e + 18b4f46 commit d3e9cbd
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.6";
source.sha256 = "sha256-MI/g13w5NMoHQ78AJ11BlKhulroUI6xNPqQ19iH51P8=";
version = "2.4.7";
source.sha256 = "sha256-sZQdZAWJD7PaH8qs+NDWTu5Cd3YBnOGIVs+GOxP9H7k=";
dontPatchShebangs = true;

postFixup = ''
Expand Down

0 comments on commit d3e9cbd

Please sign in to comment.