mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
cd3e9770ef
commit
8b6c97f6bd
1 changed files with 3 additions and 2 deletions
|
@ -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.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue