me
/
guix
Archived
1
0
Fork 0

gnu: ruby-dep: Build with ruby-2.7.

As that seems to be the required version.

* gnu/packages/ruby.scm (ruby-dep)[arguments]: Specify #:ruby ruby-2.7.
Christopher Baines 2023-06-21 10:09:25 +01:00
parent 9dad3618cc
commit 3842836220
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 3 additions and 1 deletions

View File

@ -6716,7 +6716,9 @@ rate.")
"1c1bkl97i9mkcvkn1jks346ksnvnnp84cs22gwl0vd7radybrgy5"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; No included tests
(list
#:ruby ruby-2.7
#:tests? #f)) ; No included tests
(synopsis "Creates a version constraint of supported Rubies")
(description
"This package helps create a version constraint of supported Rubies,