bundler: 1.14.6 -> 1.16.1

This commit is contained in:
Benjamin Smith 2018-03-21 21:42:20 -07:00 committed by Jörg Thalheim
parent e9841a62ae
commit c56c0ac945

View File

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "1.14.6";
source.sha256 = "0h3x2csvlz99v2ryj1w72vn6kixf7rl35lhdryvh7s49brnj0cgl";
version = "1.16.1";
source.sha256 = "42b8e0f57093e1d10c15542f956a871446b759e7969d99f91caf3b6731c156e8";
dontPatchShebangs = true;
postFixup = ''