Skip to content

Commit 9e2a341

Browse files
committed
Preparing for 5.2.4.rc1 release
1 parent c192bc3 commit 9e2a341

File tree

27 files changed

+102
-64
lines changed

27 files changed

+102
-64
lines changed

Gemfile.lock

Lines changed: 36 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -26,63 +26,63 @@ GIT
2626
PATH
2727
remote: .
2828
specs:
29-
actioncable (5.2.3)
30-
actionpack (= 5.2.3)
29+
actioncable (5.2.4.rc1)
30+
actionpack (= 5.2.4.rc1)
3131
nio4r (~> 2.0)
3232
websocket-driver (>= 0.6.1)
33-
actionmailer (5.2.3)
34-
actionpack (= 5.2.3)
35-
actionview (= 5.2.3)
36-
activejob (= 5.2.3)
33+
actionmailer (5.2.4.rc1)
34+
actionpack (= 5.2.4.rc1)
35+
actionview (= 5.2.4.rc1)
36+
activejob (= 5.2.4.rc1)
3737
mail (~> 2.5, >= 2.5.4)
3838
rails-dom-testing (~> 2.0)
39-
actionpack (5.2.3)
40-
actionview (= 5.2.3)
41-
activesupport (= 5.2.3)
39+
actionpack (5.2.4.rc1)
40+
actionview (= 5.2.4.rc1)
41+
activesupport (= 5.2.4.rc1)
4242
rack (~> 2.0)
4343
rack-test (>= 0.6.3)
4444
rails-dom-testing (~> 2.0)
4545
rails-html-sanitizer (~> 1.0, >= 1.0.2)
46-
actionview (5.2.3)
47-
activesupport (= 5.2.3)
46+
actionview (5.2.4.rc1)
47+
activesupport (= 5.2.4.rc1)
4848
builder (~> 3.1)
4949
erubi (~> 1.4)
5050
rails-dom-testing (~> 2.0)
5151
rails-html-sanitizer (~> 1.0, >= 1.0.3)
52-
activejob (5.2.3)
53-
activesupport (= 5.2.3)
52+
activejob (5.2.4.rc1)
53+
activesupport (= 5.2.4.rc1)
5454
globalid (>= 0.3.6)
55-
activemodel (5.2.3)
56-
activesupport (= 5.2.3)
57-
activerecord (5.2.3)
58-
activemodel (= 5.2.3)
59-
activesupport (= 5.2.3)
55+
activemodel (5.2.4.rc1)
56+
activesupport (= 5.2.4.rc1)
57+
activerecord (5.2.4.rc1)
58+
activemodel (= 5.2.4.rc1)
59+
activesupport (= 5.2.4.rc1)
6060
arel (>= 9.0)
61-
activestorage (5.2.3)
62-
actionpack (= 5.2.3)
63-
activerecord (= 5.2.3)
61+
activestorage (5.2.4.rc1)
62+
actionpack (= 5.2.4.rc1)
63+
activerecord (= 5.2.4.rc1)
6464
marcel (~> 0.3.1)
65-
activesupport (5.2.3)
65+
activesupport (5.2.4.rc1)
6666
concurrent-ruby (~> 1.0, >= 1.0.2)
6767
i18n (>= 0.7, < 2)
6868
minitest (~> 5.1)
6969
tzinfo (~> 1.1)
70-
rails (5.2.3)
71-
actioncable (= 5.2.3)
72-
actionmailer (= 5.2.3)
73-
actionpack (= 5.2.3)
74-
actionview (= 5.2.3)
75-
activejob (= 5.2.3)
76-
activemodel (= 5.2.3)
77-
activerecord (= 5.2.3)
78-
activestorage (= 5.2.3)
79-
activesupport (= 5.2.3)
70+
rails (5.2.4.rc1)
71+
actioncable (= 5.2.4.rc1)
72+
actionmailer (= 5.2.4.rc1)
73+
actionpack (= 5.2.4.rc1)
74+
actionview (= 5.2.4.rc1)
75+
activejob (= 5.2.4.rc1)
76+
activemodel (= 5.2.4.rc1)
77+
activerecord (= 5.2.4.rc1)
78+
activestorage (= 5.2.4.rc1)
79+
activesupport (= 5.2.4.rc1)
8080
bundler (>= 1.3.0)
81-
railties (= 5.2.3)
81+
railties (= 5.2.4.rc1)
8282
sprockets-rails (>= 2.0.0)
83-
railties (5.2.3)
84-
actionpack (= 5.2.3)
85-
activesupport (= 5.2.3)
83+
railties (5.2.4.rc1)
84+
actionpack (= 5.2.4.rc1)
85+
activesupport (= 5.2.4.rc1)
8686
method_source
8787
rake (>= 0.8.7)
8888
thor (>= 0.19.0, < 2.0)
@@ -486,8 +486,6 @@ GEM
486486
websocket (1.2.8)
487487
websocket-driver (0.7.1)
488488
websocket-extensions (>= 0.1.0)
489-
websocket-driver (0.7.1-java)
490-
websocket-extensions (>= 0.1.0)
491489
websocket-extensions (0.1.4)
492490
xpath (3.2.0)
493491
nokogiri (~> 1.8)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.3
1+
5.2.4.rc1

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.3 (March 27, 2019) ##
27

38
* No changes.

actioncable/lib/action_cable/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actioncable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actioncable",
3-
"version": "5.2.3",
3+
"version": "5.2.4-rc1",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "lib/assets/compiled/action_cable.js",
66
"files": [

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.3 (March 27, 2019) ##
27

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actionpack/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.3 (March 27, 2019) ##
27

38
* Allow using `public` and `no-cache` together in the the Cache Control header.

actionpack/lib/action_pack/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actionview/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
13
* Allow programmatic click events to trigger Rails UJS click handlers.
24
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.
35

actionview/lib/action_view/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

actionview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rails-ujs",
3-
"version": "5.2.3",
3+
"version": "5.2.4-rc1",
44
"description": "Ruby on Rails unobtrusive scripting adapter",
55
"main": "lib/assets/compiled/rails-ujs.js",
66
"files": [

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.3 (March 27, 2019) ##
27

38
* No changes.

activejob/lib/active_job/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

activemodel/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
13
* Type cast falsy boolean symbols on boolean attribute as false.
24

35
Fixes #35676.

activemodel/lib/active_model/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

activerecord/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
13
* Fix circular `autosave: true` causes invalid records to be saved.
24

35
Prior to the fix, when there was a circular series of `autosave: true`

activerecord/lib/active_record/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

activestorage/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.3 (March 27, 2019) ##
27

38
* No changes.

activestorage/lib/active_storage/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

activestorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "activestorage",
3-
"version": "5.2.3",
3+
"version": "5.2.4-rc1",
44
"description": "Attach cloud and local files in Rails applications",
55
"main": "app/assets/javascripts/activestorage.js",
66
"files": [

activesupport/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
13
* Make ActiveSupport::Logger Fiber-safe. Fixes #36752.
24

35
Use `Fiber.current.__id__` in `ActiveSupport::Logger#local_level=` in order

activesupport/lib/active_support/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

guides/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.3 (March 27, 2019) ##
27

38
* No changes.

railties/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.4.rc1 (November 22, 2019) ##
2+
13
* Use original `bundler` environment variables during the process of generating a new rails project.
24

35
*Marco Costa*

railties/lib/rails/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 5
1111
MINOR = 2
12-
TINY = 3
13-
PRE = nil
12+
TINY = 4
13+
PRE = "rc1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
end

0 commit comments

Comments
 (0)