diff --git a/Gemfile.lock b/Gemfile.lock index a2150ecb13997..ebe9f18b11a5e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,88 +31,88 @@ GIT PATH remote: . specs: - actioncable (7.0.7.1) - actionpack (= 7.0.7.1) - activesupport (= 7.0.7.1) + actioncable (7.0.7.2) + actionpack (= 7.0.7.2) + activesupport (= 7.0.7.2) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (7.0.7.1) - actionpack (= 7.0.7.1) - activejob (= 7.0.7.1) - activerecord (= 7.0.7.1) - activestorage (= 7.0.7.1) - activesupport (= 7.0.7.1) + actionmailbox (7.0.7.2) + actionpack (= 7.0.7.2) + activejob (= 7.0.7.2) + activerecord (= 7.0.7.2) + activestorage (= 7.0.7.2) + activesupport (= 7.0.7.2) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.0.7.1) - actionpack (= 7.0.7.1) - actionview (= 7.0.7.1) - activejob (= 7.0.7.1) - activesupport (= 7.0.7.1) + actionmailer (7.0.7.2) + actionpack (= 7.0.7.2) + actionview (= 7.0.7.2) + activejob (= 7.0.7.2) + activesupport (= 7.0.7.2) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.0) - actionpack (7.0.7.1) - actionview (= 7.0.7.1) - activesupport (= 7.0.7.1) + actionpack (7.0.7.2) + actionview (= 7.0.7.2) + activesupport (= 7.0.7.2) rack (~> 2.0, >= 2.2.4) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (7.0.7.1) - actionpack (= 7.0.7.1) - activerecord (= 7.0.7.1) - activestorage (= 7.0.7.1) - activesupport (= 7.0.7.1) + actiontext (7.0.7.2) + actionpack (= 7.0.7.2) + activerecord (= 7.0.7.2) + activestorage (= 7.0.7.2) + activesupport (= 7.0.7.2) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.0.7.1) - activesupport (= 7.0.7.1) + actionview (7.0.7.2) + activesupport (= 7.0.7.2) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (7.0.7.1) - activesupport (= 7.0.7.1) + activejob (7.0.7.2) + activesupport (= 7.0.7.2) globalid (>= 0.3.6) - activemodel (7.0.7.1) - activesupport (= 7.0.7.1) - activerecord (7.0.7.1) - activemodel (= 7.0.7.1) - activesupport (= 7.0.7.1) - activestorage (7.0.7.1) - actionpack (= 7.0.7.1) - activejob (= 7.0.7.1) - activerecord (= 7.0.7.1) - activesupport (= 7.0.7.1) + activemodel (7.0.7.2) + activesupport (= 7.0.7.2) + activerecord (7.0.7.2) + activemodel (= 7.0.7.2) + activesupport (= 7.0.7.2) + activestorage (7.0.7.2) + actionpack (= 7.0.7.2) + activejob (= 7.0.7.2) + activerecord (= 7.0.7.2) + activesupport (= 7.0.7.2) marcel (~> 1.0) mini_mime (>= 1.1.0) - activesupport (7.0.7.1) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - rails (7.0.7.1) - actioncable (= 7.0.7.1) - actionmailbox (= 7.0.7.1) - actionmailer (= 7.0.7.1) - actionpack (= 7.0.7.1) - actiontext (= 7.0.7.1) - actionview (= 7.0.7.1) - activejob (= 7.0.7.1) - activemodel (= 7.0.7.1) - activerecord (= 7.0.7.1) - activestorage (= 7.0.7.1) - activesupport (= 7.0.7.1) + rails (7.0.7.2) + actioncable (= 7.0.7.2) + actionmailbox (= 7.0.7.2) + actionmailer (= 7.0.7.2) + actionpack (= 7.0.7.2) + actiontext (= 7.0.7.2) + actionview (= 7.0.7.2) + activejob (= 7.0.7.2) + activemodel (= 7.0.7.2) + activerecord (= 7.0.7.2) + activestorage (= 7.0.7.2) + activesupport (= 7.0.7.2) bundler (>= 1.15.0) - railties (= 7.0.7.1) - railties (7.0.7.1) - actionpack (= 7.0.7.1) - activesupport (= 7.0.7.1) + railties (= 7.0.7.2) + railties (7.0.7.2) + actionpack (= 7.0.7.2) + activesupport (= 7.0.7.2) method_source rake (>= 12.2) thor (~> 1.0) diff --git a/RAILS_VERSION b/RAILS_VERSION index 71128999d649d..4b19c252c7575 100644 --- a/RAILS_VERSION +++ b/RAILS_VERSION @@ -1 +1 @@ -7.0.7.1 +7.0.7.2 diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index 0c6db0c97d81c..07f1f3275413f 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/actionmailbox/CHANGELOG.md b/actionmailbox/CHANGELOG.md index cd25ab6a55443..fc36a1b6eee90 100644 --- a/actionmailbox/CHANGELOG.md +++ b/actionmailbox/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 7e17748f24dc4..a5f2559f020fb 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 219ca72bf274b..4b5bc1cd58b6c 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/actiontext/CHANGELOG.md b/actiontext/CHANGELOG.md index 1aab675452398..a9cd51a75fe63 100644 --- a/actiontext/CHANGELOG.md +++ b/actiontext/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index bd5ced92eded5..771a9f4688d7f 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index 38eeb8ed09400..511ecf8d22256 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 076804f1245a7..599724f70b5fc 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 690d4e3d93bcb..b167ea657e2b7 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md index 164b99477c494..47cdf4beda66d 100644 --- a/activestorage/CHANGELOG.md +++ b/activestorage/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index abf93d1f04fe6..27d79f6b931d1 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * Use a temporary file for storing unencrypted files while editing diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index a95b99de1fb20..9f66c9f444964 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes. diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index ac17f48d226ec..f4eb47b5cc43f 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.0.7.2 (August 22, 2023) ## + +* No changes. + + ## Rails 7.0.7.1 (August 22, 2023) ## * No changes.