diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 09:19:41 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:39:54 +0200 |
| commit | 93ab735e456cfb22daed7ca97b0f4606c8f7e03b (patch) | |
| tree | 7b1fdb9b3354452d15bc8923e75e75e303e7b074 /gnu/packages/ruby.scm | |
| parent | 674a4d74edec09e755a138c772b971a2467e9251 (diff) | |
gnu: ruby-rspec: Update to 3.13.0.
* gnu/packages/ruby.scm (ruby-rspec): Update to 3.13.0.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index da50d531e4a..18569c506c7 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -1195,18 +1195,18 @@ interactions.") (define-public ruby-rspec (package (name "ruby-rspec") - (version "3.12.0") + (version "3.13.0") (source (origin (method url-fetch) (uri (rubygems-uri "rspec" version)) (sha256 (base32 - "171rc90vcgjl8p1bdrqa92ymrj8a87qf6w20x05xq29mljcigi6c")))) + "14xrp8vq6i9zx37vh0yp4h9m0anx9paw200l1r5ad9fmq559346l")))) (build-system ruby-build-system) (arguments '(#:tests? #f)) ; avoid dependency cycles (propagated-inputs - (list ruby-rspec-core ruby-rspec-mocks ruby-rspec-expectations)) + (list ruby-rspec-core ruby-rspec-expectations ruby-rspec-mocks)) (synopsis "Behavior-driven development framework for Ruby") (description "RSpec is a behavior-driven development (BDD) framework for Ruby. This meta-package includes the RSpec test runner, along with the |
