about summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
AgeCommit message (Collapse)AuthorFilesLines
2023-05-20rubyPackages.ovirt-engine-sdk: fix build on ruby 3.1 and higherStanisław Pitucha1-1/+10
Include a patch merged but not released upstream.
2023-05-13bundler: 2.4.12 -> 2.4.13Mario Rodas1-2/+2
Diff: https://github.com/rubygems/rubygems/compare/bundler-v2.4.12...bundler-v2.4.13 Changelog: https://github.com/rubygems/rubygems/releases/tag/bundler-v2.4.13
2023-05-01defaultGemConfig.grpc: update configWeijia Wang1-2/+5
2023-04-11ruby-modules: add jekyll-archives, jekyll-spaceshipwzy1-0/+2
Fixes #225593 Fixes #225594
2023-04-15bundler: 2.4.10 -> 2.4.12Mario Rodas1-2/+2
https://github.com/rubygems/rubygems/releases/tag/bundler-v2.4.11 https://github.com/rubygems/rubygems/releases/tag/bundler-v2.4.12
2023-04-05Merge master into staging-nextgithub-actions[bot]1-11/+2
2023-04-05bundix: 2.5.1 -> 2.5.2Kirill Radzikhovskyy1-11/+2
2023-04-01Merge staging-next into staginggithub-actions[bot]1-2/+17
2023-04-01bundix: fixup ruby_3_0 supportKirill Radzikhovskyy1-2/+17
2023-03-29bundler: 2.4.9 -> 2.4.10Anthony Roussel1-2/+2
2023-03-21bundler: 2.4.8 -> 2.4.9Anthony Roussel1-2/+2
2023-03-12Merge staging-next into staginggithub-actions[bot]2-4/+20
2023-03-11Merge pull request #210228 from amarshall/ruby-makebinarywrapperMario Rodas2-4/+20
ruby: Fix withPackages on darwin with makeBinaryWrapper
2023-03-10bundler: 2.4.7 -> 2.4.8Anthony Roussel1-2/+2
2023-03-06bundler: 2.4.6 -> 2.4.7Anthony Roussel1-2/+2
2023-03-02Merge pull request #218781 from viraptor/ruby-libxml-darwinStanisław Pitucha1-0/+3
rubyPackages.libxml-ruby: fix darwin build
2023-03-01rubyPackages.libxml-ruby: fix darwin buildStanisław Pitucha1-0/+3
2023-02-28rubyPackages.fiddle: add libffi to dependenciesStanisław Pitucha1-0/+4
2023-02-25rubyPackages.gpgme: fix buildMario Rodas1-0/+1
2023-02-23rubyPackages: Add back railsGriffin Smith1-1/+1
d8358154694 (rubyPackages: add dip, 2022-04-13) commented this out, for reasons I can't entirely figure out - adding it back seems to work perfectly fine, so this does that.
2023-02-22treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionalsArtturin1-2/+2
env values must be strings
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin2-2/+2
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-18rubyPackages.eventmachine: fix darwin buildStanisław Pitucha1-0/+5
This fixes the build of mailcatcher (and maybe others). Fixes: ``` em.cpp:1232:40: error: invalid operands to binary expression ('__bind<int &, sockaddr *&, int &>' and 'int') if (bind (sd, bind_to, bind_to_size) < 0) { ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~ ``` Where `bind` is treated as `std::bind` rather than `::bind` in newer C++ standards.
2023-02-14Merge pull request #216143 from Julow/ruby-unremove-mailAnderson Torres1-0/+1
rubyPackages: Unremove `mail`
2023-02-13treewide: use optionalStringFelix Buehler1-3/+2
2023-02-13rubyPackages.mail: init at 2.8.1Jules Aguillon1-0/+1
The `mail` gem has been removed in 3b953b5a697 because it was only a dependency of the gem `rails` which has been commented out.
2023-01-31bundler: 2.4.5 -> 2.4.6Anthony Roussel1-2/+2
2023-01-28psych: add libyaml as build inputStephen Checkoway1-1/+5
Starting with version 5, psych no longer bundles libyaml (https://github.com/ruby/psych/releases/tag/v5.0.0) and the psych gem cannot be built. This adds libyaml as a build input.
2023-01-23bundler: 2.4.4 -> 2.4.5Anthony Roussel1-2/+2
2023-01-23Merge pull request #211762 from superherointj/mark-broken-rubyPackages.libv8Nick Cao1-1/+4
rubyPackages.libv8: mark broken
2023-01-22Merge pull request #211820 from anthonyroussel/bundler_2_4_4Mario Rodas1-14/+22
bundler: 2.4.3 -> 2.4.4
2023-01-21buildRubyGem: don't use the bash 'type' variable name (#211899)Yureka1-3/+3
https://github.com/NixOS/nixpkgs/issues/211671 There is also a fix with an stdenv rebuild in staging, but we don't want to wait so long...
2023-01-20bundler: 2.4.3 -> 2.4.4Anthony Roussel1-14/+22
2023-01-20rubyPackages.libv8: mark brokensuperherointj1-1/+4
2023-01-11ruby: Fix withPackages on darwin with makeBinaryWrapperAndrew Marshall2-4/+20
See also https://github.com/NixOS/nixpkgs/pull/161298
2023-01-06bundler: 2.4.2 -> 2.4.3Anthony Roussel1-2/+2
2023-01-02bundler: 2.3.26 -> 2.4.2Anthony Roussel1-2/+2
2022-12-17treewide: fix typosfigsoda1-1/+1
2022-12-04Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-3/+3
2022-12-03bundlerUpdateScript: Fix evaluation with `allowAliases = false`Jan Tojnar1-3/+3
Reverts https://github.com/NixOS/nixpkgs/commit/38ffd641e0da8f37b82858ebd7cd679fa4716b66
2022-11-30Merge master into staging-nextgithub-actions[bot]1-2/+2
2022-11-29bundlerUpdateScript: use Nix 2.3sternenseemann1-2/+2
The script assumes that nix(1) can be used without any flags which is no longer the case. We can easily use Nix 2.3 as a workaround until someone else musters the willpower to adjust this script for Nix 2.11.
2022-11-27Merge staging-next into staginggithub-actions[bot]1-1/+1
2022-11-25rubyPackages.libv8: use python3Robert Schütz1-1/+1
2022-11-17bundler: add meta.changelogAnthony Roussel1-0/+1
2022-11-17bundler: 2.3.25 -> 2.3.26Anthony Roussel1-2/+2
2022-11-11jekyll-webmention_io: init at 3.3.6Victor Engmark1-0/+1
2022-11-06bundler: 2.3.24 -> 2.3.25Anthony Roussel1-2/+2
2022-10-30jekyll-favicon: init at 1.1.0Victor Engmark1-0/+1
Closes #198542.
2022-10-29Merge master into staging-nextgithub-actions[bot]1-0/+1