Skip to content

Commit 657103b

Browse files
committed
Preparing for 5.2.3.rc1 release
1 parent 1b211be commit 657103b

File tree

27 files changed

+99
-62
lines changed

27 files changed

+99
-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.2.1)
30-
actionpack (= 5.2.2.1)
29+
actioncable (5.2.3.rc1)
30+
actionpack (= 5.2.3.rc1)
3131
nio4r (~> 2.0)
3232
websocket-driver (>= 0.6.1)
33-
actionmailer (5.2.2.1)
34-
actionpack (= 5.2.2.1)
35-
actionview (= 5.2.2.1)
36-
activejob (= 5.2.2.1)
33+
actionmailer (5.2.3.rc1)
34+
actionpack (= 5.2.3.rc1)
35+
actionview (= 5.2.3.rc1)
36+
activejob (= 5.2.3.rc1)
3737
mail (~> 2.5, >= 2.5.4)
3838
rails-dom-testing (~> 2.0)
39-
actionpack (5.2.2.1)
40-
actionview (= 5.2.2.1)
41-
activesupport (= 5.2.2.1)
39+
actionpack (5.2.3.rc1)
40+
actionview (= 5.2.3.rc1)
41+
activesupport (= 5.2.3.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.2.1)
47-
activesupport (= 5.2.2.1)
46+
actionview (5.2.3.rc1)
47+
activesupport (= 5.2.3.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.2.1)
53-
activesupport (= 5.2.2.1)
52+
activejob (5.2.3.rc1)
53+
activesupport (= 5.2.3.rc1)
5454
globalid (>= 0.3.6)
55-
activemodel (5.2.2.1)
56-
activesupport (= 5.2.2.1)
57-
activerecord (5.2.2.1)
58-
activemodel (= 5.2.2.1)
59-
activesupport (= 5.2.2.1)
55+
activemodel (5.2.3.rc1)
56+
activesupport (= 5.2.3.rc1)
57+
activerecord (5.2.3.rc1)
58+
activemodel (= 5.2.3.rc1)
59+
activesupport (= 5.2.3.rc1)
6060
arel (>= 9.0)
61-
activestorage (5.2.2.1)
62-
actionpack (= 5.2.2.1)
63-
activerecord (= 5.2.2.1)
61+
activestorage (5.2.3.rc1)
62+
actionpack (= 5.2.3.rc1)
63+
activerecord (= 5.2.3.rc1)
6464
marcel (~> 0.3.1)
65-
activesupport (5.2.2.1)
65+
activesupport (5.2.3.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.2.1)
71-
actioncable (= 5.2.2.1)
72-
actionmailer (= 5.2.2.1)
73-
actionpack (= 5.2.2.1)
74-
actionview (= 5.2.2.1)
75-
activejob (= 5.2.2.1)
76-
activemodel (= 5.2.2.1)
77-
activerecord (= 5.2.2.1)
78-
activestorage (= 5.2.2.1)
79-
activesupport (= 5.2.2.1)
70+
rails (5.2.3.rc1)
71+
actioncable (= 5.2.3.rc1)
72+
actionmailer (= 5.2.3.rc1)
73+
actionpack (= 5.2.3.rc1)
74+
actionview (= 5.2.3.rc1)
75+
activejob (= 5.2.3.rc1)
76+
activemodel (= 5.2.3.rc1)
77+
activerecord (= 5.2.3.rc1)
78+
activestorage (= 5.2.3.rc1)
79+
activesupport (= 5.2.3.rc1)
8080
bundler (>= 1.3.0)
81-
railties (= 5.2.2.1)
81+
railties (= 5.2.3.rc1)
8282
sprockets-rails (>= 2.0.0)
83-
railties (5.2.2.1)
84-
actionpack (= 5.2.2.1)
85-
activesupport (= 5.2.2.1)
83+
railties (5.2.3.rc1)
84+
actionpack (= 5.2.3.rc1)
85+
activesupport (= 5.2.3.rc1)
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.2.1
1+
5.2.3.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.3.rc1 (March 21, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2.1 (March 11, 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 = 2
13-
PRE = "1"
12+
TINY = 3
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.2-1",
3+
"version": "5.2.3-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.3.rc1 (March 21, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.2.1 (March 11, 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 = 2
13-
PRE = "1"
12+
TINY = 3
13+
PRE = "rc1"
1414

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

actionpack/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.3.rc1 (March 21, 2019) ##
2+
13
* Allow using combine the Cache Control `public` and `no-cache` headers.
24

35
Before this change, even if `public` was specified for 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 = 2
13-
PRE = "1"
12+
TINY = 3
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.3.rc1 (March 21, 2019) ##
2+
13
* Prevent non-primary mouse keys from triggering Rails UJS click handlers.
24
Firefox fires click events even if the click was triggered by non-primary mouse keys such as right- or scroll-wheel-clicks.
35
For example, right-clicking a link such as the one described below (with an underlying ajax request registered on click) should not cause that request to occur.

0 commit comments

Comments
 (0)