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; inherit ruby;
name = "${gemName}-${version}"; name = "${gemName}-${version}";
gemName = "bundler"; gemName = "bundler";
version = "1.14.4"; version = "1.14.6";
sha256 = "1hafmb7p41pm40a2z7f4x5zpgrb72xvgwlvkxnflmzqkvq2prkfv"; sha256 = "0h3x2csvlz99v2ryj1w72vn6kixf7rl35lhdryvh7s49brnj0cgl";
dontPatchShebangs = true; dontPatchShebangs = true;
postFixup = '' postFixup = ''