From 36c1591bcb5e0ee3084759c7f42a706fe5bb7ca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 16 Jan 2024 22:18:02 +0000 Subject: [PATCH] Preparing for 7.1.3 release --- Gemfile.lock | 114 +++++++++--------- RAILS_VERSION | 2 +- actioncable/CHANGELOG.md | 5 + actioncable/lib/action_cable/gem_version.rb | 2 +- actioncable/package.json | 2 +- actionmailbox/CHANGELOG.md | 5 + .../lib/action_mailbox/gem_version.rb | 2 +- actionmailer/CHANGELOG.md | 5 + actionmailer/lib/action_mailer/gem_version.rb | 2 +- actionpack/CHANGELOG.md | 2 + actionpack/lib/action_pack/gem_version.rb | 2 +- actiontext/CHANGELOG.md | 5 + actiontext/lib/action_text/gem_version.rb | 2 +- actiontext/package.json | 2 +- actionview/CHANGELOG.md | 2 + actionview/lib/action_view/gem_version.rb | 2 +- actionview/package.json | 2 +- activejob/CHANGELOG.md | 2 + activejob/lib/active_job/gem_version.rb | 2 +- activemodel/CHANGELOG.md | 5 + activemodel/lib/active_model/gem_version.rb | 2 +- activerecord/CHANGELOG.md | 2 + activerecord/lib/active_record/gem_version.rb | 2 +- activestorage/CHANGELOG.md | 2 + .../lib/active_storage/gem_version.rb | 2 +- activestorage/package.json | 2 +- activesupport/CHANGELOG.md | 2 + .../lib/active_support/gem_version.rb | 2 +- guides/CHANGELOG.md | 5 + railties/CHANGELOG.md | 2 + railties/lib/rails/gem_version.rb | 2 +- version.rb | 2 +- yarn.lock | 8 +- 33 files changed, 123 insertions(+), 79 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b73f73e1c528e..31a1f66bab1f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,35 +10,35 @@ GIT PATH remote: . specs: - actioncable (7.1.2) - actionpack (= 7.1.2) - activesupport (= 7.1.2) + actioncable (7.1.3) + actionpack (= 7.1.3) + activesupport (= 7.1.3) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.1.2) - actionpack (= 7.1.2) - activejob (= 7.1.2) - activerecord (= 7.1.2) - activestorage (= 7.1.2) - activesupport (= 7.1.2) + actionmailbox (7.1.3) + actionpack (= 7.1.3) + activejob (= 7.1.3) + activerecord (= 7.1.3) + activestorage (= 7.1.3) + activesupport (= 7.1.3) mail (>= 2.7.1) net-imap net-pop net-smtp - actionmailer (7.1.2) - actionpack (= 7.1.2) - actionview (= 7.1.2) - activejob (= 7.1.2) - activesupport (= 7.1.2) + actionmailer (7.1.3) + actionpack (= 7.1.3) + actionview (= 7.1.3) + activejob (= 7.1.3) + activesupport (= 7.1.3) mail (~> 2.5, >= 2.5.4) net-imap net-pop net-smtp rails-dom-testing (~> 2.2) - actionpack (7.1.2) - actionview (= 7.1.2) - activesupport (= 7.1.2) + actionpack (7.1.3) + actionview (= 7.1.3) + activesupport (= 7.1.3) nokogiri (>= 1.8.5) racc rack (>= 2.2.4) @@ -46,35 +46,35 @@ PATH rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - actiontext (7.1.2) - actionpack (= 7.1.2) - activerecord (= 7.1.2) - activestorage (= 7.1.2) - activesupport (= 7.1.2) + actiontext (7.1.3) + actionpack (= 7.1.3) + activerecord (= 7.1.3) + activestorage (= 7.1.3) + activesupport (= 7.1.3) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.1.2) - activesupport (= 7.1.2) + actionview (7.1.3) + activesupport (= 7.1.3) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.1.2) - activesupport (= 7.1.2) + activejob (7.1.3) + activesupport (= 7.1.3) globalid (>= 0.3.6) - activemodel (7.1.2) - activesupport (= 7.1.2) - activerecord (7.1.2) - activemodel (= 7.1.2) - activesupport (= 7.1.2) + activemodel (7.1.3) + activesupport (= 7.1.3) + activerecord (7.1.3) + activemodel (= 7.1.3) + activesupport (= 7.1.3) timeout (>= 0.4.0) - activestorage (7.1.2) - actionpack (= 7.1.2) - activejob (= 7.1.2) - activerecord (= 7.1.2) - activesupport (= 7.1.2) + activestorage (7.1.3) + actionpack (= 7.1.3) + activejob (= 7.1.3) + activerecord (= 7.1.3) + activesupport (= 7.1.3) marcel (~> 1.0) - activesupport (7.1.2) + activesupport (7.1.3) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -84,23 +84,23 @@ PATH minitest (>= 5.1) mutex_m tzinfo (~> 2.0) - rails (7.1.2) - actioncable (= 7.1.2) - actionmailbox (= 7.1.2) - actionmailer (= 7.1.2) - actionpack (= 7.1.2) - actiontext (= 7.1.2) - actionview (= 7.1.2) - activejob (= 7.1.2) - activemodel (= 7.1.2) - activerecord (= 7.1.2) - activestorage (= 7.1.2) - activesupport (= 7.1.2) + rails (7.1.3) + actioncable (= 7.1.3) + actionmailbox (= 7.1.3) + actionmailer (= 7.1.3) + actionpack (= 7.1.3) + actiontext (= 7.1.3) + actionview (= 7.1.3) + activejob (= 7.1.3) + activemodel (= 7.1.3) + activerecord (= 7.1.3) + activestorage (= 7.1.3) + activesupport (= 7.1.3) bundler (>= 1.15.0) - railties (= 7.1.2) - railties (7.1.2) - actionpack (= 7.1.2) - activesupport (= 7.1.2) + railties (= 7.1.3) + railties (7.1.3) + actionpack (= 7.1.3) + activesupport (= 7.1.3) irb rackup (>= 1.0.0) rake (>= 12.2) @@ -149,7 +149,7 @@ GEM bcrypt (3.1.18) beaneater (1.1.3) benchmark-ips (2.10.0) - bigdecimal (3.1.4) + bigdecimal (3.1.5) bindex (0.8.1) bootsnap (1.15.0) msgpack (~> 1.2) @@ -295,7 +295,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.21.4) + loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -338,14 +338,14 @@ GEM mysql2 (0.5.5) net-http-persistent (4.0.1) connection_pool (~> 2.2) - net-imap (0.4.4) + net-imap (0.4.9.1) date net-protocol net-pop (0.1.2) net-protocol net-protocol (0.2.2) timeout - net-smtp (0.4.0) + net-smtp (0.4.0.1) net-protocol nio4r (2.5.9) nokogiri (1.15.4) diff --git a/RAILS_VERSION b/RAILS_VERSION index a8a188756826d..1996c504476f1 100644 --- a/RAILS_VERSION +++ b/RAILS_VERSION @@ -1 +1 @@ -7.1.2 +7.1.3 diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index c46cf5408bc31..f357350ffcf4c 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.1.3 (January 16, 2024) ## + +* No changes. + + ## Rails 7.1.2 (November 10, 2023) ## * No changes. diff --git a/actioncable/lib/action_cable/gem_version.rb b/actioncable/lib/action_cable/gem_version.rb index 27c83d55ba8ad..27c89150d1131 100644 --- a/actioncable/lib/action_cable/gem_version.rb +++ b/actioncable/lib/action_cable/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/actioncable/package.json b/actioncable/package.json index 029f8b70174a7..a887789887115 100644 --- a/actioncable/package.json +++ b/actioncable/package.json @@ -1,6 +1,6 @@ { "name": "@rails/actioncable", - "version": "7.1.2", + "version": "7.1.3", "description": "WebSocket framework for Ruby on Rails.", "module": "app/assets/javascripts/actioncable.esm.js", "main": "app/assets/javascripts/actioncable.js", diff --git a/actionmailbox/CHANGELOG.md b/actionmailbox/CHANGELOG.md index f0bbd1e7030a9..4baaf97f139e2 100644 --- a/actionmailbox/CHANGELOG.md +++ b/actionmailbox/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.1.3 (January 16, 2024) ## + +* No changes. + + ## Rails 7.1.2 (November 10, 2023) ## * No changes. diff --git a/actionmailbox/lib/action_mailbox/gem_version.rb b/actionmailbox/lib/action_mailbox/gem_version.rb index 9ea897e9a289e..d0dd1175dd151 100644 --- a/actionmailbox/lib/action_mailbox/gem_version.rb +++ b/actionmailbox/lib/action_mailbox/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 320450025550e..f825a3d767199 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.1.3 (January 16, 2024) ## + +* No changes. + + ## Rails 7.1.2 (November 10, 2023) ## * No changes. diff --git a/actionmailer/lib/action_mailer/gem_version.rb b/actionmailer/lib/action_mailer/gem_version.rb index d35f2c1246e94..0aae811664291 100644 --- a/actionmailer/lib/action_mailer/gem_version.rb +++ b/actionmailer/lib/action_mailer/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 36d3430484f8c..5424387edfee3 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 7.1.3 (January 16, 2024) ## + * Fix including `Rails.application.routes.url_helpers` directly in an `ActiveSupport::Concern.` diff --git a/actionpack/lib/action_pack/gem_version.rb b/actionpack/lib/action_pack/gem_version.rb index 50d2b36a7f043..2be375572577f 100644 --- a/actionpack/lib/action_pack/gem_version.rb +++ b/actionpack/lib/action_pack/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/actiontext/CHANGELOG.md b/actiontext/CHANGELOG.md index e88d58549509a..1c24652fd4659 100644 --- a/actiontext/CHANGELOG.md +++ b/actiontext/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.1.3 (January 16, 2024) ## + +* No changes. + + ## Rails 7.1.2 (November 10, 2023) ## * Compile ESM package that can be used directly in the browser as `actiontext.esm.js`. diff --git a/actiontext/lib/action_text/gem_version.rb b/actiontext/lib/action_text/gem_version.rb index 74ed8ee2d0067..52b4f6156b933 100644 --- a/actiontext/lib/action_text/gem_version.rb +++ b/actiontext/lib/action_text/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/actiontext/package.json b/actiontext/package.json index 193fc0cf1553f..3350451fa3bab 100644 --- a/actiontext/package.json +++ b/actiontext/package.json @@ -1,6 +1,6 @@ { "name": "@rails/actiontext", - "version": "7.1.2", + "version": "7.1.3", "description": "Edit and display rich text in Rails applications", "module": "app/assets/javascripts/actiontext.esm.js", "main": "app/assets/javascripts/actiontext.js", diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 3ce1b50e67fdd..620cf89cf5daa 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 7.1.3 (January 16, 2024) ## + * Better handle SyntaxError in Action View. *Mario Caropreso* diff --git a/actionview/lib/action_view/gem_version.rb b/actionview/lib/action_view/gem_version.rb index 8222a905a3bf3..f6b0e5712ceb7 100644 --- a/actionview/lib/action_view/gem_version.rb +++ b/actionview/lib/action_view/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/actionview/package.json b/actionview/package.json index 80be032b41a76..77a313f2aac04 100644 --- a/actionview/package.json +++ b/actionview/package.json @@ -1,6 +1,6 @@ { "name": "@rails/ujs", - "version": "7.1.2", + "version": "7.1.3", "description": "Ruby on Rails unobtrusive scripting adapter", "main": "app/assets/javascripts/rails-ujs.js", "module": "app/assets/javascripts/rails-ujs.esm.js", diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index 9a4d1d85956fa..5ec88bb9d30d6 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 7.1.3 (January 16, 2024) ## + * Do not trigger immediate loading of `ActiveJob::Base` when loading `ActiveJob::TestHelper`. *Maxime Réty* diff --git a/activejob/lib/active_job/gem_version.rb b/activejob/lib/active_job/gem_version.rb index 0737160c705bb..dca580e33d1b6 100644 --- a/activejob/lib/active_job/gem_version.rb +++ b/activejob/lib/active_job/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index b043146c3641e..57ced02da8f81 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.1.3 (January 16, 2024) ## + +* No changes. + + ## Rails 7.1.2 (November 10, 2023) ## * Make `==(other)` method of AttributeSet safe. diff --git a/activemodel/lib/active_model/gem_version.rb b/activemodel/lib/active_model/gem_version.rb index 828f12102dbee..f8864914dfb09 100644 --- a/activemodel/lib/active_model/gem_version.rb +++ b/activemodel/lib/active_model/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index e8520ed2f3405..55c275b9626f7 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 7.1.3 (January 16, 2024) ## + * Fix Migrations with versions older than 7.1 validating options given to `add_reference`. diff --git a/activerecord/lib/active_record/gem_version.rb b/activerecord/lib/active_record/gem_version.rb index 9e82524e7e982..27c467dc0e9dc 100644 --- a/activerecord/lib/active_record/gem_version.rb +++ b/activerecord/lib/active_record/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md index c0ae59c39d786..277c07a1a49e4 100644 --- a/activestorage/CHANGELOG.md +++ b/activestorage/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 7.1.3 (January 16, 2024) ## + * Fix N+1 query when fetching preview images for non-image assets. *Aaron Patterson & Justin Searls* diff --git a/activestorage/lib/active_storage/gem_version.rb b/activestorage/lib/active_storage/gem_version.rb index 202f9edec9cbb..7a6313783352a 100644 --- a/activestorage/lib/active_storage/gem_version.rb +++ b/activestorage/lib/active_storage/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/activestorage/package.json b/activestorage/package.json index b4a6957a2a0b2..9ec25e1e77d2e 100644 --- a/activestorage/package.json +++ b/activestorage/package.json @@ -1,6 +1,6 @@ { "name": "@rails/activestorage", - "version": "7.1.2", + "version": "7.1.3", "description": "Attach cloud and local files in Rails applications", "module": "app/assets/javascripts/activestorage.esm.js", "main": "app/assets/javascripts/activestorage.js", diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 048fc699524e0..14129cab3ef1b 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 7.1.3 (January 16, 2024) ## + * Handle nil `backtrace_locations` in `ActiveSupport::SyntaxErrorProxy`. *Eugene Kenny* diff --git a/activesupport/lib/active_support/gem_version.rb b/activesupport/lib/active_support/gem_version.rb index 836ebf639f55e..3aebf31d5d369 100644 --- a/activesupport/lib/active_support/gem_version.rb +++ b/activesupport/lib/active_support/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index 856a1d1596320..10f796098d748 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 7.1.3 (January 16, 2024) ## + +* No changes. + + ## Rails 7.1.2 (November 10, 2023) ## * No changes. diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 937dc27d86a0e..fdbd32c2a331e 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 7.1.3 (January 16, 2024) ## + * Make sure `config.after_routes_loaded` hook runs on boot. *Rafael Mendonça França* diff --git a/railties/lib/rails/gem_version.rb b/railties/lib/rails/gem_version.rb index 1a00f2b22eb45..7fe6ec9fde731 100644 --- a/railties/lib/rails/gem_version.rb +++ b/railties/lib/rails/gem_version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/version.rb b/version.rb index 1a00f2b22eb45..7fe6ec9fde731 100644 --- a/version.rb +++ b/version.rb @@ -9,7 +9,7 @@ def self.gem_version module VERSION MAJOR = 7 MINOR = 1 - TINY = 2 + TINY = 3 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") diff --git a/yarn.lock b/yarn.lock index 3877ea2e0102b..6403a675c3c49 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,23 +34,23 @@ integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg== "@rails/actioncable@file:/workspaces/rails/actioncable": - version "7.1.2" + version "7.1.3" resolved "file:actioncable" "@rails/actiontext@file:/workspaces/rails/actiontext": - version "7.1.2" + version "7.1.3" resolved "file:actiontext" dependencies: "@rails/activestorage" ">= 7.1.0-alpha" "@rails/activestorage@>= 7.1.0-alpha", "@rails/activestorage@file:/workspaces/rails/activestorage": - version "7.1.2" + version "7.1.3" resolved "file:activestorage" dependencies: spark-md5 "^3.0.1" "@rails/ujs@file:/workspaces/rails/actionview": - version "7.1.2" + version "7.1.3" resolved "file:actionview" "@rollup/plugin-commonjs@^19.0.1":