bundler: 2.2.24 -> 2.3.6

This commit is contained in:
FliegendeWurst 2022-01-26 13:16:10 +01:00
parent 02f296c273
commit c053bd3a4b
2 changed files with 3 additions and 5 deletions

View File

@ -4,8 +4,8 @@ buildRubyGem rec {
inherit ruby; inherit ruby;
name = "${gemName}-${version}"; name = "${gemName}-${version}";
gemName = "bundler"; gemName = "bundler";
version = "2.2.24"; version = "2.3.6";
source.sha256 = "1x3czmqhlyb593ap7mxkk47idi2jnbnrpwj8xlsjdpi7iair9y62"; source.sha256 = "1531z805j3gls2x0pqp2bp1vv1rf5k7ynjl4qk72h8lpm1skqk9r";
dontPatchShebangs = true; dontPatchShebangs = true;
postFixup = '' postFixup = ''

View File

@ -118,9 +118,7 @@ else
source = Bundler::Source::Path.new(options) source = Bundler::Source::Path.new(options)
end end
spec = source.specs.search_all(name).first spec = source.specs.search_all(name).first
Bundler.rubygems.with_build_args build_flags do source.install(spec, :build_args => build_flags)
source.install(spec)
end
msg = spec.post_install_message msg = spec.post_install_message
if msg if msg