Preparing for 5.2.4.rc1 release

上级 c192bc30
...@@ -26,63 +26,63 @@ GIT ...@@ -26,63 +26,63 @@ GIT
PATH PATH
remote: . remote: .
specs: specs:
actioncable (5.2.3) actioncable (5.2.4.rc1)
actionpack (= 5.2.3) actionpack (= 5.2.4.rc1)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailer (5.2.3) actionmailer (5.2.4.rc1)
actionpack (= 5.2.3) actionpack (= 5.2.4.rc1)
actionview (= 5.2.3) actionview (= 5.2.4.rc1)
activejob (= 5.2.3) activejob (= 5.2.4.rc1)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (5.2.3) actionpack (5.2.4.rc1)
actionview (= 5.2.3) actionview (= 5.2.4.rc1)
activesupport (= 5.2.3) activesupport (= 5.2.4.rc1)
rack (~> 2.0) rack (~> 2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2) rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.3) actionview (5.2.4.rc1)
activesupport (= 5.2.3) activesupport (= 5.2.4.rc1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3) rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.3) activejob (5.2.4.rc1)
activesupport (= 5.2.3) activesupport (= 5.2.4.rc1)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (5.2.3) activemodel (5.2.4.rc1)
activesupport (= 5.2.3) activesupport (= 5.2.4.rc1)
activerecord (5.2.3) activerecord (5.2.4.rc1)
activemodel (= 5.2.3) activemodel (= 5.2.4.rc1)
activesupport (= 5.2.3) activesupport (= 5.2.4.rc1)
arel (>= 9.0) arel (>= 9.0)
activestorage (5.2.3) activestorage (5.2.4.rc1)
actionpack (= 5.2.3) actionpack (= 5.2.4.rc1)
activerecord (= 5.2.3) activerecord (= 5.2.4.rc1)
marcel (~> 0.3.1) marcel (~> 0.3.1)
activesupport (5.2.3) activesupport (5.2.4.rc1)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2) i18n (>= 0.7, < 2)
minitest (~> 5.1) minitest (~> 5.1)
tzinfo (~> 1.1) tzinfo (~> 1.1)
rails (5.2.3) rails (5.2.4.rc1)
actioncable (= 5.2.3) actioncable (= 5.2.4.rc1)
actionmailer (= 5.2.3) actionmailer (= 5.2.4.rc1)
actionpack (= 5.2.3) actionpack (= 5.2.4.rc1)
actionview (= 5.2.3) actionview (= 5.2.4.rc1)
activejob (= 5.2.3) activejob (= 5.2.4.rc1)
activemodel (= 5.2.3) activemodel (= 5.2.4.rc1)
activerecord (= 5.2.3) activerecord (= 5.2.4.rc1)
activestorage (= 5.2.3) activestorage (= 5.2.4.rc1)
activesupport (= 5.2.3) activesupport (= 5.2.4.rc1)
bundler (>= 1.3.0) bundler (>= 1.3.0)
railties (= 5.2.3) railties (= 5.2.4.rc1)
sprockets-rails (>= 2.0.0) sprockets-rails (>= 2.0.0)
railties (5.2.3) railties (5.2.4.rc1)
actionpack (= 5.2.3) actionpack (= 5.2.4.rc1)
activesupport (= 5.2.3) activesupport (= 5.2.4.rc1)
method_source method_source
rake (>= 0.8.7) rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0) thor (>= 0.19.0, < 2.0)
...@@ -486,8 +486,6 @@ GEM ...@@ -486,8 +486,6 @@ GEM
websocket (1.2.8) websocket (1.2.8)
websocket-driver (0.7.1) websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-driver (0.7.1-java)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4) websocket-extensions (0.1.4)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* No changes.
## Rails 5.2.3 (March 27, 2019) ## ## Rails 5.2.3 (March 27, 2019) ##
* No changes. * No changes.
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
{ {
"name": "actioncable", "name": "actioncable",
"version": "5.2.3", "version": "5.2.4-rc1",
"description": "WebSocket framework for Ruby on Rails.", "description": "WebSocket framework for Ruby on Rails.",
"main": "lib/assets/compiled/action_cable.js", "main": "lib/assets/compiled/action_cable.js",
"files": [ "files": [
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* No changes.
## Rails 5.2.3 (March 27, 2019) ## ## Rails 5.2.3 (March 27, 2019) ##
* No changes. * No changes.
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* No changes.
## Rails 5.2.3 (March 27, 2019) ## ## Rails 5.2.3 (March 27, 2019) ##
* Allow using `public` and `no-cache` together in the the Cache Control header. * Allow using `public` and `no-cache` together in the the Cache Control header.
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* Allow programmatic click events to trigger Rails UJS click handlers. * Allow programmatic click events to trigger Rails UJS click handlers.
Programmatic click events (eg. ones generated by `Rails.fire(link, "click")`) don't specify a button. These events were being incorrectly stopped by code meant to ignore scroll wheel and right clicks introduced in #34573. Programmatic click events (eg. ones generated by `Rails.fire(link, "click")`) don't specify a button. These events were being incorrectly stopped by code meant to ignore scroll wheel and right clicks introduced in #34573.
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
{ {
"name": "rails-ujs", "name": "rails-ujs",
"version": "5.2.3", "version": "5.2.4-rc1",
"description": "Ruby on Rails unobtrusive scripting adapter", "description": "Ruby on Rails unobtrusive scripting adapter",
"main": "lib/assets/compiled/rails-ujs.js", "main": "lib/assets/compiled/rails-ujs.js",
"files": [ "files": [
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* No changes.
## Rails 5.2.3 (March 27, 2019) ## ## Rails 5.2.3 (March 27, 2019) ##
* No changes. * No changes.
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* Type cast falsy boolean symbols on boolean attribute as false. * Type cast falsy boolean symbols on boolean attribute as false.
Fixes #35676. Fixes #35676.
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* Fix circular `autosave: true` causes invalid records to be saved. * Fix circular `autosave: true` causes invalid records to be saved.
Prior to the fix, when there was a circular series of `autosave: true` Prior to the fix, when there was a circular series of `autosave: true`
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* No changes.
## Rails 5.2.3 (March 27, 2019) ## ## Rails 5.2.3 (March 27, 2019) ##
* No changes. * No changes.
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
{ {
"name": "activestorage", "name": "activestorage",
"version": "5.2.3", "version": "5.2.4-rc1",
"description": "Attach cloud and local files in Rails applications", "description": "Attach cloud and local files in Rails applications",
"main": "app/assets/javascripts/activestorage.js", "main": "app/assets/javascripts/activestorage.js",
"files": [ "files": [
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* Make ActiveSupport::Logger Fiber-safe. Fixes #36752. * Make ActiveSupport::Logger Fiber-safe. Fixes #36752.
Use `Fiber.current.__id__` in `ActiveSupport::Logger#local_level=` in order Use `Fiber.current.__id__` in `ActiveSupport::Logger#local_level=` in order
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* No changes.
## Rails 5.2.3 (March 27, 2019) ## ## Rails 5.2.3 (March 27, 2019) ##
* No changes. * No changes.
......
## Rails 5.2.4.rc1 (November 22, 2019) ##
* Use original `bundler` environment variables during the process of generating a new rails project. * Use original `bundler` environment variables during the process of generating a new rails project.
*Marco Costa* *Marco Costa*
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
...@@ -9,8 +9,8 @@ def self.gem_version ...@@ -9,8 +9,8 @@ def self.gem_version
module VERSION module VERSION
MAJOR = 5 MAJOR = 5
MINOR = 2 MINOR = 2
TINY = 3 TINY = 4
PRE = nil PRE = "rc1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
end end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册