bundler: 1.9.2 -> 1.10.5

This commit is contained in:
William A. Kennington III 2015-07-06 16:41:53 -07:00
parent 0f21f3e00b
commit 8f17099d6a

View File

@ -1,9 +1,9 @@
{ buildRubyGem, makeWrapper, ruby, coreutils }:
buildRubyGem {
name = "bundler-1.9.2";
name = "bundler-1.10.5";
namePrefix = "";
sha256 = "0ck9bnqg7miimggj1d6qlabrsa5h9yaw241fqn15cvqh915209zk";
sha256 = "1zkxw6699bbmsamrij2lirscbh0j58p1p3bql22jsxvx34j6w5nc";
dontPatchShebangs = true;
postInstall = ''
find $out -type f -perm +0100 | while read f; do