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>
This commit is contained in:
Nicolas Graves 2025-02-16 01:34:27 +01:00 committed by Andreas Enge
parent cd3e9770ef
commit 8b6c97f6bd
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2124,7 +2124,7 @@ enforcing & linting tool for @code{factory_bot} files.")
(define ruby-rubocop-rspec-minimal (define ruby-rubocop-rspec-minimal
(package (package
(name "ruby-rubocop-rspec") (name "ruby-rubocop-rspec")
(version "2.19.0") (version "2.26.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2134,9 +2134,10 @@ enforcing & linting tool for @code{factory_bot} files.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0mgjyrzi8r44v3gb8xscdwspirz9kqkaf7zlsjhhlxr0di0rlj2r")))) "1w9whadx60kv4vlbnk77b5yyhhfcg717r9cr334zqznqr1bqr8mh"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(arguments (list #:tests? #f)) ;avoid extra dependencies (arguments (list #:tests? #f)) ;avoid extra dependencies
(propagated-inputs (list ruby-rubocop-factory-bot))
(synopsis "Code style checking for RSpec files") (synopsis "Code style checking for RSpec files")
(description "This package provides a plugin for the RuboCop code style (description "This package provides a plugin for the RuboCop code style
enforcing & linting tool.") enforcing & linting tool.")