bundler: 1.11.2 -> 1.12.5

This commit is contained in:
zimbatm 2016-06-12 13:35:15 +01:00
parent f145360835
commit 3086250ceb
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ buildRubyGem rec {
inherit ruby; inherit ruby;
name = "${gemName}-${version}"; name = "${gemName}-${version}";
gemName = "bundler"; gemName = "bundler";
version = "1.11.2"; version = "1.12.5";
sha256 = "0s37j1hyngc4shq0in8f9y1knjdqkisdg3dd1mfwgq7n1bz8zan7"; sha256 = "1q84xiwm9j771lpmiply0ls9l2bpvl5axn3jblxjvrldh8di2pkc";
dontPatchShebangs = true; dontPatchShebangs = true;
} }