Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-activesupport70
From: Takahiro Kambe
Date: 2022-09-10 14:41:51
Message id: 20220910124151.3DF72FA90@cvs.NetBSD.org
Log Message:
devel/ruby-activesupport70: update to 7.0.4
7.0.4 (2022-09-09)
* Redis cache store is now compatible with redis-rb 5.0.
Jean Boussier
* Fix NoMethodError on custom ActiveSupport::Deprecation behavior.
ActiveSupport::Deprecation.behavior= was supposed to accept any object
that responds to call, but in fact its internal implementation assumed
that this object could respond to arity, so it was restricted to only Proc
objects.
This change removes this arity restriction of custom behaviors.
Ryo Nakamura
Files: