summaryrefslogtreecommitdiff
path: root/pkgs/development/ruby-modules/with-packages (follow)
Commit message (Expand)AuthorAgeFilesLines
* ruby_2_4: remove•••According to https://endoflife.software/programming-languages/server-side-scripting/ruby ruby 2.4 will go end-of-life in march, where the new release of nixpkgs will be cut. We won't be able to support it for security updates. Remove all references to ruby_2_4 and add ruby_2_7 instead where missing. Mark packages that depend on ruby 2.4 as broken: * chefdk * sonic-pi zimbatm2020-02-101-1/+0
* ruby_2_7.withPackages: testzimbatm2020-01-011-0/+1
* ruby.withPackages: preserve setup hooks (#72743)•••This fixes nix-shell -p 'ruby.withPackages (const [])' ruby.devdoc which otherwise wouldn't find documentation, unlike nix-shell -p ruby ruby.devdoc which would, because ruby has setup hooks to accomodate for this, that were being masked by the withPackages wrapper.Alyssa Ross2019-11-031-0/+2
* rubyPackages: remove global v8 pinning•••Removes global pinning of v8 to 3.16.14 and also removes the unreferenced package 'therubyracer'. WilliButz2019-11-011-1/+0
* treewide: remove redundant quotesvolth2019-09-081-4/+4
* ruby.withPackages: init•••Co-authored-by: Alyssa Ross <hi@alyssa.is> Michael Fellinger2019-09-035-0/+442