We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 047a5a1 commit 0cbcb95Copy full SHA for 0cbcb95
pkgs/development/ruby-modules/bundler/default.nix
@@ -4,8 +4,8 @@ buildRubyGem rec {
4
inherit ruby;
5
name = "${gemName}-${version}";
6
gemName = "bundler";
7
- version = "1.14.6";
8
- sha256 = "0h3x2csvlz99v2ryj1w72vn6kixf7rl35lhdryvh7s49brnj0cgl";
+ version = "1.15.0";
+ sha256 = "1k84zjr49ri7dj0mbjm7wkqdmknwdid817y2kyhn42mh4vxa68id";
9
dontPatchShebangs = true;
10
11
postFixup = ''
0 commit comments