activesupport 7.1.4.1 → 7.1.4.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: 8afd025f9789b16a78502f9d672ae2acccbd9d77c71073423af187bf828f6185
4
- data.tar.gz: 683a9ea0c0a5a3104c07ee5fa6faefdb2d22521b7df724785ce007e0e9a5ae4f
3
+ metadata.gz: 0afdb6f94cc9097fd8764d4f0c60f988eec6400e98915fb06caea79ae11c6dd3
4
+ data.tar.gz: ee27255782c5fbea00a96191de3ebdf87b08b82d6e80feb94f214735d69966e8
5
5
  SHA512:
6
- metadata.gz: 6cab0b77b7609dbff7d945a43435abf64f204d1896835f98eef8acf24710d74954366f4e71805d5add62e8de1ed9abd1df357201c8dbc894e84b927a6bd2b730
7
- data.tar.gz: 821f9ec23f3f2bee60a414140b66673be66ed0908cb7b992513fe1f107ed39a6fbf18482faf0bace12581e651e6137b435cef56c963389e0b9ffc3112b0c3a23
6
+ metadata.gz: b08ed34c7bd96d8c9d04cd77f1dbab5c7d486d7a0f3d470baaecbe78d0a6b39495956ab3b8fd65c942909f9a18d532668959bccf7a4ec5386893f2fe70578080
7
+ data.tar.gz: 9ad5465ac574bfac3e8862f15b63ee6915c1dda7b9a994215895fbf4e507a996d8e59c9a127b704728fba3580f966e49739a070e00c4e1f55ca3ad32fbc17a1d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.1.4.2 (October 23, 2024) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.1.4.1 (October 15, 2024) ##
2
7
 
3
8
  * No changes.
@@ -10,7 +10,7 @@ module ActiveSupport
10
10
  MAJOR = 7
11
11
  MINOR = 1
12
12
  TINY = 4
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.1.4.1
4
+ version: 7.1.4.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
@@ -446,10 +446,10 @@ licenses:
446
446
  - MIT
447
447
  metadata:
448
448
  bug_tracker_uri: https://github.com/rails/rails/issues
449
- changelog_uri: https://github.com/rails/rails/blob/v7.1.4.1/activesupport/CHANGELOG.md
450
- documentation_uri: https://api.rubyonrails.org/v7.1.4.1/
449
+ changelog_uri: https://github.com/rails/rails/blob/v7.1.4.2/activesupport/CHANGELOG.md
450
+ documentation_uri: https://api.rubyonrails.org/v7.1.4.2/
451
451
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
452
- source_code_uri: https://github.com/rails/rails/tree/v7.1.4.1/activesupport
452
+ source_code_uri: https://github.com/rails/rails/tree/v7.1.4.2/activesupport
453
453
  rubygems_mfa_required: 'true'
454
454
  post_install_message:
455
455
  rdoc_options: