Archived
1
0
Fork 0

gnu: ruby: Switch from 2.7 to 3.1.

I did look at switching to 3.2, but Rails still needs 3.1 I think, so 3.2 will
be possible once Rails 7.1 is released.

* gnu/packages/ruby.scm (ruby): Switch from 2.7 to 3.1.
This commit is contained in:
Christopher Baines 2023-05-25 08:51:58 +01:00
parent e40d6bb7d7
commit 191109ccff
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -261,7 +261,7 @@ a focus on simplicity and productivity.")
(modify-inputs (package-inputs ruby-3.1)
(prepend libyaml)))))
(define-public ruby ruby-2.7)
(define-public ruby ruby-3.1)
(define-public mruby
(package