bundler: 1.14.4 -> 1.14.6 (#23930)

This commit is contained in:
Andrzej Trzaska 2017-03-15 21:34:35 +01:00 committed by zimbatm
parent 77b7b7df33
commit 376d960034

View file

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "1.14.4";
sha256 = "1hafmb7p41pm40a2z7f4x5zpgrb72xvgwlvkxnflmzqkvq2prkfv";
version = "1.14.6";
sha256 = "0h3x2csvlz99v2ryj1w72vn6kixf7rl35lhdryvh7s49brnj0cgl";
dontPatchShebangs = true;
postFixup = ''