lol

Merge pull request #156850 from FliegendeWurst/bundler-2.3.6

authored by

Sandro and committed by
GitHub
710b1d9c 17969a9b

+3 -5
+2 -2
pkgs/development/ruby-modules/bundler/default.nix
··· 4 4 inherit ruby; 5 5 name = "${gemName}-${version}"; 6 6 gemName = "bundler"; 7 - version = "2.2.24"; 8 - source.sha256 = "1x3czmqhlyb593ap7mxkk47idi2jnbnrpwj8xlsjdpi7iair9y62"; 7 + version = "2.3.6"; 8 + source.sha256 = "1531z805j3gls2x0pqp2bp1vv1rf5k7ynjl4qk72h8lpm1skqk9r"; 9 9 dontPatchShebangs = true; 10 10 11 11 postFixup = ''
+1 -3
pkgs/development/ruby-modules/gem/nix-bundle-install.rb
··· 118 118 source = Bundler::Source::Path.new(options) 119 119 end 120 120 spec = source.specs.search_all(name).first 121 - Bundler.rubygems.with_build_args build_flags do 122 - source.install(spec) 123 - end 121 + source.install(spec, :build_args => build_flags) 124 122 125 123 msg = spec.post_install_message 126 124 if msg