summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
Commit message (Collapse)AuthorAge
* Merge master into staging-nextgithub-actions[bot]2023-11-11
|\
| * ruby-modules/gem-config: relax hardening to avoid google-protobuf build failureSteve Purcell2023-11-11
| |
* | bundler: 2.4.21 -> 2.4.22Anthony Roussel2023-11-09
| | | | | | | | https://github.com/rubygems/rubygems/releases/tag/bundler-v2.4.22
* | rubyPackages.iconv: fix build with clang 16Randy Eckenrode2023-11-03
| | | | | | | | Fix incompatible function pointer conversion errors.
* | Merge #257301: cairo: 1.16.0 -> 1.18.0Vladimír Čunát2023-10-25
|\ \ | | | | | | | | | ...into staging
| * | rubyPackages.cairo-gobject: add expat build inputAlyssa Ross2023-10-20
| |/ | | | | | | | | Currently, this is propagated from cairo, but that will soon no longer be the case.
* / bundler: 2.4.20 -> 2.4.21Mario Rodas2023-10-20
|/ | | | Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.21/bundler/CHANGELOG.md
* Merge master into staging-nextgithub-actions[bot]2023-10-18
|\
| * Merge pull request #243281 from ↵Mario Rodas2023-10-18
| |\ | | | | | | | | | | | | tomeon/bundled-common-pathDerivation-add-suffix-and-gemType-attrs ruby-modules: add `suffix` and `gemType` in pathDerivation
| | * ruby-modules: add `suffix` and `gemType` in pathDerivationMatt Schreiber2023-07-12
| | | | | | | | | | | | | | | as required by the changes introduced in https://github.com/NixOS/nixpkgs/pull/237917/commits/6077061403503589d225fc0a51a514800517d813
* | | Merge master into staging-nextgithub-actions[bot]2023-09-30
|\| |
| * | ruby-modules/gem-config/re2: use our re2 instead of vendoredajs1242023-09-30
| | | | | | | | | | | | required after 2.0.0
* | | bundler: 2.4.19 -> 2.4.20Mario Rodas2023-09-27
|/ / | | | | | | Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.20/bundler/CHANGELOG.md
* | bundler: 2.4.18 -> 2.4.19Mario Rodas2023-08-19
| | | | | | | | Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.19/bundler/CHANGELOG.md
* | Merge staging-next into staginggithub-actions[bot]2023-08-11
|\ \
| * | rubyPackages.pwntools: init at 1.2.1Ch1keen2023-08-10
| | |
* | | bundler: 2.4.17 -> 2.4.18Mario Rodas2023-08-06
|/ / | | | | | | Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.18/bundler/CHANGELOG.md
* | Merge master into staging-nextgithub-actions[bot]2023-08-07
|\ \
| * \ Merge pull request #240000 from aidalgol/jekyll-fixesArtturi2023-08-07
| |\ \
| | * | ruby-modules/gem-config: Add fix for sass-embeddedAidan Gauland2023-06-26
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2023-07-30
|\| | |
| * | | ruby-lsp: init at 0.7.4Seong Yong-ju2023-07-29
| | | |
* | | | Merge #239191: treewide: gobject-introspection from buildInputs to ↵Vladimír Čunát2023-07-26
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | nativeBuildInputs ...into staging
| * | | treewide: gobject-introspection from buildInputs to nativeBuildInputsArtturin2023-06-28
| | | | | | | | | | | | | | | | | | | | gobject-introspection should be in nativeBuildInputs for cross to work properly (so propagations and hook work properly)
* | | | Merge master into staging-nextgithub-actions[bot]2023-07-22
|\ \ \ \
| * \ \ \ Merge pull request #239624 from Stunkymonkey/use-optionalString-thenFelix Bühler2023-07-22
| |\ \ \ \ | | | | | | | | | | | | treewide: use optionalString instead of 'then ""'
| | * | | | treewide: use optionalString instead of 'then ""'Felix Buehler2023-06-24
| | |/ / /
* | / / / bundler: 2.4.16 -> 2.4.17Mario Rodas2023-07-16
|/ / / / | | | | | | | | | | | | Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.17/bundler/CHANGELOG.md
* | | | bundler: 2.4.15 -> 2.4.16Mario Rodas2023-07-11
| | | | | | | | | | | | | | | | Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.16/bundler/CHANGELOG.md
* | | | Merge master into staging-nextgithub-actions[bot]2023-07-07
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #237917 from Animeshz/masterMario Rodas2023-07-06
| |\ \ \ | | | | | | | | | | nixos/ruby-modules: proper treatment to ruby modules of type git/url
| | * | | nixos/ruby-modules: proper treatment to ruby modules of type git/urlAnimesh Sahu2023-06-15
| | | | |
* | | | | bundler: 2.4.14 -> 2.4.15Mario Rodas2023-06-29
|/ / / / | | | | | | | | | | | | Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.15/bundler/CHANGELOG.md
* | | | Merge staging-next into staginggithub-actions[bot]2023-06-18
|\ \ \ \ | | |/ / | |/| |
| * | | rubyPackages.pg: use pkg-config instead of pg_configIvan Trubach2023-06-15
| |/ / | | | | | | | | | | | | | | | | | | This change forces pg native extension to use pkg-config to locate libpq instead of running pg_config. It also removes an unnecessary reference to postgresql package since build flags are embedded in the output at `$out/${ruby.gemPath}/build_info/*`.
* | | Merge pull request #237350 from marsam/update-bundlerMario Rodas2023-06-16
|\ \ \ | |/ / |/| | bundler: 2.4.13 -> 2.4.14
| * | bundler: 2.4.13 -> 2.4.14Mario Rodas2023-06-12
| | | | | | | | | | | | Changelog: https://github.com/rubygems/rubygems/blob/bundler-v2.4.14/bundler/CHANGELOG.md
* | | Merge pull request #237187 from marsam/update-jrubyPol Dellaiera2023-06-13
|\ \ \ | |/ / |/| | jruby: 9.3.9.0 -> 9.4.3.0
| * | buildRubyGem: only set NIX_CFLAGS_COMPILE on Ruby MRIMario Rodas2023-06-11
| |/ | | | | | | It's not needed on other implementations like JRuby
* / rubyPackages.erb-formatter: init at 0.4.3Kimat Boven2023-06-08
|/
* Merge pull request #235261 from nicknovitski/bucMario Rodas2023-06-02
|\ | | | | bundlerUpdateScript: don't run bundler-audit
| * bundlerUpdateScript: don't run bundler-auditNick Novitski2023-05-31
| | | | | | | | | | | | 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.
* | gem-config: patch getconf path in prometheus-client-mmapYureka2023-05-31
|/
* rubyPackages.openssl: build against OpenSSL 3 if supported (#232906)Martin Weinelt2023-05-21
|
* Merge pull request #232960 from viraptor/terminfo-fixStanisław Pitucha2023-05-21
|\ | | | | rubyPackages.ruby-terminfo: fix ruby 3 build
| * rubyPackages.ruby-terminfo: fix ruby 3 buildStanisław Pitucha2023-05-21
| | | | | | | | | | | | | | `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.
* | Merge pull request #233005 from viraptor/ruby-ovirt-engine-sdk-fixRyan Lahfa2023-05-20
|\ \ | | | | | | rubyPackages.ovirt-engine-sdk: fix build on ruby 3.1 and higher
| * | rubyPackages.ovirt-engine-sdk: fix build on ruby 3.1 and higherStanisław Pitucha2023-05-20
| |/ | | | | | | Include a patch merged but not released upstream.
* / bundler: 2.4.12 -> 2.4.13Mario Rodas2023-05-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
* defaultGemConfig.grpc: update configWeijia Wang2023-05-01
|