activesupport 6.1.4.2 → 6.1.4.3

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: bf7e19ba2e1d0a24549ec6ec697496e079be3da50264a2f4edae0da4eb35ad62
4
- data.tar.gz: ddb87eb893cdb889f4ee529393bc39a047801132aab5c0b485aa15c5065d03e4
3
+ metadata.gz: 11a94d14598661b000b8a18bfa01f09c2ac8507e619f597c2d29ed6ab4b8052b
4
+ data.tar.gz: ef2086caa1201ec08245bb23afb9639a7218045909dfe5ba10efe53661cf138b
5
5
  SHA512:
6
- metadata.gz: 8ff285f6dae07cfeb1bce11657578fc386b35358137314aa9445653343167822f93e30e91ad78e5a69caa3e19ebc9a2f5493574e85bf645e04423c7a8c53920d
7
- data.tar.gz: b34d549dc38753838653d4455f66f3fcf61528c7ab24d4b5b2f525f2943f6616049488f411de691b702a3f25f4c471caf9d982e0d7d21eaf4c64d8c05cdd2088
6
+ metadata.gz: c0e6c8c1712b03e21712f74eab54f46701538d9c0f1c2714e5478a39b8d598a1b26053a4cc92c1d5bee165a694b30fd92c8c1d45f06f584f8f15cf1fc671a353
7
+ data.tar.gz: d990b4093e07069c3a65c051de4a2e4b995639400356d272d649ad8eb32e991e6a1d44e68e049b3f01a6b6ccf5d9a6c87ead76cc2573940a0f3350565eded548
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 6.1.4.3 (December 14, 2021) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 6.1.4.2 (December 14, 2021) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 6
11
11
  MINOR = 1
12
12
  TINY = 4
13
- PRE = "2"
13
+ PRE = "3"
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
16
16
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.4.2
4
+ version: 6.1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -357,10 +357,10 @@ licenses:
357
357
  - MIT
358
358
  metadata:
359
359
  bug_tracker_uri: https://github.com/rails/rails/issues
360
- changelog_uri: https://github.com/rails/rails/blob/v6.1.4.2/activesupport/CHANGELOG.md
361
- documentation_uri: https://api.rubyonrails.org/v6.1.4.2/
360
+ changelog_uri: https://github.com/rails/rails/blob/v6.1.4.3/activesupport/CHANGELOG.md
361
+ documentation_uri: https://api.rubyonrails.org/v6.1.4.3/
362
362
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
363
- source_code_uri: https://github.com/rails/rails/tree/v6.1.4.2/activesupport
363
+ source_code_uri: https://github.com/rails/rails/tree/v6.1.4.3/activesupport
364
364
  post_install_message:
365
365
  rdoc_options:
366
366
  - "--encoding"