| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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
| zimbatm | 2020-02-10 | 1 | -1/+0 |
| * | ruby_2_7.withPackages: test | zimbatm | 2020-01-01 | 1 | -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 Ross | 2019-11-03 | 1 | -0/+2 |
| * | rubyPackages: remove global v8 pinning•••Removes global pinning of v8 to 3.16.14 and also removes the
unreferenced package 'therubyracer'.
| WilliButz | 2019-11-01 | 1 | -1/+0 |
| * | treewide: remove redundant quotes | volth | 2019-09-08 | 1 | -4/+4 |
| * | ruby.withPackages: init•••Co-authored-by: Alyssa Ross <hi@alyssa.is>
| Michael Fellinger | 2019-09-03 | 5 | -0/+442 |