From 509b9da209a8481fef8310bc14d6c6cd27c629dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 1 May 2020 13:16:40 -0400 Subject: [PATCH] Preparing for 6.0.3.rc1 release --- Gemfile.lock | 104 +++++++++--------- RAILS_VERSION | 2 +- actioncable/CHANGELOG.md | 5 + actioncable/lib/action_cable/gem_version.rb | 4 +- actioncable/package.json | 2 +- actionmailbox/CHANGELOG.md | 2 + .../lib/action_mailbox/gem_version.rb | 4 +- actionmailer/CHANGELOG.md | 5 + actionmailer/lib/action_mailer/gem_version.rb | 4 +- actionpack/CHANGELOG.md | 2 + actionpack/lib/action_pack/gem_version.rb | 4 +- actiontext/CHANGELOG.md | 5 + actiontext/lib/action_text/gem_version.rb | 4 +- actiontext/package.json | 2 +- actionview/CHANGELOG.md | 2 + actionview/lib/action_view/gem_version.rb | 4 +- actionview/package.json | 2 +- activejob/CHANGELOG.md | 2 + activejob/lib/active_job/gem_version.rb | 4 +- activemodel/CHANGELOG.md | 5 + activemodel/lib/active_model/gem_version.rb | 4 +- activerecord/CHANGELOG.md | 2 + activerecord/lib/active_record/gem_version.rb | 4 +- activestorage/CHANGELOG.md | 5 + .../lib/active_storage/gem_version.rb | 4 +- activestorage/package.json | 2 +- activesupport/CHANGELOG.md | 2 + .../lib/active_support/gem_version.rb | 4 +- guides/CHANGELOG.md | 5 + railties/CHANGELOG.md | 2 + railties/lib/rails/gem_version.rb | 4 +- version.rb | 4 +- 32 files changed, 126 insertions(+), 84 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5ca6ea4eda..2244f839a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,79 +17,79 @@ GIT PATH remote: . specs: - actioncable (6.0.2.2) - actionpack (= 6.0.2.2) + actioncable (6.0.3.rc1) + actionpack (= 6.0.3.rc1) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - actionmailbox (6.0.2.2) - actionpack (= 6.0.2.2) - activejob (= 6.0.2.2) - activerecord (= 6.0.2.2) - activestorage (= 6.0.2.2) - activesupport (= 6.0.2.2) + actionmailbox (6.0.3.rc1) + actionpack (= 6.0.3.rc1) + activejob (= 6.0.3.rc1) + activerecord (= 6.0.3.rc1) + activestorage (= 6.0.3.rc1) + activesupport (= 6.0.3.rc1) mail (>= 2.7.1) - actionmailer (6.0.2.2) - actionpack (= 6.0.2.2) - actionview (= 6.0.2.2) - activejob (= 6.0.2.2) + actionmailer (6.0.3.rc1) + actionpack (= 6.0.3.rc1) + actionview (= 6.0.3.rc1) + activejob (= 6.0.3.rc1) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.0.2.2) - actionview (= 6.0.2.2) - activesupport (= 6.0.2.2) + actionpack (6.0.3.rc1) + actionview (= 6.0.3.rc1) + activesupport (= 6.0.3.rc1) rack (~> 2.0, >= 2.0.8) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actiontext (6.0.2.2) - actionpack (= 6.0.2.2) - activerecord (= 6.0.2.2) - activestorage (= 6.0.2.2) - activesupport (= 6.0.2.2) + actiontext (6.0.3.rc1) + actionpack (= 6.0.3.rc1) + activerecord (= 6.0.3.rc1) + activestorage (= 6.0.3.rc1) + activesupport (= 6.0.3.rc1) nokogiri (>= 1.8.5) - actionview (6.0.2.2) - activesupport (= 6.0.2.2) + actionview (6.0.3.rc1) + activesupport (= 6.0.3.rc1) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.0.2.2) - activesupport (= 6.0.2.2) + activejob (6.0.3.rc1) + activesupport (= 6.0.3.rc1) globalid (>= 0.3.6) - activemodel (6.0.2.2) - activesupport (= 6.0.2.2) - activerecord (6.0.2.2) - activemodel (= 6.0.2.2) - activesupport (= 6.0.2.2) - activestorage (6.0.2.2) - actionpack (= 6.0.2.2) - activejob (= 6.0.2.2) - activerecord (= 6.0.2.2) + activemodel (6.0.3.rc1) + activesupport (= 6.0.3.rc1) + activerecord (6.0.3.rc1) + activemodel (= 6.0.3.rc1) + activesupport (= 6.0.3.rc1) + activestorage (6.0.3.rc1) + actionpack (= 6.0.3.rc1) + activejob (= 6.0.3.rc1) + activerecord (= 6.0.3.rc1) marcel (~> 0.3.1) - activesupport (6.0.2.2) + activesupport (6.0.3.rc1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) zeitwerk (~> 2.2, >= 2.2.2) - rails (6.0.2.2) - actioncable (= 6.0.2.2) - actionmailbox (= 6.0.2.2) - actionmailer (= 6.0.2.2) - actionpack (= 6.0.2.2) - actiontext (= 6.0.2.2) - actionview (= 6.0.2.2) - activejob (= 6.0.2.2) - activemodel (= 6.0.2.2) - activerecord (= 6.0.2.2) - activestorage (= 6.0.2.2) - activesupport (= 6.0.2.2) + rails (6.0.3.rc1) + actioncable (= 6.0.3.rc1) + actionmailbox (= 6.0.3.rc1) + actionmailer (= 6.0.3.rc1) + actionpack (= 6.0.3.rc1) + actiontext (= 6.0.3.rc1) + actionview (= 6.0.3.rc1) + activejob (= 6.0.3.rc1) + activemodel (= 6.0.3.rc1) + activerecord (= 6.0.3.rc1) + activestorage (= 6.0.3.rc1) + activesupport (= 6.0.3.rc1) bundler (>= 1.3.0) - railties (= 6.0.2.2) + railties (= 6.0.3.rc1) sprockets-rails (>= 2.0.0) - railties (6.0.2.2) - actionpack (= 6.0.2.2) - activesupport (= 6.0.2.2) + railties (6.0.3.rc1) + actionpack (= 6.0.3.rc1) + activesupport (= 6.0.3.rc1) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) @@ -295,7 +295,7 @@ GEM listen (3.2.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.4.0) + loofah (2.5.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -520,8 +520,6 @@ GEM websocket (1.2.8) websocket-driver (0.7.1) websocket-extensions (>= 0.1.0) - websocket-driver (0.7.1-java) - websocket-extensions (>= 0.1.0) websocket-extensions (0.1.4) xpath (3.2.0) nokogiri (~> 1.8) diff --git a/RAILS_VERSION b/RAILS_VERSION index c4be183705..71d723cd1e 100644 --- a/RAILS_VERSION +++ b/RAILS_VERSION @@ -1 +1 @@ -6.0.2.2 +6.0.3.rc1 diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index 215525dfc2..9d963ca805 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + +* No changes. + + ## Rails 6.0.2.2 (March 19, 2020) ## * No changes. diff --git a/actioncable/lib/action_cable/gem_version.rb b/actioncable/lib/action_cable/gem_version.rb index 38688a7dea..505ead8151 100644 --- a/actioncable/lib/action_cable/gem_version.rb +++ b/actioncable/lib/action_cable/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actioncable/package.json b/actioncable/package.json index aa3b3bf6c9..d6d57540ca 100644 --- a/actioncable/package.json +++ b/actioncable/package.json @@ -1,6 +1,6 @@ { "name": "@rails/actioncable", - "version": "6.0.2-2", + "version": "6.0.3-rc1", "description": "WebSocket framework for Ruby on Rails.", "main": "app/assets/javascripts/action_cable.js", "files": [ diff --git a/actionmailbox/CHANGELOG.md b/actionmailbox/CHANGELOG.md index 6971643347..7dcf40b893 100644 --- a/actionmailbox/CHANGELOG.md +++ b/actionmailbox/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + * Update Mandrill inbound email route to respond appropriately to HEAD requests for URL health checks from Mandrill. *Bill Cromie* diff --git a/actionmailbox/lib/action_mailbox/gem_version.rb b/actionmailbox/lib/action_mailbox/gem_version.rb index a3a433c066..511ce07192 100644 --- a/actionmailbox/lib/action_mailbox/gem_version.rb +++ b/actionmailbox/lib/action_mailbox/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index b1903b7e61..5be64313fa 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + +* No changes. + + ## Rails 6.0.2.2 (March 19, 2020) ## * No changes. diff --git a/actionmailer/lib/action_mailer/gem_version.rb b/actionmailer/lib/action_mailer/gem_version.rb index e3c84107fe..f392774a28 100644 --- a/actionmailer/lib/action_mailer/gem_version.rb +++ b/actionmailer/lib/action_mailer/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index ebb4f11184..4ba98b10cb 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + * Include child session assertion count in ActionDispatch::IntegrationTest `IntegrationTest#open_session` uses `dup` to create the new session, which diff --git a/actionpack/lib/action_pack/gem_version.rb b/actionpack/lib/action_pack/gem_version.rb index f17b062555..19673a91e0 100644 --- a/actionpack/lib/action_pack/gem_version.rb +++ b/actionpack/lib/action_pack/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actiontext/CHANGELOG.md b/actiontext/CHANGELOG.md index 375aa989eb..54ec760239 100644 --- a/actiontext/CHANGELOG.md +++ b/actiontext/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + +* No changes. + + ## Rails 6.0.2.2 (March 19, 2020) ## * No changes. diff --git a/actiontext/lib/action_text/gem_version.rb b/actiontext/lib/action_text/gem_version.rb index 147bd8d1fc..1f2e4001d8 100644 --- a/actiontext/lib/action_text/gem_version.rb +++ b/actiontext/lib/action_text/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actiontext/package.json b/actiontext/package.json index fc8c812d2c..a90d521605 100644 --- a/actiontext/package.json +++ b/actiontext/package.json @@ -1,6 +1,6 @@ { "name": "@rails/actiontext", - "version": "6.0.2-2", + "version": "6.0.3-rc1", "description": "Edit and display rich text in Rails applications", "main": "app/javascript/actiontext/index.js", "files": [ diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index bfc3e71a91..def71a3ba6 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + * annotated_source_code returns an empty array so TemplateErrors without a template in the backtrace are surfaced properly by DebugExceptions. diff --git a/actionview/lib/action_view/gem_version.rb b/actionview/lib/action_view/gem_version.rb index d1af0b8d73..19d2f539d1 100644 --- a/actionview/lib/action_view/gem_version.rb +++ b/actionview/lib/action_view/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionview/package.json b/actionview/package.json index 5d9f1b12a4..1adf24b97f 100644 --- a/actionview/package.json +++ b/actionview/package.json @@ -1,6 +1,6 @@ { "name": "@rails/ujs", - "version": "6.0.2-2", + "version": "6.0.3-rc1", "description": "Ruby on Rails unobtrusive scripting adapter", "main": "lib/assets/compiled/rails-ujs.js", "files": [ diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md index 15b6e220e0..4f16153ef3 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + * While using `perform_enqueued_jobs` test helper enqueued jobs must be stored for the later check with `assert_enqueued_with`. diff --git a/activejob/lib/active_job/gem_version.rb b/activejob/lib/active_job/gem_version.rb index 68347e37d3..3ac1171f37 100644 --- a/activejob/lib/active_job/gem_version.rb +++ b/activejob/lib/active_job/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index 047202f829..ef5ceffea6 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + +* No changes. + + ## Rails 6.0.2.2 (March 19, 2020) ## * No changes. diff --git a/activemodel/lib/active_model/gem_version.rb b/activemodel/lib/active_model/gem_version.rb index 83b737ee3b..61ed406b82 100644 --- a/activemodel/lib/active_model/gem_version.rb +++ b/activemodel/lib/active_model/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index ace130a2f9..a3f04766b6 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + * Recommend applications don't use the `database` kwarg in `connected_to` The database kwarg in `connected_to` was meant to be used for one-off scripts but is often used in requests. This is really dangerous because it re-establishes a connection every time. It's deprecated in 6.1 and will be removed in 6.2 without replacement. This change soft deprecates it in 6.0 by removing documentation. diff --git a/activerecord/lib/active_record/gem_version.rb b/activerecord/lib/active_record/gem_version.rb index 12b3a8e5ff..ccfd4aba3a 100644 --- a/activerecord/lib/active_record/gem_version.rb +++ b/activerecord/lib/active_record/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md index 5a5cfcf966..bd6e082286 100644 --- a/activestorage/CHANGELOG.md +++ b/activestorage/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + +* No changes. + + ## Rails 6.0.2.2 (March 19, 2020) ## * No changes. diff --git a/activestorage/lib/active_storage/gem_version.rb b/activestorage/lib/active_storage/gem_version.rb index f9059d9937..f3e27c82b3 100644 --- a/activestorage/lib/active_storage/gem_version.rb +++ b/activestorage/lib/active_storage/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activestorage/package.json b/activestorage/package.json index 0b5ae82454..5ca9fef12f 100644 --- a/activestorage/package.json +++ b/activestorage/package.json @@ -1,6 +1,6 @@ { "name": "@rails/activestorage", - "version": "6.0.2-2", + "version": "6.0.3-rc1", "description": "Attach cloud and local files in Rails applications", "main": "app/assets/javascripts/activestorage.js", "files": [ diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 2f0813e114..7d9e7abc29 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + * `Array#to_sentence` no longer returns a frozen string. Before: diff --git a/activesupport/lib/active_support/gem_version.rb b/activesupport/lib/active_support/gem_version.rb index e75f204995..3b5f3f7271 100644 --- a/activesupport/lib/active_support/gem_version.rb +++ b/activesupport/lib/active_support/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index 60d8c5aeda..1d5fe9789d 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,3 +1,8 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + +* No changes. + + ## Rails 6.0.2.2 (March 19, 2020) ## * No changes. diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index e7c3204b30..82a69e3c36 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,3 +1,5 @@ +## Rails 6.0.3.rc1 (April 30, 2020) ## + * Cache compiled view templates when running tests by default When generating a new app without `--skip-spring`, caching classes is diff --git a/railties/lib/rails/gem_version.rb b/railties/lib/rails/gem_version.rb index c9cd04ea9c..f631a3639d 100644 --- a/railties/lib/rails/gem_version.rb +++ b/railties/lib/rails/gem_version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/version.rb b/version.rb index c9cd04ea9c..f631a3639d 100644 --- a/version.rb +++ b/version.rb @@ -9,8 +9,8 @@ def self.gem_version module VERSION MAJOR = 6 MINOR = 0 - TINY = 2 - PRE = "2" + TINY = 3 + PRE = "rc1" STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end -- GitLab