Commit Graph

523 Commits

Author SHA1 Message Date
Aidan Gauland
b9b360217c
ruby-modules/gem-config: Add fix for sass-embedded 2023-06-26 17:45:33 +12:00
Mario Rodas
fc6855d83a
Merge pull request #235261 from nicknovitski/buc
bundlerUpdateScript: don't run bundler-audit
2023-06-02 08:26:08 -05:00
Yureka
75a7e0edea gem-config: patch getconf path in prometheus-client-mmap 2023-05-31 22:14:25 +02:00
Nick Novitski
e62118a3f9 bundlerUpdateScript: don't run bundler-audit
Blocking updates on security warnings doesn't make sense; if an updated
gem has dependencies with security warnings, then it's likely for the
un-updated gem to have even more of them.
2023-05-31 12:38:46 -07:00
Martin Weinelt
8229ab2435
rubyPackages.openssl: build against OpenSSL 3 if supported (#232906) 2023-05-21 15:40:53 +02:00
Stanisław Pitucha
9ef4289e75
Merge pull request #232960 from viraptor/terminfo-fix
rubyPackages.ruby-terminfo: fix ruby 3 build
2023-05-21 08:48:52 +10:00
Stanisław Pitucha
b0f92293e9 rubyPackages.ruby-terminfo: fix ruby 3 build
`rubyio.h` was a backwards compatibility hack, removed in recent versions.
Use `ruby/io.h` instead.
`rb_cData` was deprecated in https://bugs.ruby-lang.org/issues/18433 and
removed in Ruby 3.2.
2023-05-21 07:38:18 +10:00
Ryan Lahfa
5dec9a9236
Merge pull request #233005 from viraptor/ruby-ovirt-engine-sdk-fix
rubyPackages.ovirt-engine-sdk: fix build on ruby 3.1 and higher
2023-05-20 17:54:02 +02:00
Stanisław Pitucha
a1200481f2 rubyPackages.ovirt-engine-sdk: fix build on ruby 3.1 and higher
Include a patch merged but not released upstream.
2023-05-20 21:40:22 +10:00
Mario Rodas
26f6badb14 bundler: 2.4.12 -> 2.4.13
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-13 04:20:00 +00:00
Weijia Wang
c3a2a238f7 defaultGemConfig.grpc: update config 2023-05-01 11:51:27 +03:00
wzy
20c5fe6341 ruby-modules: add jekyll-archives, jekyll-spaceship
Fixes #225593
Fixes #225594
2023-04-11 20:40:02 +08:00
Mario Rodas
2b026ef5dd bundler: 2.4.10 -> 2.4.12
https://github.com/rubygems/rubygems/releases/tag/bundler-v2.4.11
https://github.com/rubygems/rubygems/releases/tag/bundler-v2.4.12
2023-04-15 04:20:00 +00:00
github-actions[bot]
ae5b53747b
Merge master into staging-next 2023-04-05 12:01:10 +00:00
Kirill Radzikhovskyy
20044799c0 bundix: 2.5.1 -> 2.5.2 2023-04-05 15:51:36 +10:00
github-actions[bot]
75808a4bf6
Merge staging-next into staging 2023-04-01 18:01:35 +00:00
Kirill Radzikhovskyy
f8744b3f80 bundix: fixup ruby_3_0 support 2023-04-01 19:08:53 +11:00
Anthony Roussel
83cb871d8b
bundler: 2.4.9 -> 2.4.10 2023-03-29 22:18:28 +02:00
Anthony Roussel
c0bb90b440
bundler: 2.4.8 -> 2.4.9 2023-03-21 02:59:56 +01:00
github-actions[bot]
681b1c28a4
Merge staging-next into staging 2023-03-12 12:02:07 +00:00
Mario Rodas
8b6900dc2f
Merge pull request #210228 from amarshall/ruby-makebinarywrapper
ruby: Fix withPackages on darwin with makeBinaryWrapper
2023-03-11 18:57:59 -05:00
Anthony Roussel
d23059ce15
bundler: 2.4.7 -> 2.4.8 2023-03-10 20:28:39 +01:00
Anthony Roussel
18b4f46cb6
bundler: 2.4.6 -> 2.4.7 2023-03-06 09:26:36 +01:00
Stanisław Pitucha
4ebf4f8eac
Merge pull request #218781 from viraptor/ruby-libxml-darwin
rubyPackages.libxml-ruby: fix darwin build
2023-03-02 20:46:29 +11:00
Stanisław Pitucha
99bbc28d2c rubyPackages.libxml-ruby: fix darwin build 2023-03-01 21:10:05 +11:00
Stanisław Pitucha
d6effdc692 rubyPackages.fiddle: add libffi to dependencies 2023-02-28 21:23:57 +11:00
Mario Rodas
e7f0b13b54 rubyPackages.gpgme: fix build 2023-02-25 00:00:00 +00:00
Griffin Smith
d6c4a142de rubyPackages: Add back rails
d835815469 (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-23 11:16:22 -05:00
Artturin
3251013cc1 treewide: env.NIX_CFLAGS_COMPILE use toString on result of optionals
env values must be strings
2023-02-22 21:23:05 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
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-22 21:23:04 +02:00
Stanisław Pitucha
33ed801e73 rubyPackages.eventmachine: fix darwin build
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-18 00:14:45 +11:00
Anderson Torres
5de7f7d465
Merge pull request #216143 from Julow/ruby-unremove-mail
rubyPackages: Unremove `mail`
2023-02-14 22:48:38 -03:00
Felix Buehler
cdb39a86e0 treewide: use optionalString 2023-02-13 21:52:34 +01:00
Jules Aguillon
6965ac6cce rubyPackages.mail: init at 2.8.1
The `mail` gem has been removed in 3b953b5a69 because it was only a
dependency of the gem `rails` which has been commented out.
2023-02-13 19:19:09 +01:00
Anthony Roussel
6998035ed5
bundler: 2.4.5 -> 2.4.6 2023-01-31 22:01:14 +01:00
Stephen Checkoway
cd7476bac9 psych: add libyaml as build input
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-28 17:38:32 -05:00
Anthony Roussel
5b5ace4f17
bundler: 2.4.4 -> 2.4.5 2023-01-23 04:36:02 +01:00
Nick Cao
332740a9a7
Merge pull request #211762 from superherointj/mark-broken-rubyPackages.libv8
rubyPackages.libv8: mark broken
2023-01-23 09:22:03 +08:00
Mario Rodas
473a4f5b2e
Merge pull request #211820 from anthonyroussel/bundler_2_4_4
bundler: 2.4.3 -> 2.4.4
2023-01-22 09:25:52 -05:00
Yureka
9f05e44db6
buildRubyGem: don't use the bash 'type' variable name (#211899)
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-21 16:43:07 +01:00
Anthony Roussel
e1729f54e3
bundler: 2.4.3 -> 2.4.4 2023-01-20 21:43:14 +01:00
superherointj
82d7d64d3a rubyPackages.libv8: mark broken 2023-01-20 09:23:52 -03:00
Andrew Marshall
baf1f1293b ruby: Fix withPackages on darwin with makeBinaryWrapper
See also https://github.com/NixOS/nixpkgs/pull/161298
2023-01-11 11:28:41 -05:00
Anthony Roussel
09864251a2
bundler: 2.4.2 -> 2.4.3 2023-01-06 22:59:58 +01:00
Anthony Roussel
0067737a8b
bundler: 2.3.26 -> 2.4.2 2023-01-02 14:43:58 +01:00
figsoda
ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
Martin Weinelt
fe8eef1ae4 Merge remote-tracking branch 'origin/master' into staging-next 2022-12-04 22:06:42 +01:00
Jan Tojnar
42a68e6a36 bundlerUpdateScript: Fix evaluation with allowAliases = false
Reverts 38ffd641e0
2022-12-03 23:40:32 +01:00
github-actions[bot]
aff62e907a
Merge master into staging-next 2022-11-30 06:01:30 +00:00
sternenseemann
38ffd641e0 bundlerUpdateScript: use Nix 2.3
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-29 23:25:42 +01:00