sharlatan pushed a commit to branch ruby-team
in repository guix.
commit a18b3dd4098de228e0a436144b83c7dd1788cab5
Author: Nicolas Graves <[email protected]>
AuthorDate: Sun Feb 16 01:34:37 2025 +0100
gnu: ruby-fakefs: Update to 2.8.0.
* gnu/packages/ruby.scm (ruby-fakefs): Update to 2.8.0.
[native-inputs]: Add ruby-pry.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 72d8dce995..7c9041a101 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3259,7 +3259,7 @@ a Ruby object.")
(define-public ruby-fakefs
(package
(name "ruby-fakefs")
- (version "1.2.2")
+ (version "2.8.0")
(home-page "https://github.com/fakefs/fakefs")
(source (origin
;; The Rubygems release does not contain tests.
@@ -3270,7 +3270,7 @@ a Ruby object.")
(file-name (git-file-name name version))
(sha256
(base32
- "008dq9knyip2bfbl0mrk8b8r7bv0k3bf128wcfqsgy1rqal4mgwk"))))
+ "0a3vq6cllml279j77hxipmbln31pjw6di3zdgpzqvhqgazv55v10"))))
(build-system ruby-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
@@ -3286,7 +3286,7 @@ a Ruby object.")
(("(.*add_development_dependency .*), .*" _ dep)
(string-append dep "\n"))))))))
(native-inputs
- (list ruby-bump ruby-maxitest ruby-rubocop ruby-rspec))
+ (list ruby-bump ruby-maxitest ruby-pry ruby-rubocop ruby-rspec))
(synopsis "Fake file system for Ruby")
(description
"This package provides a fake file system for use in test suites. It