From b738f1930f3c82f51741ef7241c1fee691d7deb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 6 May 2020 14:00:35 -0400 Subject: [PATCH] Preparing for 6.0.3 release --- Gemfile.lock | 100 +++++++++--------- RAILS_VERSION | 2 +- actioncable/CHANGELOG.md | 2 +- actioncable/lib/action_cable/gem_version.rb | 2 +- actioncable/package.json | 2 +- actionmailbox/CHANGELOG.md | 2 +- .../lib/action_mailbox/gem_version.rb | 2 +- actionmailer/CHANGELOG.md | 2 +- actionmailer/lib/action_mailer/gem_version.rb | 2 +- actionpack/CHANGELOG.md | 2 +- actionpack/lib/action_pack/gem_version.rb | 2 +- actiontext/CHANGELOG.md | 2 +- 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 | 2 +- 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 | 2 +- railties/CHANGELOG.md | 2 +- railties/lib/rails/gem_version.rb | 2 +- version.rb | 2 +- 32 files changed, 81 insertions(+), 81 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2244f839a2..4c8bbfaa56 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,79 +17,79 @@ GIT PATH remote: . specs: - actioncable (6.0.3.rc1) - actionpack (= 6.0.3.rc1) + actioncable (6.0.3) + actionpack (= 6.0.3) nio4r (~> 2.0) websocket-driver (>= 0.6.1) - 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) + actionmailbox (6.0.3) + actionpack (= 6.0.3) + activejob (= 6.0.3) + activerecord (= 6.0.3) + activestorage (= 6.0.3) + activesupport (= 6.0.3) mail (>= 2.7.1) - actionmailer (6.0.3.rc1) - actionpack (= 6.0.3.rc1) - actionview (= 6.0.3.rc1) - activejob (= 6.0.3.rc1) + actionmailer (6.0.3) + actionpack (= 6.0.3) + actionview (= 6.0.3) + activejob (= 6.0.3) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 2.0) - actionpack (6.0.3.rc1) - actionview (= 6.0.3.rc1) - activesupport (= 6.0.3.rc1) + actionpack (6.0.3) + actionview (= 6.0.3) + activesupport (= 6.0.3) 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.3.rc1) - actionpack (= 6.0.3.rc1) - activerecord (= 6.0.3.rc1) - activestorage (= 6.0.3.rc1) - activesupport (= 6.0.3.rc1) + actiontext (6.0.3) + actionpack (= 6.0.3) + activerecord (= 6.0.3) + activestorage (= 6.0.3) + activesupport (= 6.0.3) nokogiri (>= 1.8.5) - actionview (6.0.3.rc1) - activesupport (= 6.0.3.rc1) + actionview (6.0.3) + activesupport (= 6.0.3) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activejob (6.0.3.rc1) - activesupport (= 6.0.3.rc1) + activejob (6.0.3) + activesupport (= 6.0.3) globalid (>= 0.3.6) - 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) + activemodel (6.0.3) + activesupport (= 6.0.3) + activerecord (6.0.3) + activemodel (= 6.0.3) + activesupport (= 6.0.3) + activestorage (6.0.3) + actionpack (= 6.0.3) + activejob (= 6.0.3) + activerecord (= 6.0.3) marcel (~> 0.3.1) - activesupport (6.0.3.rc1) + activesupport (6.0.3) 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.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) + rails (6.0.3) + actioncable (= 6.0.3) + actionmailbox (= 6.0.3) + actionmailer (= 6.0.3) + actionpack (= 6.0.3) + actiontext (= 6.0.3) + actionview (= 6.0.3) + activejob (= 6.0.3) + activemodel (= 6.0.3) + activerecord (= 6.0.3) + activestorage (= 6.0.3) + activesupport (= 6.0.3) bundler (>= 1.3.0) - railties (= 6.0.3.rc1) + railties (= 6.0.3) sprockets-rails (>= 2.0.0) - railties (6.0.3.rc1) - actionpack (= 6.0.3.rc1) - activesupport (= 6.0.3.rc1) + railties (6.0.3) + actionpack (= 6.0.3) + activesupport (= 6.0.3) method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) diff --git a/RAILS_VERSION b/RAILS_VERSION index 71d723cd1e..090ea9dad1 100644 --- a/RAILS_VERSION +++ b/RAILS_VERSION @@ -1 +1 @@ -6.0.3.rc1 +6.0.3 diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index 9d963ca805..79a437de22 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * No changes. diff --git a/actioncable/lib/action_cable/gem_version.rb b/actioncable/lib/action_cable/gem_version.rb index 505ead8151..198070609c 100644 --- a/actioncable/lib/action_cable/gem_version.rb +++ b/actioncable/lib/action_cable/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actioncable/package.json b/actioncable/package.json index d6d57540ca..ef09f43177 100644 --- a/actioncable/package.json +++ b/actioncable/package.json @@ -1,6 +1,6 @@ { "name": "@rails/actioncable", - "version": "6.0.3-rc1", + "version": "6.0.3", "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 7dcf40b893..79952d0229 100644 --- a/actionmailbox/CHANGELOG.md +++ b/actionmailbox/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * Update Mandrill inbound email route to respond appropriately to HEAD requests for URL health checks from Mandrill. diff --git a/actionmailbox/lib/action_mailbox/gem_version.rb b/actionmailbox/lib/action_mailbox/gem_version.rb index 511ce07192..e52e6f74bf 100644 --- a/actionmailbox/lib/action_mailbox/gem_version.rb +++ b/actionmailbox/lib/action_mailbox/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md index 5be64313fa..71862ae9ed 100644 --- a/actionmailer/CHANGELOG.md +++ b/actionmailer/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * No changes. diff --git a/actionmailer/lib/action_mailer/gem_version.rb b/actionmailer/lib/action_mailer/gem_version.rb index f392774a28..27df0c7189 100644 --- a/actionmailer/lib/action_mailer/gem_version.rb +++ b/actionmailer/lib/action_mailer/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index 4ba98b10cb..19bed42a8b 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * Include child session assertion count in ActionDispatch::IntegrationTest diff --git a/actionpack/lib/action_pack/gem_version.rb b/actionpack/lib/action_pack/gem_version.rb index 19673a91e0..bb7cad6e25 100644 --- a/actionpack/lib/action_pack/gem_version.rb +++ b/actionpack/lib/action_pack/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actiontext/CHANGELOG.md b/actiontext/CHANGELOG.md index 54ec760239..a6ddb7ca11 100644 --- a/actiontext/CHANGELOG.md +++ b/actiontext/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * No changes. diff --git a/actiontext/lib/action_text/gem_version.rb b/actiontext/lib/action_text/gem_version.rb index 1f2e4001d8..1b0fd41b7c 100644 --- a/actiontext/lib/action_text/gem_version.rb +++ b/actiontext/lib/action_text/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actiontext/package.json b/actiontext/package.json index a90d521605..83136bcf10 100644 --- a/actiontext/package.json +++ b/actiontext/package.json @@ -1,6 +1,6 @@ { "name": "@rails/actiontext", - "version": "6.0.3-rc1", + "version": "6.0.3", "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 def71a3ba6..10456b2147 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 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 19d2f539d1..18a15aeb44 100644 --- a/actionview/lib/action_view/gem_version.rb +++ b/actionview/lib/action_view/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/actionview/package.json b/actionview/package.json index 1adf24b97f..f145ae4535 100644 --- a/actionview/package.json +++ b/actionview/package.json @@ -1,6 +1,6 @@ { "name": "@rails/ujs", - "version": "6.0.3-rc1", + "version": "6.0.3", "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 4f16153ef3..ff8cd340e9 100644 --- a/activejob/CHANGELOG.md +++ b/activejob/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 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 3ac1171f37..728ed32392 100644 --- a/activejob/lib/active_job/gem_version.rb +++ b/activejob/lib/active_job/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md index ef5ceffea6..53b485efac 100644 --- a/activemodel/CHANGELOG.md +++ b/activemodel/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * No changes. diff --git a/activemodel/lib/active_model/gem_version.rb b/activemodel/lib/active_model/gem_version.rb index 61ed406b82..f18b8acafe 100644 --- a/activemodel/lib/active_model/gem_version.rb +++ b/activemodel/lib/active_model/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index a3f04766b6..1054e941a4 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * Recommend applications don't use the `database` kwarg in `connected_to` diff --git a/activerecord/lib/active_record/gem_version.rb b/activerecord/lib/active_record/gem_version.rb index ccfd4aba3a..ada5d959c8 100644 --- a/activerecord/lib/active_record/gem_version.rb +++ b/activerecord/lib/active_record/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activestorage/CHANGELOG.md b/activestorage/CHANGELOG.md index bd6e082286..59a03dc871 100644 --- a/activestorage/CHANGELOG.md +++ b/activestorage/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * No changes. diff --git a/activestorage/lib/active_storage/gem_version.rb b/activestorage/lib/active_storage/gem_version.rb index f3e27c82b3..2c613a66ac 100644 --- a/activestorage/lib/active_storage/gem_version.rb +++ b/activestorage/lib/active_storage/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/activestorage/package.json b/activestorage/package.json index 5ca9fef12f..8167586186 100644 --- a/activestorage/package.json +++ b/activestorage/package.json @@ -1,6 +1,6 @@ { "name": "@rails/activestorage", - "version": "6.0.3-rc1", + "version": "6.0.3", "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 7d9e7abc29..4029e04f3a 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * `Array#to_sentence` no longer returns a frozen string. diff --git a/activesupport/lib/active_support/gem_version.rb b/activesupport/lib/active_support/gem_version.rb index 3b5f3f7271..c279bb1169 100644 --- a/activesupport/lib/active_support/gem_version.rb +++ b/activesupport/lib/active_support/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/guides/CHANGELOG.md b/guides/CHANGELOG.md index 1d5fe9789d..8569d1beea 100644 --- a/guides/CHANGELOG.md +++ b/guides/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * No changes. diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 82a69e3c36..085ef6592a 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -1,4 +1,4 @@ -## Rails 6.0.3.rc1 (April 30, 2020) ## +## Rails 6.0.3 (May 06, 2020) ## * Cache compiled view templates when running tests by default diff --git a/railties/lib/rails/gem_version.rb b/railties/lib/rails/gem_version.rb index f631a3639d..4778b93a32 100644 --- a/railties/lib/rails/gem_version.rb +++ b/railties/lib/rails/gem_version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end diff --git a/version.rb b/version.rb index f631a3639d..4778b93a32 100644 --- a/version.rb +++ b/version.rb @@ -10,7 +10,7 @@ module VERSION MAJOR = 6 MINOR = 0 TINY = 3 - PRE = "rc1" + PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end -- GitLab