bundler: 1.9.2 -> 1.10.5
This commit is contained in:
parent
0f21f3e00b
commit
8f17099d6a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user