Branch: refs/heads/master
Home: https://github.com/NixOS/nixpkgs
Commit: 6ae57b1b634d2145f72c1742685695e7192102ba
https://github.com/NixOS/nixpkgs/commit/6ae57b1b634d2145f72c1742685695e7192102ba
Author: zimbatm <[email protected]>
Date: 2016-08-29 (Mon, 29 Aug 2016)
Changed paths:
M pkgs/development/ruby-modules/bundler/default.nix
M pkgs/development/ruby-modules/gem-config/default.nix
Log Message:
-----------
bundler: fix usage on nested call
The combination of bundler 1.12.5 and rubygems 1.6.2 doesn't play well
at all when trying to run gems such as foreman where bundler is used to
run bundler.
Just upgrading to the latest bundler rc doesn't fix it and changing rubygems
causes a massive rebuild.
Issues:
- https://github.com/bundler/bundler/issues/4402
- https://github.com/bundler/bundler/issues/4576
- https://github.com/bundler/bundler/issues/4602
- https://github.com/docker-library/ruby/issues/73
This PR patches bundler to work around the issue as highlighted here and
unbreaks everything for me:
https://github.com/bundler/bundler/issues/4602#issuecomment-233619696
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits