summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-01-31 09:19:40 +0100
committerAndreas Enge <andreas@enge.fr>2025-06-20 20:39:54 +0200
commit674a4d74edec09e755a138c772b971a2467e9251 (patch)
treed7cd2924b44254d7f752a4d9d056426072d9b2c0 /gnu
parent383f70feaf39fc470cff97c97a4bfcc8fddfa236 (diff)
gnu: ruby-rspec-expectations: Update to 3.13.3.
* gnu/packages/ruby.scm (ruby-rspec-expectations): Update to 3.13.3. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ruby.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 21a38b23d5f..da50d531e4a 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -808,18 +808,18 @@ standard diff-like tool.")
(define-public ruby-rspec-expectations
(package
(name "ruby-rspec-expectations")
- (version "3.12.2")
+ (version "3.13.3")
(source (origin
(method url-fetch)
(uri (rubygems-uri "rspec-expectations" version))
(sha256
(base32
- "03ba3lfdsj9zl00v1yvwgcx87lbadf87livlfa5kgqssn9qdnll6"))))
+ "0n3cyrhsa75x5wwvskrrqk56jbjgdi2q1zx0irllf0chkgsmlsqf"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; avoid dependency cycles
(propagated-inputs
- (list ruby-rspec-support ruby-diff-lcs))
+ (list ruby-diff-lcs ruby-rspec-support))
(synopsis "RSpec expectations library")
(description "Rspec-expectations provides a simple API to express expected
outcomes of a code example.")