bundler: 2.2.24 -> 2.3.6

main
FliegendeWurst 2 years ago
parent 02f296c273
commit c053bd3a4b
  1. 4
      pkgs/development/ruby-modules/bundler/default.nix
  2. 4
      pkgs/development/ruby-modules/gem/nix-bundle-install.rb

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

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

Loading…
Cancel
Save