[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: ruby-rack-protection: Update to 2.0.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/04: gnu: ruby-rack-protection: Update to 2.0.2. |
Date: |
Fri, 8 Jun 2018 10:00:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fafeeaa233382d4fc61fe11a3ab5566f8a8aa56f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Jun 8 15:50:42 2018 +0200
gnu: ruby-rack-protection: Update to 2.0.2.
* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.2.
---
gnu/packages/ruby.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1a87837..5df945d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3417,17 +3417,17 @@ testing libraries to build on.")
(define-public ruby-rack-protection
(package
(name "ruby-rack-protection")
- (version "2.0.1")
+ (version "2.0.2")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "rack-protection" version))
(sha256
(base32
- "0ywmgh7x8ljf7jfnq5hmfzki3f803waji3fcvi107w7mlyflbng7"))))
+ "0fik7c77rhzs55ip3s8fwa6b0yvmy6313720cqkjx38w34yn2889"))))
(build-system ruby-build-system)
(arguments
- '(;; Tests missing from the gem
+ '(;; Tests missing from the gem.
#:tests? #f))
(propagated-inputs
`(("ruby-rack" ,ruby-rack)))