Sun Feb 4 15:07:45 2024 UTC (113d)
devel/ruby-activesupport71: update to 7.1.3

Active Support (2024-01-16)

* Handle nil backtrace_locations in ActiveSupport::SyntaxErrorProxy.
  [Eugene Kenny]

* Fix ActiveSupport::JSON.encode to prevent duplicate keys.  If the same key
  exist in both String and Symbol form it could lead to the same key being
  emitted twice.  [Manish Sharma]

* Fix ActiveSupport::Cache::Store#read_multi when using a cache
  namespace and local cache strategy.  [Mark Oleson]

* Fix Time.now/DateTime.now/Date.today to return results in a system
  timezone after #travel_to.

  There is a bug in the current implementation of #travel_to: it remembers a
  timezone of its argument, and all stubbed methods start returning results
  in that remembered timezone.  However, the expected behaviour is to return
  results in a system timezone.  [Aleksei Chernenkov]

* Fix :unless_exist option for MemoryStore#write (et al) when using a cache
  namespace.  [S. Brent Faulkner]

* Fix ActiveSupport::Deprecation to handle blaming generated code.
  [Jean Boussier, fatkodima]


(taca)
diff -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport71/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport71/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activesupport71/distinfo 2023/11/30 15:12:17 1.1
+++ pkgsrc/devel/ruby-activesupport71/distinfo 2024/02/04 15:07:44 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2023/11/30 15:12:17 taca Exp $ 1$NetBSD: distinfo,v 1.2 2024/02/04 15:07:44 taca Exp $
2 2
3BLAKE2s (activesupport-7.1.2.gem) = 8dda491c42c3f0a628a63d06439b4c325600ed5e267f6cfdf3e6a618fcd08528 3BLAKE2s (activesupport-7.1.3.gem) = c1d1209a5869aca8c5a530ffb67b801e72580dc281a7f5162dfb228b4c76d966
4SHA512 (activesupport-7.1.2.gem) = 20a61902743491403e1370a70f1470398e65ec8f4509a036af539ea9aa29bc99e9431ebc0eb5d54fed592515e2fc34a604853bd1c6981ceace88ed1d202bb781 4SHA512 (activesupport-7.1.3.gem) = 3e5d6a90b318b5e0131f52cecb2fb37a3f8cb60c1f36548b17091caad324f2ebdd3e2a4aa8271a5ecbb431400af29837b5878afe797a2876ccd6d9b385cb6d26
5Size (activesupport-7.1.2.gem) = 257024 bytes 5Size (activesupport-7.1.3.gem) = 257536 bytes
6SHA1 (patch-lib_active__support.rb) = d17783db9c5ddcd3998b9ad607a2b39dd6f5a7a2 6SHA1 (patch-lib_active__support.rb) = d17783db9c5ddcd3998b9ad607a2b39dd6f5a7a2