From c73c6b01440d8f147467e5c612cc9e1a18ee6684 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 1 Sep 2026 20:00:37 +0100 Subject: gnu: ruby-jwt: Update to 3.2.0 fixing build. * gnu/packages/ruby-xyz.scm (ruby-jwt): Update to 3.2.0. [native-inputs]: Add ruby-rubocop. Fixes: guix/guix#10967 --- gnu/packages/ruby-xyz.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index 47657ba3ebb..4ee4ef6bb05 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm @@ -8196,7 +8196,7 @@ implementation on platforms where this is unsupported.") (define-public ruby-jwt (package (name "ruby-jwt") - (version "2.7.1") + (version "3.2.0") (source (origin ;; For tests @@ -8207,7 +8207,7 @@ implementation on platforms where this is unsupported.") (file-name (git-file-name name version)) (sha256 (base32 - "12ss6knfis6a6a41qndalnlvq3yykhpg6igzll8qyssnnwi9zdw7")))) + "1kjla8ixb56vgrq766r1h8xizyl59q15xc1lxc1867yp61aih5d4")))) (build-system ruby-build-system) (arguments (list @@ -8233,7 +8233,10 @@ implementation on platforms where this is unsupported.") (("require 'codacy-coverage'") "") (("Codacy::Reporter\\.start") ""))))))) (native-inputs - (list bundler ruby-rspec ruby-rbnacl)) + (list bundler + ruby-rubocop + ruby-rspec + ruby-rbnacl)) (synopsis "Ruby implementation of the JSON Web Token standard") (description "This package provides a pure Ruby implementation of the RFC 7519 OAuth -- cgit v1.2.3