Skip to content

Commit 16f2cd8

Browse files
committed
Preparing for 6.0.0.rc2 release
1 parent 23d29c7 commit 16f2cd8

File tree

32 files changed

+124
-71
lines changed

32 files changed

+124
-71
lines changed

Gemfile.lock

Lines changed: 53 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.0.rc1)
21-
actionpack (= 6.0.0.rc1)
20+
actioncable (6.0.0.rc2)
21+
actionpack (= 6.0.0.rc2)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
24-
actionmailbox (6.0.0.rc1)
25-
actionpack (= 6.0.0.rc1)
26-
activejob (= 6.0.0.rc1)
27-
activerecord (= 6.0.0.rc1)
28-
activestorage (= 6.0.0.rc1)
29-
activesupport (= 6.0.0.rc1)
24+
actionmailbox (6.0.0.rc2)
25+
actionpack (= 6.0.0.rc2)
26+
activejob (= 6.0.0.rc2)
27+
activerecord (= 6.0.0.rc2)
28+
activestorage (= 6.0.0.rc2)
29+
activesupport (= 6.0.0.rc2)
3030
mail (>= 2.7.1)
31-
actionmailer (6.0.0.rc1)
32-
actionpack (= 6.0.0.rc1)
33-
actionview (= 6.0.0.rc1)
34-
activejob (= 6.0.0.rc1)
31+
actionmailer (6.0.0.rc2)
32+
actionpack (= 6.0.0.rc2)
33+
actionview (= 6.0.0.rc2)
34+
activejob (= 6.0.0.rc2)
3535
mail (~> 2.5, >= 2.5.4)
3636
rails-dom-testing (~> 2.0)
37-
actionpack (6.0.0.rc1)
38-
actionview (= 6.0.0.rc1)
39-
activesupport (= 6.0.0.rc1)
37+
actionpack (6.0.0.rc2)
38+
actionview (= 6.0.0.rc2)
39+
activesupport (= 6.0.0.rc2)
4040
rack (~> 2.0)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.0.2)
44-
actiontext (6.0.0.rc1)
45-
actionpack (= 6.0.0.rc1)
46-
activerecord (= 6.0.0.rc1)
47-
activestorage (= 6.0.0.rc1)
48-
activesupport (= 6.0.0.rc1)
44+
actiontext (6.0.0.rc2)
45+
actionpack (= 6.0.0.rc2)
46+
activerecord (= 6.0.0.rc2)
47+
activestorage (= 6.0.0.rc2)
48+
activesupport (= 6.0.0.rc2)
4949
nokogiri (>= 1.8.5)
50-
actionview (6.0.0.rc1)
51-
activesupport (= 6.0.0.rc1)
50+
actionview (6.0.0.rc2)
51+
activesupport (= 6.0.0.rc2)
5252
builder (~> 3.1)
5353
erubi (~> 1.4)
5454
rails-dom-testing (~> 2.0)
5555
rails-html-sanitizer (~> 1.0, >= 1.0.3)
56-
activejob (6.0.0.rc1)
57-
activesupport (= 6.0.0.rc1)
56+
activejob (6.0.0.rc2)
57+
activesupport (= 6.0.0.rc2)
5858
globalid (>= 0.3.6)
59-
activemodel (6.0.0.rc1)
60-
activesupport (= 6.0.0.rc1)
61-
activerecord (6.0.0.rc1)
62-
activemodel (= 6.0.0.rc1)
63-
activesupport (= 6.0.0.rc1)
64-
activestorage (6.0.0.rc1)
65-
actionpack (= 6.0.0.rc1)
66-
activejob (= 6.0.0.rc1)
67-
activerecord (= 6.0.0.rc1)
59+
activemodel (6.0.0.rc2)
60+
activesupport (= 6.0.0.rc2)
61+
activerecord (6.0.0.rc2)
62+
activemodel (= 6.0.0.rc2)
63+
activesupport (= 6.0.0.rc2)
64+
activestorage (6.0.0.rc2)
65+
actionpack (= 6.0.0.rc2)
66+
activejob (= 6.0.0.rc2)
67+
activerecord (= 6.0.0.rc2)
6868
marcel (~> 0.3.1)
69-
activesupport (6.0.0.rc1)
69+
activesupport (6.0.0.rc2)
7070
concurrent-ruby (~> 1.0, >= 1.0.2)
7171
i18n (>= 0.7, < 2)
7272
minitest (~> 5.1)
7373
tzinfo (~> 1.1)
7474
zeitwerk (~> 2.1, >= 2.1.8)
75-
rails (6.0.0.rc1)
76-
actioncable (= 6.0.0.rc1)
77-
actionmailbox (= 6.0.0.rc1)
78-
actionmailer (= 6.0.0.rc1)
79-
actionpack (= 6.0.0.rc1)
80-
actiontext (= 6.0.0.rc1)
81-
actionview (= 6.0.0.rc1)
82-
activejob (= 6.0.0.rc1)
83-
activemodel (= 6.0.0.rc1)
84-
activerecord (= 6.0.0.rc1)
85-
activestorage (= 6.0.0.rc1)
86-
activesupport (= 6.0.0.rc1)
75+
rails (6.0.0.rc2)
76+
actioncable (= 6.0.0.rc2)
77+
actionmailbox (= 6.0.0.rc2)
78+
actionmailer (= 6.0.0.rc2)
79+
actionpack (= 6.0.0.rc2)
80+
actiontext (= 6.0.0.rc2)
81+
actionview (= 6.0.0.rc2)
82+
activejob (= 6.0.0.rc2)
83+
activemodel (= 6.0.0.rc2)
84+
activerecord (= 6.0.0.rc2)
85+
activestorage (= 6.0.0.rc2)
86+
activesupport (= 6.0.0.rc2)
8787
bundler (>= 1.3.0)
88-
railties (= 6.0.0.rc1)
88+
railties (= 6.0.0.rc2)
8989
sprockets-rails (>= 2.0.0)
90-
railties (6.0.0.rc1)
91-
actionpack (= 6.0.0.rc1)
92-
activesupport (= 6.0.0.rc1)
90+
railties (6.0.0.rc2)
91+
actionpack (= 6.0.0.rc2)
92+
activesupport (= 6.0.0.rc2)
9393
method_source
9494
rake (>= 0.8.7)
9595
thor (>= 0.20.3, < 2.0)
@@ -339,8 +339,8 @@ GEM
339339
mysql2 (0.5.2-x64-mingw32)
340340
mysql2 (0.5.2-x86-mingw32)
341341
net_http_ssl_fix (0.0.10)
342-
nio4r (2.3.1)
343-
nio4r (2.3.1-java)
342+
nio4r (2.4.0)
343+
nio4r (2.4.0-java)
344344
nokogiri (1.9.1)
345345
mini_portile2 (~> 2.4.0)
346346
nokogiri (1.9.1-java)
@@ -528,7 +528,7 @@ GEM
528528
websocket-extensions (0.1.3)
529529
xpath (3.2.0)
530530
nokogiri (~> 1.8)
531-
zeitwerk (2.1.8)
531+
zeitwerk (2.1.9)
532532

533533
PLATFORMS
534534
java

RAILS_VERSION

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

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.0.rc2 (July 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.0.rc1 (April 24, 2019) ##
27

38
* No changes.

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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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.0-rc1",
3+
"version": "6.0.0-rc2",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "app/assets/javascripts/action_cable.js",
66
"files": [

actionmailbox/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.0.rc2 (July 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.0.rc1 (April 24, 2019) ##
27

38
* No changes.

actionmailbox/lib/action_mailbox/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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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.0.rc2 (July 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.0.rc1 (April 24, 2019) ##
27

38
* No changes.

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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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.0.rc2 (July 22, 2019) ##
2+
13
* Add the ability to set the CSP nonce only to the specified directives.
24

35
Fixes #35137.

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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
1414

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

actiontext/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.0.rc2 (July 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.0.rc1 (April 24, 2019) ##
27

38
* No changes.

actiontext/lib/action_text/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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
1414

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

actiontext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actiontext",
3-
"version": "6.0.0-rc1",
3+
"version": "6.0.0-rc2",
44
"description": "Edit and display rich text in Rails applications",
55
"main": "app/javascript/actiontext/index.js",
66
"files": [

actionview/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 6.0.0.rc2 (July 22, 2019) ##
2+
13
* Fix `select_tag` so that it doesn't change `options` when `include_blank` is present.
24

35
*Younes SERRAJ*

actionview/lib/action_view/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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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": "6.0.0-rc1",
3+
"version": "6.0.0-rc2",
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 6.0.0.rc2 (July 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.0.rc1 (April 24, 2019) ##
27

38
* Use individual execution counters when calculating retry delay.

activejob/lib/active_job/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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
1414

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

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.0.rc2 (July 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.0.rc1 (April 24, 2019) ##
27

38
* Type cast falsy boolean symbols on boolean attribute as false.

activemodel/lib/active_model/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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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 6.0.0.rc2 (July 22, 2019) ##
2+
13
* Add database_exists? method to connection adapters to check if a database exists.
24

35
*Guilherme Mansur*

activerecord/lib/active_record/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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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 6.0.0.rc2 (July 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.0.rc1 (April 24, 2019) ##
27

38
* Don't raise when analyzing an image whose type is unsupported by ImageMagick.

activestorage/lib/active_storage/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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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": "@rails/activestorage",
3-
"version": "6.0.0-rc1",
3+
"version": "6.0.0-rc2",
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 6.0.0.rc2 (July 22, 2019) ##
2+
13
* `truncate` would return the original string if it was too short to be truncated
24
and a frozen string if it were long enough to be truncated. Now truncate will
35
consistently return an unfrozen string regardless. This behavior is consistent

activesupport/lib/active_support/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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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 6.0.0.rc2 (July 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.0.rc1 (April 24, 2019) ##
27

38
* Added documentation about the `variants` option to `render`

railties/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.0.rc2 (July 22, 2019) ##
2+
3+
* No changes.
4+
5+
16
## (Unreleased)
27

38
* The new configuration point `config.add_autoload_paths_to_load_path` allows

railties/lib/rails/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 = 6
1111
MINOR = 0
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
1414

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

0 commit comments

Comments
 (0)