pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-railties70 devel/ruby-railties70: update to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/38344dc28214
branches: trunk
changeset: 385060:38344dc28214
user: taca <taca%pkgsrc.org@localhost>
date: Sat Sep 10 12:47:47 2022 +0000
description:
devel/ruby-railties70: update to 7.0.4
* config.allow_concurrency = false now use a Monitor instead of a Mutex
This allows to enable config.active_support.executor_around_test_case even
when config.allow_concurrency is disabled.
Jean Boussier
* Skip Active Storage and Action Mailer if Active Job is skipped.
Étienne Barrié
* Correctly check if frameworks are disabled when running app:update.
Étienne Barrié and Paulo Barros
* Fixed config.active_support.cache_format_version never being applied.
Rails 7.0 shipped with a new serializer for Rails.cache, but the
associated config wasn't working properly. Note that even after this fix,
it can only be applied from the application.rb file.
Alex Ghiculescu
diffstat:
devel/ruby-railties70/distinfo | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (13 lines):
diff -r 0dc39c2cd2ca -r 38344dc28214 devel/ruby-railties70/distinfo
--- a/devel/ruby-railties70/distinfo Sat Sep 10 12:47:25 2022 +0000
+++ b/devel/ruby-railties70/distinfo Sat Sep 10 12:47:47 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/07/13 14:48:48 taca Exp $
+$NetBSD: distinfo,v 1.8 2022/09/10 12:47:47 taca Exp $
-BLAKE2s (railties-7.0.3.1.gem) = df3938eb1acb05e16f5ebb473e1158629a7d0e3de190b5db361faed34977e7cd
-SHA512 (railties-7.0.3.1.gem) = eb871ce9d247b1bbe540237d98032fe0e1847ee5c3760f161dc5899586fcb6d2731bf21b36e54cebe760254c494080e0f0b635e4510ea3646ebadd40e807bc2f
-Size (railties-7.0.3.1.gem) = 159744 bytes
+BLAKE2s (railties-7.0.4.gem) = 18611ced7a36cfa36f40da7b2515a1107c341ce237f980e9cfe8daeb44358a4e
+SHA512 (railties-7.0.4.gem) = ce7a7b32114f3a92aa736840133937f8f35820201aecf5d541cee1cc243ef4ebccf84bd4f0ae47b290a6ba3e865728486d5d163352b08e615e9365887da228e8
+Size (railties-7.0.4.gem) = 160768 bytes
Home |
Main Index |
Thread Index |
Old Index