activesupport 5.2.4.3 → 5.2.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 52200cba1081f52ab46b0fbb797549ec4f37ec724232511041c17279af00c23a
4
- data.tar.gz: 8f67df12d04d8a83698d73ba5c961058156000fc77f344f2c10bbdc0bb5d1bd3
3
+ metadata.gz: f3bb5a13385855af91f1e96d4d28fc628debd76b122cd65d16e7c40ca26a70c6
4
+ data.tar.gz: 2df7294b411760b2207c7f426de1c462b3bbeeac60e9291664196115f6a07597
5
5
  SHA512:
6
- metadata.gz: cb196f7b65d12c1a5be5178772fc9f449dd6408614bfa3020862e18ba32ed163597f4647202fdb792ab38a451dc04e5846072dc948e2a83505b2c7ccac4ee2d0
7
- data.tar.gz: cfdf86850d1f2a9529d135756a23861b3bbb23c063b1446cbc994fb2372dfb2f79217eda99b0dc021d5cbfbd4f75f79a6e5385531f5dd48f1e78a1e55298459a
6
+ metadata.gz: 5e3b6220c7fdbcbedfa5813ac8bc03da049e319178bcf8e0a0d37dfb698077a841515cce0fa50ccecfd3ae018840f8e6ab2b0c658f0768dffab2f3096340701f
7
+ data.tar.gz: 788c51200d4d71af4975c460f5920822bb91ebe2d774c84fbd08b99048190f0c43f8b29b9a8a12c320e99e4947688fe976a3367cfa8390d047735ba0d90f83cd
@@ -1,3 +1,8 @@
1
+ ## Rails 5.2.4.4 (September 09, 2020) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 5.2.4.3 (May 18, 2020) ##
2
7
 
3
8
  * [CVE-2020-8165] Deprecate Marshal.load on raw cache read in RedisCacheStore
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 5
11
11
  MINOR = 2
12
12
  TINY = 4
13
- PRE = "3"
13
+ PRE = "4"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.4.3
4
+ version: 5.2.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-18 00:00:00.000000000 Z
11
+ date: 2020-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -333,8 +333,8 @@ homepage: http://rubyonrails.org
333
333
  licenses:
334
334
  - MIT
335
335
  metadata:
336
- source_code_uri: https://github.com/rails/rails/tree/v5.2.4.3/activesupport
337
- changelog_uri: https://github.com/rails/rails/blob/v5.2.4.3/activesupport/CHANGELOG.md
336
+ source_code_uri: https://github.com/rails/rails/tree/v5.2.4.4/activesupport
337
+ changelog_uri: https://github.com/rails/rails/blob/v5.2.4.4/activesupport/CHANGELOG.md
338
338
  post_install_message:
339
339
  rdoc_options:
340
340
  - "--encoding"