bundler: 2.5.5 -> 2.5.6

Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.5.6/bundler/CHANGELOG.md
This commit is contained in:
Mario Rodas 2024-02-08 04:20:00 +00:00
parent 7ebc294d95
commit 9edbd729da

View file

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby;
name = "${gemName}-${version}";
gemName = "bundler";
version = "2.5.5";
source.sha256 = "sha256-E8f+JpAw4qZAKmVMBt7/Aa72dM7WSds76YtVA6CApGI=";
version = "2.5.6";
source.sha256 = "sha256-Gh8h0UVuFt0v7pNGHZZANIBHqi3K9dd2h0pg3dTfXGQ=";
dontPatchShebangs = true;
postFixup = ''