Skip to content

Commit 509b9da

Browse files
committed
Preparing for 6.0.3.rc1 release
1 parent e9075d5 commit 509b9da

File tree

32 files changed

+126
-84
lines changed

32 files changed

+126
-84
lines changed

Gemfile.lock

Lines changed: 51 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -17,79 +17,79 @@ GIT
1717
PATH
1818
remote: .
1919
specs:
20-
actioncable (6.0.2.2)
21-
actionpack (= 6.0.2.2)
20+
actioncable (6.0.3.rc1)
21+
actionpack (= 6.0.3.rc1)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
24-
actionmailbox (6.0.2.2)
25-
actionpack (= 6.0.2.2)
26-
activejob (= 6.0.2.2)
27-
activerecord (= 6.0.2.2)
28-
activestorage (= 6.0.2.2)
29-
activesupport (= 6.0.2.2)
24+
actionmailbox (6.0.3.rc1)
25+
actionpack (= 6.0.3.rc1)
26+
activejob (= 6.0.3.rc1)
27+
activerecord (= 6.0.3.rc1)
28+
activestorage (= 6.0.3.rc1)
29+
activesupport (= 6.0.3.rc1)
3030
mail (>= 2.7.1)
31-
actionmailer (6.0.2.2)
32-
actionpack (= 6.0.2.2)
33-
actionview (= 6.0.2.2)
34-
activejob (= 6.0.2.2)
31+
actionmailer (6.0.3.rc1)
32+
actionpack (= 6.0.3.rc1)
33+
actionview (= 6.0.3.rc1)
34+
activejob (= 6.0.3.rc1)
3535
mail (~> 2.5, >= 2.5.4)
3636
rails-dom-testing (~> 2.0)
37-
actionpack (6.0.2.2)
38-
actionview (= 6.0.2.2)
39-
activesupport (= 6.0.2.2)
37+
actionpack (6.0.3.rc1)
38+
actionview (= 6.0.3.rc1)
39+
activesupport (= 6.0.3.rc1)
4040
rack (~> 2.0, >= 2.0.8)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44-
actiontext (6.0.2.2)
45-
actionpack (= 6.0.2.2)
46-
activerecord (= 6.0.2.2)
47-
activestorage (= 6.0.2.2)
48-
activesupport (= 6.0.2.2)
44+
actiontext (6.0.3.rc1)
45+
actionpack (= 6.0.3.rc1)
46+
activerecord (= 6.0.3.rc1)
47+
activestorage (= 6.0.3.rc1)
48+
activesupport (= 6.0.3.rc1)
4949
nokogiri (>= 1.8.5)
50-
actionview (6.0.2.2)
51-
activesupport (= 6.0.2.2)
50+
actionview (6.0.3.rc1)
51+
activesupport (= 6.0.3.rc1)
5252
builder (~> 3.1)
5353
erubi (~> 1.4)
5454
rails-dom-testing (~> 2.0)
5555
rails-html-sanitizer (~> 1.1, >= 1.2.0)
56-
activejob (6.0.2.2)
57-
activesupport (= 6.0.2.2)
56+
activejob (6.0.3.rc1)
57+
activesupport (= 6.0.3.rc1)
5858
globalid (>= 0.3.6)
59-
activemodel (6.0.2.2)
60-
activesupport (= 6.0.2.2)
61-
activerecord (6.0.2.2)
62-
activemodel (= 6.0.2.2)
63-
activesupport (= 6.0.2.2)
64-
activestorage (6.0.2.2)
65-
actionpack (= 6.0.2.2)
66-
activejob (= 6.0.2.2)
67-
activerecord (= 6.0.2.2)
59+
activemodel (6.0.3.rc1)
60+
activesupport (= 6.0.3.rc1)
61+
activerecord (6.0.3.rc1)
62+
activemodel (= 6.0.3.rc1)
63+
activesupport (= 6.0.3.rc1)
64+
activestorage (6.0.3.rc1)
65+
actionpack (= 6.0.3.rc1)
66+
activejob (= 6.0.3.rc1)
67+
activerecord (= 6.0.3.rc1)
6868
marcel (~> 0.3.1)
69-
activesupport (6.0.2.2)
69+
activesupport (6.0.3.rc1)
7070
concurrent-ruby (~> 1.0, >= 1.0.2)
7171
i18n (>= 0.7, < 2)
7272
minitest (~> 5.1)
7373
tzinfo (~> 1.1)
7474
zeitwerk (~> 2.2, >= 2.2.2)
75-
rails (6.0.2.2)
76-
actioncable (= 6.0.2.2)
77-
actionmailbox (= 6.0.2.2)
78-
actionmailer (= 6.0.2.2)
79-
actionpack (= 6.0.2.2)
80-
actiontext (= 6.0.2.2)
81-
actionview (= 6.0.2.2)
82-
activejob (= 6.0.2.2)
83-
activemodel (= 6.0.2.2)
84-
activerecord (= 6.0.2.2)
85-
activestorage (= 6.0.2.2)
86-
activesupport (= 6.0.2.2)
75+
rails (6.0.3.rc1)
76+
actioncable (= 6.0.3.rc1)
77+
actionmailbox (= 6.0.3.rc1)
78+
actionmailer (= 6.0.3.rc1)
79+
actionpack (= 6.0.3.rc1)
80+
actiontext (= 6.0.3.rc1)
81+
actionview (= 6.0.3.rc1)
82+
activejob (= 6.0.3.rc1)
83+
activemodel (= 6.0.3.rc1)
84+
activerecord (= 6.0.3.rc1)
85+
activestorage (= 6.0.3.rc1)
86+
activesupport (= 6.0.3.rc1)
8787
bundler (>= 1.3.0)
88-
railties (= 6.0.2.2)
88+
railties (= 6.0.3.rc1)
8989
sprockets-rails (>= 2.0.0)
90-
railties (6.0.2.2)
91-
actionpack (= 6.0.2.2)
92-
activesupport (= 6.0.2.2)
90+
railties (6.0.3.rc1)
91+
actionpack (= 6.0.3.rc1)
92+
activesupport (= 6.0.3.rc1)
9393
method_source
9494
rake (>= 0.8.7)
9595
thor (>= 0.20.3, < 2.0)
@@ -295,7 +295,7 @@ GEM
295295
listen (3.2.0)
296296
rb-fsevent (~> 0.10, >= 0.10.3)
297297
rb-inotify (~> 0.9, >= 0.9.10)
298-
loofah (2.4.0)
298+
loofah (2.5.0)
299299
crass (~> 1.0.2)
300300
nokogiri (>= 1.5.9)
301301
mail (2.7.1)
@@ -520,8 +520,6 @@ GEM
520520
websocket (1.2.8)
521521
websocket-driver (0.7.1)
522522
websocket-extensions (>= 0.1.0)
523-
websocket-driver (0.7.1-java)
524-
websocket-extensions (>= 0.1.0)
525523
websocket-extensions (0.1.4)
526524
xpath (3.2.0)
527525
nokogiri (~> 1.8)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.2.2
1+
6.0.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 6.0.3.rc1 (April 30, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.2.2 (March 19, 2020) ##
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 = 6
1111
MINOR = 0
12-
TINY = 2
13-
PRE = "2"
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": "@rails/actioncable",
3-
"version": "6.0.2-2",
3+
"version": "6.0.3-rc1",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "app/assets/javascripts/action_cable.js",
66
"files": [

actionmailbox/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 6.0.3.rc1 (April 30, 2020) ##
2+
13
* Update Mandrill inbound email route to respond appropriately to HEAD requests for URL health checks from Mandrill.
24

35
*Bill Cromie*

actionmailbox/lib/action_mailbox/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 = 6
1111
MINOR = 0
12-
TINY = 2
13-
PRE = "2"
12+
TINY = 3
13+
PRE = "rc1"
1414

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

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.3.rc1 (April 30, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.2.2 (March 19, 2020) ##
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 = 6
1111
MINOR = 0
12-
TINY = 2
13-
PRE = "2"
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 6.0.3.rc1 (April 30, 2020) ##
2+
13
* Include child session assertion count in ActionDispatch::IntegrationTest
24

35
`IntegrationTest#open_session` uses `dup` to create the new session, which

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy