summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-02-16 01:34:27 +0100
committerAndreas Enge <andreas@enge.fr>2025-06-20 20:40:01 +0200
commit8b6c97f6bd7b4a5352bbfb913ff5ec57d708518d (patch)
tree94fea9c1a6d66de15844cb6f725de257cecc043f
parentcd3e9770ef64d25fc484a5ce1746bb86468ea064 (diff)
gnu: ruby-rubocop-rspec-minimal: Update to 2.26.0.
* gnu/packages/ruby.scm (ruby-rubocop-rspec-minimal): Update to 2.26.0. [propagated-inputs]: Add ruby-rubocop-factory-bot. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/ruby.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index a8d44259a0c..b64a82174fd 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -2124,7 +2124,7 @@ enforcing & linting tool for @code{factory_bot} files.")
2124(define ruby-rubocop-rspec-minimal 2124(define ruby-rubocop-rspec-minimal
2125 (package 2125 (package
2126 (name "ruby-rubocop-rspec") 2126 (name "ruby-rubocop-rspec")
2127 (version "2.19.0") 2127 (version "2.26.0")
2128 (source 2128 (source
2129 (origin 2129 (origin
2130 (method git-fetch) 2130 (method git-fetch)
@@ -2134,9 +2134,10 @@ enforcing & linting tool for @code{factory_bot} files.")
2134 (file-name (git-file-name name version)) 2134 (file-name (git-file-name name version))
2135 (sha256 2135 (sha256
2136 (base32 2136 (base32
2137 "0mgjyrzi8r44v3gb8xscdwspirz9kqkaf7zlsjhhlxr0di0rlj2r")))) 2137 "1w9whadx60kv4vlbnk77b5yyhhfcg717r9cr334zqznqr1bqr8mh"))))
2138 (build-system ruby-build-system) 2138 (build-system ruby-build-system)
2139 (arguments (list #:tests? #f)) ;avoid extra dependencies 2139 (arguments (list #:tests? #f)) ;avoid extra dependencies
2140 (propagated-inputs (list ruby-rubocop-factory-bot))
2140 (synopsis "Code style checking for RSpec files") 2141 (synopsis "Code style checking for RSpec files")
2141 (description "This package provides a plugin for the RuboCop code style 2142 (description "This package provides a plugin for the RuboCop code style
2142enforcing & linting tool.") 2143enforcing & linting tool.")