activerecord 7.0.9 → 7.0.10

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.

Potentially problematic release.


This version of activerecord might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba6bd98f065f1eb5d1f2b783371c058fa2c1ef73bb5f4c132eb0d4c4f634ec9a
4
- data.tar.gz: 5223c1bd0cd8384803c526bff79e2cb305537427877b290f570d06b5c61db1f4
3
+ metadata.gz: 587097236b4ca27236683eee31a484d393e01ac9100ac2fbf8f2e0969fa9548c
4
+ data.tar.gz: bbcdd829bf66d974987e458d9ebbf34a2fc27b068e52a7cde143a2264cbcd008
5
5
  SHA512:
6
- metadata.gz: 40dfdd2efb5cf455b795a76859ac5f91fc0a9c8f79d574881fd68009b105974e3142c1cd76ce4fd327a804bcd4e5425ca67f89ef25573582bb44d159b36a4053
7
- data.tar.gz: 132c99c70475d0260ff7b46e0f5fb34b3bdb0f3ad58cd605656287449194c1158afa9f0f1aaa4b1cf4a85d700383b18863b989e3b569c12164d09ff3cbfaf0aa
6
+ metadata.gz: 3a326f31032e008ca4025f7dde49bd80d116b4a5749b0704d1b0aa5349db34b978ae0bc9e641a0d6cccd2ef59b14f9261f3240f5876ef6ce31d2dae0b49afbe5
7
+ data.tar.gz: 214fa11efba65990f7271e5e9d03c68b99a67139ef17ab7ec73673b11d2d2bb3a965f0d3626420064b295f59faa69822bb990f99a3e6faf6763f9d4fb1ccf087
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## Rails 7.0.10 (October 28, 2025) ##
2
+
3
+ * No changes.
4
+
5
+
1
6
  ## Rails 7.0.9 (October 28, 2025) ##
2
7
 
3
8
  * Fix an issue that could cause database connection leaks
@@ -9,7 +9,7 @@ module ActiveRecord
9
9
  module VERSION
10
10
  MAJOR = 7
11
11
  MINOR = 0
12
- TINY = 9
12
+ TINY = 10
13
13
  PRE = nil
14
14
 
15
15
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activerecord
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.9
4
+ version: 7.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
@@ -15,28 +15,28 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 7.0.9
18
+ version: 7.0.10
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 7.0.9
25
+ version: 7.0.10
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: activemodel
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
30
  - - '='
31
31
  - !ruby/object:Gem::Version
32
- version: 7.0.9
32
+ version: 7.0.10
33
33
  type: :runtime
34
34
  prerelease: false
35
35
  version_requirements: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - '='
38
38
  - !ruby/object:Gem::Version
39
- version: 7.0.9
39
+ version: 7.0.10
40
40
  description: Databases on Rails. Build a persistent domain model by mapping database
41
41
  tables to Ruby classes. Strong conventions for associations, validations, aggregations,
42
42
  migrations, and testing come baked-in.
@@ -433,10 +433,10 @@ licenses:
433
433
  - MIT
434
434
  metadata:
435
435
  bug_tracker_uri: https://github.com/rails/rails/issues
436
- changelog_uri: https://github.com/rails/rails/blob/v7.0.9/activerecord/CHANGELOG.md
437
- documentation_uri: https://api.rubyonrails.org/v7.0.9/
436
+ changelog_uri: https://github.com/rails/rails/blob/v7.0.10/activerecord/CHANGELOG.md
437
+ documentation_uri: https://api.rubyonrails.org/v7.0.10/
438
438
  mailing_list_uri: https://discuss.rubyonrails.org/c/rubyonrails-talk
439
- source_code_uri: https://github.com/rails/rails/tree/v7.0.9/activerecord
439
+ source_code_uri: https://github.com/rails/rails/tree/v7.0.10/activerecord
440
440
  rubygems_mfa_required: 'true'
441
441
  rdoc_options:
442
442
  - "--main"