bundler: 2.6.8 -> 2.6.9
Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.6.9/bundler/CHANGELOG.md
This commit is contained in:
parent
389291cdd7
commit
4a31be78fe
@ -13,8 +13,8 @@ buildRubyGem rec {
|
||||
inherit ruby;
|
||||
name = "${gemName}-${version}";
|
||||
gemName = "bundler";
|
||||
version = "2.6.8";
|
||||
source.sha256 = "sha256-vemZkXKWoWLklWSULcIxLtmo0y/C97SWyV9t88/Mh6k=";
|
||||
version = "2.6.9";
|
||||
source.sha256 = "sha256-olZ1/70FWuEYZ2bMHhILTPYliOiKu1m5nFfiKxxVyes=";
|
||||
dontPatchShebangs = true;
|
||||
|
||||
postFixup = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user