pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-railties70



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Sep 10 12:47:47 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-railties70: distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-railties70/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-railties70/distinfo
diff -u pkgsrc/devel/ruby-railties70/distinfo:1.7 pkgsrc/devel/ruby-railties70/distinfo:1.8
--- pkgsrc/devel/ruby-railties70/distinfo:1.7   Wed Jul 13 14:48:48 2022
+++ pkgsrc/devel/ruby-railties70/distinfo       Sat Sep 10 12:47:47 2022
@@ -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