Sun Feb 28 15:42:41 2021 UTC ()
www/ruby-rails61: update to 6.1.3

Rails 6.1.3 (February 17, 2021)

[ActionPack]

* Re-define routes when not set correctly via inheritance.

    *John Hawthorn*

[ActiveRecord]

* Fix the MySQL adapter to always set the right collation and charset
  to the connection session.

    *Rafael Mendon巽a Fran巽a*

* Fix MySQL adapter handling of time objects when prepared statements
  are enabled.

    *Rafael Mendon巽a Fran巽a*

* Fix scoping in enum fields using conditions that would generate
  an IN clause.

    *Ryuta Kamizono*

* Skip optimised #exist? query when #include? is called on a relation
  with a having clause

  Relations that have aliased select values AND a having clause that
  references an aliased select value would generate an error when
  #include? was called, due to an optimisation that would generate
  call #exists? on the relation instead, which effectively alters
  the select values of the query (and thus removes the aliased select
  values), but leaves the having clause intact. Because the having
  clause is then referencing an aliased column that is no longer
  present in the simplified query, an ActiveRecord::InvalidStatement
  error was raised.

  An sample query affected by this problem:

    Author.select('COUNT(*) as total_posts', 'authors.*')
          .joins(:posts)
          .group(:id)
          .having('total_posts > 2')
          .include?(Author.first)

  This change adds an addition check to the condition that skips the
  simplified #exists? query, which simply checks for the presence of
  a having clause.

  Fixes #41417

    *Michael Smart*

* Increment postgres prepared statement counter before making a
  prepared statement, so if the statement is aborted without Rails
  knowledge (e.g., if app gets kill -9d during long-running query or
  due to Rack::Timeout), app won't end up in perpetual crash state for
  being inconsistent with Postgres.

    *wbharding*, *Martin Tepper*


(taca)
diff -r1.1 -r1.2 pkgsrc/databases/ruby-activerecord61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-activejob61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-activemodel61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-activestorage61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-railties61/distinfo
diff -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailbox61/distinfo
diff -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailer61/distinfo
diff -r1.1 -r1.2 pkgsrc/textproc/ruby-actiontext61/distinfo
diff -r1.1 -r1.2 pkgsrc/www/ruby-actioncable61/distinfo
diff -r1.1 -r1.2 pkgsrc/www/ruby-actionpack61/distinfo
diff -r1.1 -r1.2 pkgsrc/www/ruby-actionview61/distinfo
diff -r1.1 -r1.2 pkgsrc/www/ruby-rails61/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/databases/ruby-activerecord61/distinfo (expand / switch to context diff)
--- pkgsrc/databases/ruby-activerecord61/distinfo 2021/02/14 14:00:43 1.1
+++ pkgsrc/databases/ruby-activerecord61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 14:00:43 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
 
-SHA1 (activerecord-6.1.2.1.gem) = c14def7a3ca948d8f95fe44cd4ca0ba65dd8e401
+SHA1 (activerecord-6.1.3.gem) = ba5c277e9d5d1b01a8d8d4dc44287072463b9e70
-RMD160 (activerecord-6.1.2.1.gem) = cda08a11d60abdedabd9fc94f5f1c2ea083b0c0e
+RMD160 (activerecord-6.1.3.gem) = 5866e3c3c319311bdcf491cc50f4261dce6a6b15
-SHA512 (activerecord-6.1.2.1.gem) = f86362a907d9bb64ef3a94cbf6897446710f5a3ce8aa45e6f92ba77904285021d7c9a96be59d2d73c8990235504124d390aaa8384697266ce13405324d936171
+SHA512 (activerecord-6.1.3.gem) = 384fd0a9bafb7e4c2c08ce4b4b74bacc1d5d81b460943a5df3f8b2e8ab1914446c993fb5046edc259028a921fac17d1e13bcfcfa656002dc16f62a2be8bf15ba
-Size (activerecord-6.1.2.1.gem) = 428032 bytes
+Size (activerecord-6.1.3.gem) = 429056 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-activejob61/distinfo (expand / switch to context diff)
--- pkgsrc/devel/ruby-activejob61/distinfo 2021/02/14 13:55:16 1.1
+++ pkgsrc/devel/ruby-activejob61/distinfo 2021/02/28 15:42:39 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 13:55:16 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:39 taca Exp $
 
-SHA1 (activejob-6.1.2.1.gem) = 1afb6ee68e2bac5326bf7a4f1420af17c3fcadb8
+SHA1 (activejob-6.1.3.gem) = 818e49a1ff8bbeaf162625d712eff8dffe868af4
-RMD160 (activejob-6.1.2.1.gem) = c9ed391bb45830e78cd3b4765cc0468dfd58a1a1
+RMD160 (activejob-6.1.3.gem) = 4bff8becde6d0fb7f166b6c368f37d258e55ece6
-SHA512 (activejob-6.1.2.1.gem) = 3032249ef99253785433dbb26cf0e357a717a01d2f49ea8504f3ff539e5e53c9659b7c363b2e7f817b7d1d29c05c8f365dd625c8e28034756f80cac284de56b7
+SHA512 (activejob-6.1.3.gem) = 1e4d1c1c390c7709b6aeaa10615315c06157bb61e58a35a2c8215d407b36d97f4b4d063dede9518f4b70a964ff671b963a18d7b741a87227a6618a81d03b550f
-Size (activejob-6.1.2.1.gem) = 32768 bytes
+Size (activejob-6.1.3.gem) = 32768 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-activemodel61/distinfo (expand / switch to context diff)
--- pkgsrc/devel/ruby-activemodel61/distinfo 2021/02/14 13:54:14 1.1
+++ pkgsrc/devel/ruby-activemodel61/distinfo 2021/02/28 15:42:39 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 13:54:14 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:39 taca Exp $
 
-SHA1 (activemodel-6.1.2.1.gem) = e1bac0c469e3ab8ce8753e10c47bfa591eab58b3
+SHA1 (activemodel-6.1.3.gem) = 04cef7e87bc8777798400e3e5249ba9c8ee346e3
-RMD160 (activemodel-6.1.2.1.gem) = 05027305972f00ae84c73259877d2fd9490aa6e7
+RMD160 (activemodel-6.1.3.gem) = e653b44f9ddf7bcd6243fac5c0ff0969d6cadb00
-SHA512 (activemodel-6.1.2.1.gem) = 7fc141d73f04609b84a9cd9d38cf696a0946bd46665c3545963c41b7f3711325029ea0f9b8d8bedf0b97a9f7470a5601c78d71748c6d39f25c202dbb498c661f
+SHA512 (activemodel-6.1.3.gem) = fec71d819aab18e1191e3fc8318f40978b5926a43c1628e8c9cc254fcd518097336d4731dca9337d997d858f4c6acf163ccf7573e34784fcd8691c14704b32c4
-Size (activemodel-6.1.2.1.gem) = 61952 bytes
+Size (activemodel-6.1.3.gem) = 61952 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-activestorage61/distinfo (expand / switch to context diff)
--- pkgsrc/devel/ruby-activestorage61/distinfo 2021/02/14 14:07:09 1.1
+++ pkgsrc/devel/ruby-activestorage61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 14:07:09 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
 
-SHA1 (activestorage-6.1.2.1.gem) = 731dc192aa59ea306c9166dad63f0e2f8f41ff6e
+SHA1 (activestorage-6.1.3.gem) = 4fadb9d0db4f030a79cb99389bf70c69d361f9af
-RMD160 (activestorage-6.1.2.1.gem) = ed3bf4a3b3ef4ac3bbc6834c07f01317f980d012
+RMD160 (activestorage-6.1.3.gem) = ac1d41855b0aa9dd7a9058980aa9a5e56998bffc
-SHA512 (activestorage-6.1.2.1.gem) = 66a733ac3e05e434db1d8ec4adbc3da3a0397d44f27037eadd85c404e6cd9e4c6c987b8959f2cfa94f2a4df6a1aa5168dbc0428495df1fc1baa051f464d2922c
+SHA512 (activestorage-6.1.3.gem) = f11b1a1101185fe2910841d5cd229a692bc436bc4cbf0a88bae38a84a00c250ba0ee6c6bfceecdb6d7fbe8ff98ca699c6546d53b4a17fc73368b7e1e37f62920
-Size (activestorage-6.1.2.1.gem) = 54784 bytes
+Size (activestorage-6.1.3.gem) = 54784 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport61/distinfo (expand / switch to context diff)
--- pkgsrc/devel/ruby-activesupport61/distinfo 2021/02/14 13:53:25 1.1
+++ pkgsrc/devel/ruby-activesupport61/distinfo 2021/02/28 15:42:39 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 13:53:25 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:39 taca Exp $
 
-SHA1 (activesupport-6.1.2.1.gem) = ce5eec22b31eb7ecad6f8394b348db2785ec2495
+SHA1 (activesupport-6.1.3.gem) = a2b0a82a48369866c5639701cb0dba924e2a0dcd
-RMD160 (activesupport-6.1.2.1.gem) = 7e95062db3c857fbe134639ab8516432783f6a40
+RMD160 (activesupport-6.1.3.gem) = e0a1e1f14f0249f97d878d264133eaa1df2872a7
-SHA512 (activesupport-6.1.2.1.gem) = 9d5e2b2b0df869d1b5c174572fe4c8e277c61f7bfb351249709ed4436aaa3dc8aa6ead00c78d260fc8dee1bf6dc7a333bf7627376b69d78e5008de0650b91c8d
+SHA512 (activesupport-6.1.3.gem) = 0cad1a00c41fa9d23d6374659d8db588a24cf129551c3ef821b0daeaa14376ab2ae7faff40c123e71155ab9460f6da5479a8e165f7e323c7433c739f423d3612
-Size (activesupport-6.1.2.1.gem) = 219136 bytes
+Size (activesupport-6.1.3.gem) = 219136 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-railties61/distinfo (expand / switch to context diff)
--- pkgsrc/devel/ruby-railties61/distinfo 2021/02/14 14:06:30 1.1
+++ pkgsrc/devel/ruby-railties61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 14:06:30 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
 
-SHA1 (railties-6.1.2.1.gem) = 5f5053e93e4f6cf2c78152c17302bfd5fa6656df
+SHA1 (railties-6.1.3.gem) = 6d6400c0ed3238b0fd9efd0b6a61d0577aed3f20
-RMD160 (railties-6.1.2.1.gem) = a69ae52c98c32c90e21af08a069bb37fa72faf1d
+RMD160 (railties-6.1.3.gem) = 693cc1b619426c97b6e6aedbe231cdf36d008e85
-SHA512 (railties-6.1.2.1.gem) = 7ba23ca71573a32844e549f47abc9cc1510766af796e0301736c495d30b7508491268ea9f83dc9e0b1e2b12a105575a1e5bd2a558f3645801b2f3701272ebd16
+SHA512 (railties-6.1.3.gem) = a2220be7ee38c14f4636d3370d22e4a2ab3472e51ad11f35cbe4106b8e70cf056372ab38dade09c9054251114092910d26727013f62893e041e7922c891e701b
-Size (railties-6.1.2.1.gem) = 456704 bytes
+Size (railties-6.1.3.gem) = 456704 bytes

cvs diff -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailbox61/distinfo (expand / switch to context diff)
--- pkgsrc/mail/ruby-actionmailbox61/distinfo 2021/02/14 14:02:59 1.1
+++ pkgsrc/mail/ruby-actionmailbox61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 14:02:59 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
 
-SHA1 (actionmailbox-6.1.2.1.gem) = ba9288a7436b8c36a232a8d952646de02a6f159d
+SHA1 (actionmailbox-6.1.3.gem) = 5cb2603a3526fd20988833fe6abbd8bece4b5acc
-RMD160 (actionmailbox-6.1.2.1.gem) = b66c9c47822978b80dcd01b1ab4b51e976334bd8
+RMD160 (actionmailbox-6.1.3.gem) = 9e1d9d160b351d46c9215bd249a445fdff9f67be
-SHA512 (actionmailbox-6.1.2.1.gem) = d4569b3bbe545f98efda8e8ba2ee4af2078a79a2f78dc862881272614413ff5897c50b9d45cd38b962de6c459b192b603a50c4c038576a3a495bf3d68e6ed0b2
+SHA512 (actionmailbox-6.1.3.gem) = 29b332ad05a9ff8b072e08327996f4b44b33d1dc0393e05495c9f64fba57880e57ed29fa5333d57cd1e5b98b8ae7064577dd3757b97f4e06ece5cb16a39c9b41
-Size (actionmailbox-6.1.2.1.gem) = 22016 bytes
+Size (actionmailbox-6.1.3.gem) = 22016 bytes

cvs diff -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailer61/distinfo (expand / switch to context diff)
--- pkgsrc/mail/ruby-actionmailer61/distinfo 2021/02/14 14:02:22 1.1
+++ pkgsrc/mail/ruby-actionmailer61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 14:02:22 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
 
-SHA1 (actionmailer-6.1.2.1.gem) = a935a0e018bc7645ec31c4e93fa2fc85eec5dc32
+SHA1 (actionmailer-6.1.3.gem) = b8655798192e9d91627feab78b10cc41330ceffe
-RMD160 (actionmailer-6.1.2.1.gem) = 70fe8a0a2b38a76ec43078a73fd9be1d1508f368
+RMD160 (actionmailer-6.1.3.gem) = 9c04e222dacd5dcc7128f8476a87c16b39d3c479
-SHA512 (actionmailer-6.1.2.1.gem) = f5feb3911eb2944ff6dc562d88d5d0bea90625ce6a738270d44eb5297b1540361fe3083aef3739bbc41ff5eb93b50c7545953cf84ba85b79f534506a663eac90
+SHA512 (actionmailer-6.1.3.gem) = 7754053961569326a56cebe3faa44e2eb7ec601e424ccf52f1010ee3dd806ba81209d62bebec602f1464ffcc2ce9ad4084fc8e16667f255eb4e645e5d5e28db1
-Size (actionmailer-6.1.2.1.gem) = 30720 bytes
+Size (actionmailer-6.1.3.gem) = 30720 bytes

cvs diff -r1.1 -r1.2 pkgsrc/textproc/ruby-actiontext61/distinfo (expand / switch to context diff)
--- pkgsrc/textproc/ruby-actiontext61/distinfo 2021/02/14 14:08:42 1.1
+++ pkgsrc/textproc/ruby-actiontext61/distinfo 2021/02/28 15:42:41 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 14:08:42 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:41 taca Exp $
 
-SHA1 (actiontext-6.1.2.1.gem) = 7141b18b0226ee02257b284487144ede36c9e374
+SHA1 (actiontext-6.1.3.gem) = 6bc9b24bcd77db17b57b3463c71ac9d722d3c9ca
-RMD160 (actiontext-6.1.2.1.gem) = f0df4d16a954675f21c586dbd8375f214a90a71f
+RMD160 (actiontext-6.1.3.gem) = 8e384c39146d9d4515b50af8954180f82c91b53e
-SHA512 (actiontext-6.1.2.1.gem) = bc795d9dbaa4e863f0acaa81ad6b033a2b187b4ac514b3363ac726cc8056265cb73af8eb850a3feb90ec76509811cc8898e20ae005756d8ad74f8e5b67ec71af
+SHA512 (actiontext-6.1.3.gem) = 1e48ddd8d57e6aa720266c664d70103cbf31fc00efc395b98a263cfdd0604c50eb34dce1a3d154e507e0ceedda29c000694408497e809a3bcd6d12ceca8d6d9c
-Size (actiontext-6.1.2.1.gem) = 18944 bytes
+Size (actiontext-6.1.3.gem) = 18944 bytes

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-actioncable61/distinfo (expand / switch to context diff)
--- pkgsrc/www/ruby-actioncable61/distinfo 2021/02/14 14:04:18 1.1
+++ pkgsrc/www/ruby-actioncable61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 14:04:18 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
 
-SHA1 (actioncable-6.1.2.1.gem) = 970b5138cc5b80b6c21402a3e64a0e7657873fb6
+SHA1 (actioncable-6.1.3.gem) = eeed7cf7d915116c4eae8d1c232e2cc274d9bb42
-RMD160 (actioncable-6.1.2.1.gem) = 21bef6a10d6b827dd481ee3b7c82cff3ca0f286a
+RMD160 (actioncable-6.1.3.gem) = c0b6a52662b8916d51d137336cc1d3eca54f2153
-SHA512 (actioncable-6.1.2.1.gem) = a22ba2e6c9017c7f6d8d13a9120f11ef65ef4052bdae9a9464893bf1ec9746920bf941367123369e24ccfad2d24f6e87bb46dbdb9020eb7fc834bb3a11d6017e
+SHA512 (actioncable-6.1.3.gem) = 0a54264a9c4be78f652c095b41540c6e278e8c6144c6a5113f78658512d9792ea80346d78804ac9ca6eefe7e038bbc606f01acbfa374b8fa81f5061da46df689
-Size (actioncable-6.1.2.1.gem) = 41472 bytes
+Size (actioncable-6.1.3.gem) = 41472 bytes

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-actionpack61/distinfo (expand / switch to context diff)
--- pkgsrc/www/ruby-actionpack61/distinfo 2021/02/14 13:58:52 1.1
+++ pkgsrc/www/ruby-actionpack61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 13:58:52 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
 
-SHA1 (actionpack-6.1.2.1.gem) = 4a18beb681ded5cb5497688e0d478c739170abbe
+SHA1 (actionpack-6.1.3.gem) = c2302fcb8ce09aae8f19186b1d2c38bd9d4dd45c
-RMD160 (actionpack-6.1.2.1.gem) = c8e78621c25a5080a2b5c25633f6a2eea81d15a9
+RMD160 (actionpack-6.1.3.gem) = d909372bbfdea44c36dc5cdae602b25acc311c23
-SHA512 (actionpack-6.1.2.1.gem) = 87a0e05921f2ca21daeb0eba70b55fe8b8924f82a79b0ad8d0b015d40213cb7c02c0ce3281ed11a8b3d9ba7ee3dad6f9ca3ebb31a446db9f6c5a4b7141c39a22
+SHA512 (actionpack-6.1.3.gem) = 46bf8a1e47afe81dae25503b24da4f5f1ae8ecb67a6b961a39a058977d39c24e4ecbab79c8872ffa6541522ca791996f4b26327ab423fb7bdc062f94dc14ca12
-Size (actionpack-6.1.2.1.gem) = 224256 bytes
+Size (actionpack-6.1.3.gem) = 224256 bytes

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-actionview61/distinfo (expand / switch to context diff)
--- pkgsrc/www/ruby-actionview61/distinfo 2021/02/14 13:58:16 1.1
+++ pkgsrc/www/ruby-actionview61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 13:58:16 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
 
-SHA1 (actionview-6.1.2.1.gem) = 9c24c237b21a6ff42760bef8b9b244459bf294bb
+SHA1 (actionview-6.1.3.gem) = 3f2db1f16e016c5ddac4b123163a0b2cea1536fc
-RMD160 (actionview-6.1.2.1.gem) = 74a4f88d33a7c393da91b14e954a4445da4c641d
+RMD160 (actionview-6.1.3.gem) = 2e142be9c738a36cf3bbcc79f082ac04e1c04841
-SHA512 (actionview-6.1.2.1.gem) = 1115a3ff54f6ad1cdc1202972f7db443e3b8812c81c0a48d04e3bbd42fbd684544367c7a2de274c7d8328cc88650854848a0b5031be9d9b4c58f779b694bfc98
+SHA512 (actionview-6.1.3.gem) = 9fd1bc2003c9489473201a8f49bcf935cb775b0e215fdb205ca0cd41988cb7933573839b33ad893a8619e3f358fe07c2581b5bc9a49ade329931a2033963f626
-Size (actionview-6.1.2.1.gem) = 171008 bytes
+Size (actionview-6.1.3.gem) = 171008 bytes

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-rails61/distinfo (expand / switch to context diff)
--- pkgsrc/www/ruby-rails61/distinfo 2021/02/14 14:10:02 1.1
+++ pkgsrc/www/ruby-rails61/distinfo 2021/02/28 15:42:41 1.2
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2021/02/14 14:10:02 taca Exp $
+$NetBSD: distinfo,v 1.2 2021/02/28 15:42:41 taca Exp $
 
-SHA1 (rails-6.1.2.1.gem) = 75528f9ad6fe71026b3c10d04646735a9a181ee9
+SHA1 (rails-6.1.3.gem) = 4456dd92b6db0e60a96f724748e307d3dcec92e4
-RMD160 (rails-6.1.2.1.gem) = f0e9b063312fb6af3f9bbf167cb6e71e66b94185
+RMD160 (rails-6.1.3.gem) = 016a07f3d1ffe3fc63cf25d9e616e7c0cbe976d5
-SHA512 (rails-6.1.2.1.gem) = a604ed34d3fab4a549d7bbe1054ba396ee201116b1cc26e466776ba3bf78a6c09b7178d79927b87c04ab17ec49801c7c1a41683c9ff50559b06ee986c88e00b6
+SHA512 (rails-6.1.3.gem) = 085d05096d14c1132c43291b4082f7db9ddb4ae0674e058e38f821524c17fe86d302c56b28b30fbda6f0883e9ab079fa9afdc2d02a9121478e8c2d7d9b39b8a4
-Size (rails-6.1.2.1.gem) = 6656 bytes
+Size (rails-6.1.3.gem) = 6656 bytes