activesupport 7.2.3.1 → 7.2.3.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: 261d0e3b9b660e219ce3e59ae3cbc65626e77898ecfd1f8dc7c8ed96e4121b0c
4
- data.tar.gz: 8c4d30dde1dab152e5584ec01c9c0863b4a3b9b6451ae0e068d0a3091a3c66a1
3
+ metadata.gz: 410383fdbd3989a1f2dc413ea22163403fbd2906ec49c1828c802256a3510577
4
+ data.tar.gz: 63f1977fb840b24a340ac98cfa414998793149a0e358579f2b04243e1ee3aebc
5
5
  SHA512:
6
- metadata.gz: 3947053b6497e31d25efbaba030b6a0e2fd01a0e1fe260256efd775964cb0df6542b93de6a87da65b1f2385695a3bdbbdd5d829eb4fa6c4ee6af55dca88d1ba2
7
- data.tar.gz: bcc914be8d4e83f8ded6c746568b91e7a80578437045c145f9dd9c811b3f17d40485080e5566b536b8505a787e91a611597fdf19de129e6c02be7c91e23bfbfe
6
+ metadata.gz: a54b2237830338b91eb0609869b4be08ec2bfac741b8ee715949054f07324477db7241597eef7073560583e1af3c3ea2c8b5476722750245d4fec3577ea67c2f
7
+ data.tar.gz: ddf2e56f5d1b0d40b688b37d5a32f712fb59726cbc6875b78d4f23dda63453e2ead6d6f2a63e5f5ecdf63ab9bfd635d06d03bcb7c5d13b39323d46f4c41c32a7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.2.3.2 (July 29, 2026) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.2.3.1 (March 23, 2026) ##
2
7
 
3
8
  * Reject scientific notation in NumberConverter
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 7
11
11
  MINOR = 2
12
12
  TINY = 3
13
- PRE = "1"
13
+ PRE = "2"
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: 7.2.3.1
4
+ version: 7.2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -485,10 +485,10 @@ licenses:
485
485
  - MIT
486
486
  metadata:
487
487
  bug_tracker_uri: https://github.com/rails/rails/issues
488
- changelog_uri: https://github.com/rails/rails/blob/v7.2.3.1/activesupport/CHANGELOG.md
489
- documentation_uri: https://api.rubyonrails.org/v7.2.3.1/
488
+ changelog_uri: https://github.com/rails/rails/blob/v7.2.3.2/activesupport/CHANGELOG.md
489
+ documentation_uri: https://api.rubyonrails.org/v7.2.3.2/
490
490
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
491
- source_code_uri: https://github.com/rails/rails/tree/v7.2.3.1/activesupport
491
+ source_code_uri: https://github.com/rails/rails/tree/v7.2.3.2/activesupport
492
492
  rubygems_mfa_required: 'true'
493
493
  rdoc_options:
494
494
  - "--encoding"
@@ -506,7 +506,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
506
506
  - !ruby/object:Gem::Version
507
507
  version: '0'
508
508
  requirements: []
509
- rubygems_version: 4.0.6
509
+ rubygems_version: 4.0.16
510
510
  specification_version: 4
511
511
  summary: A toolkit of support libraries and Ruby core extensions extracted from the
512
512
  Rails framework.