summaryrefslogtreecommitdiff
path: root/pkgs/development/ruby-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #90258 from Shopify/epk/bump-solargraph•••solargraph: 0.38.6 -> 0.39.8Lassulus2020-08-222-30/+52
|\
| * solargraph: 0.38.6 -> 0.39.8Aditya Sharma2020-06-132-30/+52
* | defaultGemConfig.mathematical: fix cross compilationJoe Hermaszewski2020-07-101-4/+11
|/
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-102-2/+2
* set GEM_HOME via Gem.pathsMichael Fellinger2020-04-061-1/+3
* update versions in Gemfile.lockMichael Fellinger2020-04-061-1/+1
* bundler: 1.17.3 -> 2.1.4Michael Fellinger2020-04-034-5/+5
* solargraph: 0.38.0 -> 0.38.6Douglas Soares de Andrade2020-03-272-29/+80
* Revert "defaultGemConfig: remove asciidoctor-diagram JARs" (#81737)•••This reverts commit 1ac11cc1c1858af1cef725d68cacf7102366e588. asciidoctor-diagram starts Java processes, so the JARs are necessary on all platforms. See https://github.com/NixOS/nixpkgs/pull/77149#issuecomment-594576339.zimbatm2020-03-041-9/+0
* Merge pull request #81664 from jtojnar/vips-cleanup•••vips: general clean-upsJan Tojnar2020-03-041-1/+1
|\
| * vips: split into multiple outputsJan Tojnar2020-03-041-1/+1
* | bundlerEnv: Add option to copy gem files instead of symlinking•••The way ruby loads gems and keeps track of their paths seems to not always work very well when the gems are accessed through symlinks. Ruby will then complain that the same files are loaded multiple times; it relies on the file's full path to determine whether the file is loaded or not. This adds an option to simply copy all gem files into the environment instead, which gets rid of this issue, but may instead result in major file duplication. talyz2020-03-032-19/+48
|/
* rubyWithPackages.libv8: fix compilationMichael Fellinger2020-02-181-0/+6
* 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
* defaultGemConfig: remove asciidoctor-diagram JARs•••(Except on JRuby, where these are presumably important.) Alyssa Ross2020-01-091-0/+9
* defaultGemConfig: reduce mathematical closure size•••ext/ isn't needed once the extensions have been built, contains references to a bunch of huge dependencies, and contains megabytes of tests. Alyssa Ross2020-01-091-0/+8
* buildRubyGem: remove more bloat filesAlyssa Ross2020-01-091-2/+5
* buildRubyGem: strip by default•••I'm not sure why this was disabled, but it looks like a pretty harmless way to bring down closure size and remove references to compilers and stuff. Alyssa Ross2020-01-091-1/+1
* Merge master into staging-nextFrederik Rietdijk2020-01-021-0/+1
|\
| * ruby_2_7.withPackages: testzimbatm2020-01-011-0/+1
* | Merge gcc-9 into staging (#68029)Frederik Rietdijk2019-12-301-0/+1
|\ \
| * \ Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-265-34/+30
| |\ \
| * | | rubyPackages.grpc: fix build with gcc9Franz Pletz2019-11-051-0/+1
* | | | treewide: replace make/build/configure/patchFlags with nix listsMerijn Broeren2019-12-301-12/+11
| |_|/ |/| |
* | | bundlerEnv: fix for Ruby 2.7•••Setting a Bundler version with GEM_PATH doesn't seem to work in Ruby 2.7, so we need to use the LOAD_PATH instead. Without this, bundlerEnv environments will always use the version of Bundler that comes with Ruby, which won't necessarily work because it isn't the version that was used to generate the bundle. For example, building ronn with Ruby 2.7 without this change results in a broken executable, but it works (when built with all packaged Ruby versions) after this change.Alyssa Ross2019-12-262-3/+3
| |/ |/|
* | ruby-modules: parse build_flags correctly:•••In building a gem whose native extension is a Rakefile, the previous version of this code will call essentially `rake ""`, when it means to call `rake`. This change converts `""` into `[]` rather than `[""]`. Burke Libbey2019-12-171-2/+3
* | defaultGemConfig: change 'infocmp' reference from 'ncurses.dev' to 'ncurses' ...buckley3102019-12-101-1/+1
* | Merge master into staging-nextFrederik Rietdijk2019-11-302-24/+24
|\ \
| * | solargraph: 0.37.2 -> 0.38.0 (#74362)Americo2019-11-282-24/+24
* | | treewide: Stop using Qt 5.9adisbladis2019-11-181-6/+1
|/ /
* | Merge staging-next into stagingFrederik Rietdijk2019-11-051-0/+2
|\|
| * 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
* | Merge pull request #72347 from NixOS/bash-no-undef-vars•••treewide: `set -u` everywhereJohn Ericson2019-11-041-1/+1
|\ \ | |/ |/|
| * treewide: Make still dont* Variables are optional in most cases•••Go beyond the obvious setup hooks now, with a bit of sed, with a skipped case: - cc-wrapper's `dontlink`, because it already is handled. Also, in nix files escaping was manually added. EMP John Ericson2019-11-011-1/+1
* | rubyPackages: remove global v8 pinning•••Removes global pinning of v8 to 3.16.14 and also removes the unreferenced package 'therubyracer'. WilliButz2019-11-012-12/+1
|/
* solargraph: 0.35.2 -> 0.37.2Americo2019-10-272-35/+24
* bundler: 1.17.2 -> 1.17.3•••Extracted from https://github.com/NixOS/nixpkgs/pull/70216. talyz2019-10-021-2/+2
* Re-Revert "Merge branch 'staging-next'"•••This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16. Vladimír Čunát2019-09-221-3/+3
* Revert "Merge branch 'staging-next'"•••This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions. Vladimír Čunát2019-09-211-3/+3
* Merge branch 'master' into staging-nextVladimír Čunát2019-09-153-3/+23
|\
| * jazzy: 0.10.0 -> 0.11.0 (#68766)•••* gem-config: fix sassc on darwin By default the sassc gem compiles with LTO, but LTO is currently broken on darwin. * jazzy: 0.10.0 -> 0.11.0 Lily Ballard2019-09-141-1/+4
| * gem-config: fix zookeeper for gcc-8 (#68642)Michael Fellinger2019-09-132-1/+18
| * bundlerApp: avoid unecessary rebuilds when gemdir changes•••Because the gemdir was referenced on the derivation, it would cause the whole gemdir to get added to the store, which would in turn force the derivation to be rebuilt whenever unrelated folder files would change. zimbatm2019-09-131-1/+1
* | Merge branch 'staging-next' into stagingJan Tojnar2019-09-122-27/+1
|\|
| * sup: remove (#68416)•••sup: removeJan Tojnar2019-09-102-27/+0
| |\
| | * sup: removeMichael Fellinger2019-09-102-27/+0
| * | gem-config: fix gpgmeMichael Fellinger2019-09-101-0/+1
| |/
* / treewide: replace mysql.connector-c to libmysqlclientIzorkin2019-09-091-3/+3
|/
* treewide: remove redundant quotesvolth2019-09-082-5/+5
* Merge remote-tracking branch 'upstream/gcc-8' into staging-next•••Earlier the gcc8 branch was merged instead of the gcc-8 branch (note the dash)... Frederik Rietdijk2019-09-081-1/+14
|\