bundler: 1.16.1 -> 1.16.2

This commit is contained in:
Alyssa Ross 2018-07-02 11:19:11 +00:00 committed by GitHub
parent 24ef1450bd
commit 925fe68e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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