unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64150] [PATCH 00/24] Various changes to support updating the default ruby.
@ 2023-06-18 11:23 Christopher Baines
  2023-06-18 11:28 ` [bug#64150] [PATCH 01/24] gnu: texlive-hyphen-package: Explicitly use ruby-2.7 Christopher Baines
                   ` (24 more replies)
  0 siblings, 25 replies; 28+ messages in thread
From: Christopher Baines @ 2023-06-18 11:23 UTC (permalink / raw)
  To: 64150

[-- Attachment #1: Type: text/plain, Size: 1771 bytes --]

I'm looking at updating the default ruby, and these changes update some
packages that might break, plus explicitly using ruby-2.7 in places to
reduce the dependencies on ruby.

Christopher Baines (24):
  gnu: texlive-hyphen-package: Explicitly use ruby-2.7.
  gnu: texlive-hyph-utf8: Explicitly use ruby-2.7.
  gnu: texlive-bin: Explicitly use ruby-2.7.
  gnu: qtbase: Explicitly use ruby-2.7.
  gnu: texlive-hyphen-package: Use pinned ruby-hydra-minimal.
  gnu: qtwebengine-5: Explicitly use ruby-2.7.
  gnu: utf8proc-2.7.0: Explicitly use ruby-2.7.
  gnu: webkitgtk: Explicitly use ruby-2.
  gnu: mkvtoolnix: Explicitly use ruby-2.7.
  gnu: ruby-yajl-ruby: Update to 1.4.3.
  gnu: ruby-tzinfo: Update to 2.0.6.
  gnu: ruby-test-unit: Update to 3.6.0.
  gnu: ruby-sucker-punch: Update to 3.1.0.
  gnu: ruby-shindo: Update to 0.3.10.
  gnu: ruby-rjb: Update to 1.6.7.
  gnu: ruby-range-compressor: Update to 1.2.0.
  gnu: ruby-pry-doc: Update to 1.4.0.
  gnu: ruby-powerpack: Update to 0.1.3.
  gnu: ruby-mkmf-lite: Update to 0.5.2.
  gnu: ruby-memory-profiler: Update to 1.0.1.
  gnu: ruby-hocon: Update to 1.4.0.
  gnu: ruby-debug-inspector: Update to 1.1.0.
  gnu: ruby-commander: Update to 4.6.0.
  gnu: bioruby: Update to 2.0.4.

 gnu/packages/bioinformatics.scm |  32 ++---
 gnu/packages/qt.scm             |   4 +-
 gnu/packages/rails.scm          |  25 ++--
 gnu/packages/ruby.scm           | 231 ++++++++++++++++++--------------
 gnu/packages/tex.scm            |   6 +-
 gnu/packages/textutils.scm      |   2 +-
 gnu/packages/video.scm          |   2 +-
 gnu/packages/webkit.scm         |   2 +-
 8 files changed, 165 insertions(+), 139 deletions(-)


base-commit: e4087930f3ad60918689be5f4bca4ce3e22429f5
-- 
2.40.1

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2023-06-20 21:22 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-18 11:23 [bug#64150] [PATCH 00/24] Various changes to support updating the default ruby Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 01/24] gnu: texlive-hyphen-package: Explicitly use ruby-2.7 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 02/24] gnu: texlive-hyph-utf8: " Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 03/24] gnu: texlive-bin: " Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 04/24] gnu: qtbase: " Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 05/24] gnu: texlive-hyphen-package: Use pinned ruby-hydra-minimal Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 06/24] gnu: qtwebengine-5: Explicitly use ruby-2.7 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 07/24] gnu: utf8proc-2.7.0: " Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 08/24] gnu: webkitgtk: Explicitly use ruby-2 Christopher Baines
2023-06-18 11:35   ` Liliana Marie Prikler
2023-06-18 11:49     ` Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 09/24] gnu: mkvtoolnix: Explicitly use ruby-2.7 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 10/24] gnu: ruby-yajl-ruby: Update to 1.4.3 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 11/24] gnu: ruby-tzinfo: Update to 2.0.6 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 12/24] gnu: ruby-test-unit: Update to 3.6.0 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 13/24] gnu: ruby-sucker-punch: Update to 3.1.0 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 14/24] gnu: ruby-shindo: Update to 0.3.10 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 15/24] gnu: ruby-rjb: Update to 1.6.7 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 16/24] gnu: ruby-range-compressor: Update to 1.2.0 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 17/24] gnu: ruby-pry-doc: Update to 1.4.0 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 18/24] gnu: ruby-powerpack: Update to 0.1.3 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 19/24] gnu: ruby-mkmf-lite: Update to 0.5.2 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 20/24] gnu: ruby-memory-profiler: Update to 1.0.1 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 21/24] gnu: ruby-hocon: Update to 1.4.0 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 22/24] gnu: ruby-debug-inspector: Update to 1.1.0 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 23/24] gnu: ruby-commander: Update to 4.6.0 Christopher Baines
2023-06-18 11:28 ` [bug#64150] [PATCH 24/24] gnu: bioruby: Update to 2.0.4 Christopher Baines
2023-06-20 21:20 ` bug#64150: [PATCH 00/24] Various changes to support updating the default ruby Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).