Skip to content

Commit 8bec77c

Browse files
committed
Preparing for 5.2.4 release
1 parent 9e2a341 commit 8bec77c

File tree

27 files changed

+62
-62
lines changed

27 files changed

+62
-62
lines changed

Gemfile.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -26,63 +26,63 @@ GIT
2626
PATH
2727
remote: .
2828
specs:
29-
actioncable (5.2.4.rc1)
30-
actionpack (= 5.2.4.rc1)
29+
actioncable (5.2.4)
30+
actionpack (= 5.2.4)
3131
nio4r (~> 2.0)
3232
websocket-driver (>= 0.6.1)
33-
actionmailer (5.2.4.rc1)
34-
actionpack (= 5.2.4.rc1)
35-
actionview (= 5.2.4.rc1)
36-
activejob (= 5.2.4.rc1)
33+
actionmailer (5.2.4)
34+
actionpack (= 5.2.4)
35+
actionview (= 5.2.4)
36+
activejob (= 5.2.4)
3737
mail (~> 2.5, >= 2.5.4)
3838
rails-dom-testing (~> 2.0)
39-
actionpack (5.2.4.rc1)
40-
actionview (= 5.2.4.rc1)
41-
activesupport (= 5.2.4.rc1)
39+
actionpack (5.2.4)
40+
actionview (= 5.2.4)
41+
activesupport (= 5.2.4)
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.4.rc1)
47-
activesupport (= 5.2.4.rc1)
46+
actionview (5.2.4)
47+
activesupport (= 5.2.4)
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.4.rc1)
53-
activesupport (= 5.2.4.rc1)
52+
activejob (5.2.4)
53+
activesupport (= 5.2.4)
5454
globalid (>= 0.3.6)
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)
55+
activemodel (5.2.4)
56+
activesupport (= 5.2.4)
57+
activerecord (5.2.4)
58+
activemodel (= 5.2.4)
59+
activesupport (= 5.2.4)
6060
arel (>= 9.0)
61-
activestorage (5.2.4.rc1)
62-
actionpack (= 5.2.4.rc1)
63-
activerecord (= 5.2.4.rc1)
61+
activestorage (5.2.4)
62+
actionpack (= 5.2.4)
63+
activerecord (= 5.2.4)
6464
marcel (~> 0.3.1)
65-
activesupport (5.2.4.rc1)
65+
activesupport (5.2.4)
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.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)
70+
rails (5.2.4)
71+
actioncable (= 5.2.4)
72+
actionmailer (= 5.2.4)
73+
actionpack (= 5.2.4)
74+
actionview (= 5.2.4)
75+
activejob (= 5.2.4)
76+
activemodel (= 5.2.4)
77+
activerecord (= 5.2.4)
78+
activestorage (= 5.2.4)
79+
activesupport (= 5.2.4)
8080
bundler (>= 1.3.0)
81-
railties (= 5.2.4.rc1)
81+
railties (= 5.2.4)
8282
sprockets-rails (>= 2.0.0)
83-
railties (5.2.4.rc1)
84-
actionpack (= 5.2.4.rc1)
85-
activesupport (= 5.2.4.rc1)
83+
railties (5.2.4)
84+
actionpack (= 5.2.4)
85+
activesupport (= 5.2.4)
8686
method_source
8787
rake (>= 0.8.7)
8888
thor (>= 0.19.0, < 2.0)

RAILS_VERSION

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

actioncable/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 5.2.4.rc1 (November 22, 2019) ##
1+
## Rails 5.2.4 (November 27, 2019) ##
22

33
* No changes.
44

actioncable/lib/action_cable/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 4
13-
PRE = "rc1"
13+
PRE = nil
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.4-rc1",
3+
"version": "5.2.4",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "lib/assets/compiled/action_cable.js",
66
"files": [

actionmailer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 5.2.4.rc1 (November 22, 2019) ##
1+
## Rails 5.2.4 (November 27, 2019) ##
22

33
* No changes.
44

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 4
13-
PRE = "rc1"
13+
PRE = nil
1414

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

actionpack/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 5.2.4.rc1 (November 22, 2019) ##
1+
## Rails 5.2.4 (November 27, 2019) ##
22

33
* No changes.
44

actionpack/lib/action_pack/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 4
13-
PRE = "rc1"
13+
PRE = nil
1414

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

actionview/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 5.2.4.rc1 (November 22, 2019) ##
1+
## Rails 5.2.4 (November 27, 2019) ##
22

33
* Allow programmatic click events to trigger Rails UJS click handlers.
44
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.

0 commit comments

Comments
 (0)