Skip to content

Commit d23059c

Browse files
bundler: 2.4.7 -> 2.4.8
1 parent f29c3dc commit d23059c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.7";
8-
source.sha256 = "sha256-sZQdZAWJD7PaH8qs+NDWTu5Cd3YBnOGIVs+GOxP9H7k=";
7+
version = "2.4.8";
8+
source.sha256 = "sha256-/oLW+JPyFz4TIykm4rnOtvZwJ8fxZr/B49bsfZaZoWQ=";
99
dontPatchShebangs = true;
1010

1111
postFixup = ''

0 commit comments

Comments
 (0)