mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-puma: Update to 6.5.0.
* gnu/packages/ruby.scm (ruby-puma): Update to 6.5.0. [native-inputs]: Add ruby-rackup-1. [propagated-inputs]: Add ruby-concurrent-ruby. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
960b76828e
commit
47b9ea540a
1 changed files with 10 additions and 3 deletions
|
@ -12642,7 +12642,7 @@ part of the Prawn PDF generator.")
|
||||||
(define-public ruby-puma
|
(define-public ruby-puma
|
||||||
(package
|
(package
|
||||||
(name "ruby-puma")
|
(name "ruby-puma")
|
||||||
(version "6.3.0")
|
(version "6.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;for tests
|
(method git-fetch) ;for tests
|
||||||
|
@ -12652,7 +12652,7 @@ part of the Prawn PDF generator.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qnayzgyr23w87jc849r00394hv1gw2rk9080nws43ilnycagzxq"))))
|
"1z3njlmywins9yjl4a0c32vhkx9c4q4nia0snz7n45723jv96690"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -12733,7 +12733,11 @@ part of the Prawn PDF generator.")
|
||||||
"test_verify_client_cert"
|
"test_verify_client_cert"
|
||||||
"test_server_ssl_with_cert_pem_and_key_pem")
|
"test_server_ssl_with_cert_pem_and_key_pem")
|
||||||
(skip-tests "test/test_integration_ssl.rb"
|
(skip-tests "test/test_integration_ssl.rb"
|
||||||
"test_ssl_run_with_curl_client"))))
|
"test_ssl_run_with_curl_client")
|
||||||
|
(skip-tests "test/test_web_concurrency_auto.rb" "\
|
||||||
|
test_web_concurrency_with_concurrent_ruby_unavailable")
|
||||||
|
(skip-tests "test/helpers/integration.rb"
|
||||||
|
"test_puma_started_log_writing"))))
|
||||||
(add-before 'check 'relax-test-case-timeout
|
(add-before 'check 'relax-test-case-timeout
|
||||||
(lambda _
|
(lambda _
|
||||||
;; The default value is 45 s and easily causes timeouts.
|
;; The default value is 45 s and easily causes timeouts.
|
||||||
|
@ -12760,11 +12764,14 @@ part of the Prawn PDF generator.")
|
||||||
ruby-minitest-retry
|
ruby-minitest-retry
|
||||||
ruby-minitest-stub-const
|
ruby-minitest-stub-const
|
||||||
ruby-rack
|
ruby-rack
|
||||||
|
ruby-rackup-1
|
||||||
ruby-rake-compiler
|
ruby-rake-compiler
|
||||||
ruby-webrick))
|
ruby-webrick))
|
||||||
(inputs
|
(inputs
|
||||||
(list openssl
|
(list openssl
|
||||||
ruby-nio4r))
|
ruby-nio4r))
|
||||||
|
(propagated-inputs
|
||||||
|
(list ruby-concurrent-ruby))
|
||||||
(synopsis "Simple, concurrent HTTP server for Ruby/Rack")
|
(synopsis "Simple, concurrent HTTP server for Ruby/Rack")
|
||||||
(description
|
(description
|
||||||
"Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
"Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue