bundler: 1.17.3 -> 2.1.4

This commit is contained in:
Michael Fellinger
2020-04-03 23:52:14 +02:00
parent f6b382b25a
commit a2e73b062a
4 changed files with 5 additions and 5 deletions
@@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "1.17.3";
source.sha256 = "0ln3gnk7cls81gwsbxvrmlidsfd78s6b2hzlm4d4a9wbaidzfjxw";
version = "2.1.4";
source.sha256 = "12glbb1357x91fvd004jgkw7ihlkpc9dwr349pd7j83isqhls0ah";
dontPatchShebangs = true;
postFixup = ''