activesupport 7.2.1.1 → 7.2.1.2

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: 1c7d2490f252aca0df84dcd79067dcb858f839ee95c8e90a73c8257fadacef28
4
- data.tar.gz: d12b2cfa53f8f915665c7e78d1212568e9526bb43bc2f693ad0ae424ca6f626f
3
+ metadata.gz: 064f00b5fe4d6086f4e0a54cf85c424cb8a45437b4b5122943c97f6fb8ba6f24
4
+ data.tar.gz: 9513765d6176e54df195a9cae99159f0b53fe24cf607188312d8dc2e870f3c63
5
5
  SHA512:
6
- metadata.gz: 3a9feae253c0cbfe426a9e295ba117fc0b6f916fb76b1108a338f44f7e9d5ced8eded68872b85756dd6cf9d70fe6168a75aa6f52dbe5b1ff6690139444983b00
7
- data.tar.gz: f909676a63b301be9fd439512cb7b9a23408b024e2694b896dffda1d8c2ca1626ee1dc3aff5477ea0e04c4c7f115f98a2143d1eddd635914a5a0d241258e0c3b
6
+ metadata.gz: 7d30eb9249ff4d46f46ba10467814c918585b3d7fefa621b30fe50521160ae605fa87194cc22c8d344de6426c99ed0d8d0b28d4d101e67407f1f4b1fc34eb667
7
+ data.tar.gz: '0786db0db43131282eb5331be9cf6e18efef7f4abcc9b155dad8959998e55f23dd8923e39db81c71cd6d6ae723eb62d9db0c10d69df71c09614f36afdb6b4ae6'
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.2.1.2 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.2.1.1 (October 15, 2024) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 7
11
11
  MINOR = 2
12
12
  TINY = 1
13
- PRE = "1"
13
+ PRE = "2"
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: 7.2.1.1
4
+ version: 7.2.1.2
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: 2024-10-15 00:00:00.000000000 Z
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n
@@ -466,10 +466,10 @@ licenses:
466
466
  - MIT
467
467
  metadata:
468
468
  bug_tracker_uri: https://github.com/rails/rails/issues
469
- changelog_uri: https://github.com/rails/rails/blob/v7.2.1.1/activesupport/CHANGELOG.md
470
- documentation_uri: https://api.rubyonrails.org/v7.2.1.1/
469
+ changelog_uri: https://github.com/rails/rails/blob/v7.2.1.2/activesupport/CHANGELOG.md
470
+ documentation_uri: https://api.rubyonrails.org/v7.2.1.2/
471
471
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
472
- source_code_uri: https://github.com/rails/rails/tree/v7.2.1.1/activesupport
472
+ source_code_uri: https://github.com/rails/rails/tree/v7.2.1.2/activesupport
473
473
  rubygems_mfa_required: 'true'
474
474
  post_install_message:
475
475
  rdoc_options: