bobvanderlinden / nixpkgs-ruby

A Nix repository with all Ruby versions being kept up-to-date automatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom rubygems should not be needed for >= 2

bobvanderlinden opened this issue · comments

Currently all ruby builds get a custom rubygems version copied into the build. This shouldn't be needed because Ruby itself nowadays have rubygems (and other repositories) copied into the repo already.

This will make the builds more in line with what Ruby intended and more in line with builds from other distros. It also avoids having to match up the right rubygems for the right ruby versions.

Removing this will cause a rebuild of all ruby versions.

This was resolved by #39