Merge branch 'u/bundler' into real_master

This commit is contained in:
Peter Hoeg 2017-02-18 17:35:07 +08:00
commit 3729441340

View file

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