guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 0b74cac7c49b1782dc630af9ed5f6f003d8d343c
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Sun Feb 16 01:34:30 2025 +0100

    gnu: ruby-rubocop: Update to 1.68.0.
    
    * gnu/packages/ruby.scm (ruby-rubocop): Update to 1.68.0.
    [native-inputs]: Add rub-rubocop-factory-bot.
    [propagated-inputs]: ruby-language-server-protocol.
    
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/ruby.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 0ec445ceaf..903866aacf 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9402,7 +9402,7 @@ run.")
 (define-public ruby-rubocop
   (package
     (name "ruby-rubocop")
-    (version "1.48.1")
+    (version "1.68.0")
     (source
      (origin
        (method git-fetch)               ;no tests in distributed gem
@@ -9412,7 +9412,7 @@ run.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1l4j99mbrdjy2bzcnky30pjgjv8sxjr187jzliyqmldvpf7dizbp"))))
+         "0pfsrgkg2dhb6a2rknciqskgxgmb9kf48rvbkhay9n8n6m712v2w"))))
     (build-system ruby-build-system)
     (arguments
      `(#:test-target "default"
@@ -9438,6 +9438,7 @@ run.")
            ruby-rspec
            ruby-rubocop-ast
            ruby-rubocop-capybara-minimal
+           ruby-rubocop-factory-bot
            ruby-rubocop-minimal
            ruby-rubocop-performance-minimal
            ruby-rubocop-rake-minimal
@@ -9449,6 +9450,7 @@ run.")
            ruby-yard))
     (propagated-inputs
      (list ruby-json
+           ruby-language-server-protocol
            ruby-parallel
            ruby-parser
            ruby-progressbar

Reply via email to