Skip to content

Commit f675cb3

Browse files
committed
Preparing for 6.0.2 release
1 parent 688e523 commit f675cb3

File tree

32 files changed

+81
-81
lines changed

32 files changed

+81
-81
lines changed

Gemfile.lock

Lines changed: 50 additions & 50 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.rc2)
21-
actionpack (= 6.0.2.rc2)
20+
actioncable (6.0.2)
21+
actionpack (= 6.0.2)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
24-
actionmailbox (6.0.2.rc2)
25-
actionpack (= 6.0.2.rc2)
26-
activejob (= 6.0.2.rc2)
27-
activerecord (= 6.0.2.rc2)
28-
activestorage (= 6.0.2.rc2)
29-
activesupport (= 6.0.2.rc2)
24+
actionmailbox (6.0.2)
25+
actionpack (= 6.0.2)
26+
activejob (= 6.0.2)
27+
activerecord (= 6.0.2)
28+
activestorage (= 6.0.2)
29+
activesupport (= 6.0.2)
3030
mail (>= 2.7.1)
31-
actionmailer (6.0.2.rc2)
32-
actionpack (= 6.0.2.rc2)
33-
actionview (= 6.0.2.rc2)
34-
activejob (= 6.0.2.rc2)
31+
actionmailer (6.0.2)
32+
actionpack (= 6.0.2)
33+
actionview (= 6.0.2)
34+
activejob (= 6.0.2)
3535
mail (~> 2.5, >= 2.5.4)
3636
rails-dom-testing (~> 2.0)
37-
actionpack (6.0.2.rc2)
38-
actionview (= 6.0.2.rc2)
39-
activesupport (= 6.0.2.rc2)
37+
actionpack (6.0.2)
38+
actionview (= 6.0.2)
39+
activesupport (= 6.0.2)
4040
rack (~> 2.0)
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.rc2)
45-
actionpack (= 6.0.2.rc2)
46-
activerecord (= 6.0.2.rc2)
47-
activestorage (= 6.0.2.rc2)
48-
activesupport (= 6.0.2.rc2)
44+
actiontext (6.0.2)
45+
actionpack (= 6.0.2)
46+
activerecord (= 6.0.2)
47+
activestorage (= 6.0.2)
48+
activesupport (= 6.0.2)
4949
nokogiri (>= 1.8.5)
50-
actionview (6.0.2.rc2)
51-
activesupport (= 6.0.2.rc2)
50+
actionview (6.0.2)
51+
activesupport (= 6.0.2)
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.rc2)
57-
activesupport (= 6.0.2.rc2)
56+
activejob (6.0.2)
57+
activesupport (= 6.0.2)
5858
globalid (>= 0.3.6)
59-
activemodel (6.0.2.rc2)
60-
activesupport (= 6.0.2.rc2)
61-
activerecord (6.0.2.rc2)
62-
activemodel (= 6.0.2.rc2)
63-
activesupport (= 6.0.2.rc2)
64-
activestorage (6.0.2.rc2)
65-
actionpack (= 6.0.2.rc2)
66-
activejob (= 6.0.2.rc2)
67-
activerecord (= 6.0.2.rc2)
59+
activemodel (6.0.2)
60+
activesupport (= 6.0.2)
61+
activerecord (6.0.2)
62+
activemodel (= 6.0.2)
63+
activesupport (= 6.0.2)
64+
activestorage (6.0.2)
65+
actionpack (= 6.0.2)
66+
activejob (= 6.0.2)
67+
activerecord (= 6.0.2)
6868
marcel (~> 0.3.1)
69-
activesupport (6.0.2.rc2)
69+
activesupport (6.0.2)
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)
75-
rails (6.0.2.rc2)
76-
actioncable (= 6.0.2.rc2)
77-
actionmailbox (= 6.0.2.rc2)
78-
actionmailer (= 6.0.2.rc2)
79-
actionpack (= 6.0.2.rc2)
80-
actiontext (= 6.0.2.rc2)
81-
actionview (= 6.0.2.rc2)
82-
activejob (= 6.0.2.rc2)
83-
activemodel (= 6.0.2.rc2)
84-
activerecord (= 6.0.2.rc2)
85-
activestorage (= 6.0.2.rc2)
86-
activesupport (= 6.0.2.rc2)
75+
rails (6.0.2)
76+
actioncable (= 6.0.2)
77+
actionmailbox (= 6.0.2)
78+
actionmailer (= 6.0.2)
79+
actionpack (= 6.0.2)
80+
actiontext (= 6.0.2)
81+
actionview (= 6.0.2)
82+
activejob (= 6.0.2)
83+
activemodel (= 6.0.2)
84+
activerecord (= 6.0.2)
85+
activestorage (= 6.0.2)
86+
activesupport (= 6.0.2)
8787
bundler (>= 1.3.0)
88-
railties (= 6.0.2.rc2)
88+
railties (= 6.0.2)
8989
sprockets-rails (>= 2.0.0)
90-
railties (6.0.2.rc2)
91-
actionpack (= 6.0.2.rc2)
92-
activesupport (= 6.0.2.rc2)
90+
railties (6.0.2)
91+
actionpack (= 6.0.2)
92+
activesupport (= 6.0.2)
9393
method_source
9494
rake (>= 0.8.7)
9595
thor (>= 0.20.3, < 2.0)

RAILS_VERSION

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

actioncable/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 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 = 6
1111
MINOR = 0
1212
TINY = 2
13-
PRE = "rc2"
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": "@rails/actioncable",
3-
"version": "6.0.2-rc2",
3+
"version": "6.0.2",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "app/assets/javascripts/action_cable.js",
66
"files": [

actionmailbox/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* No changes.
44

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
1414

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

actionmailer/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* Fix ActionMailer assertions don't work for parameterized mail with legacy delivery job.
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 = 6
1111
MINOR = 0
1212
TINY = 2
13-
PRE = "rc2"
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 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* Allow using mountable engine route helpers in System Tests.
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 = 6
1111
MINOR = 0
1212
TINY = 2
13-
PRE = "rc2"
13+
PRE = nil
1414

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

actiontext/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* No changes.
44

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
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.2-rc2",
3+
"version": "6.0.2",
44
"description": "Edit and display rich text in Rails applications",
55
"main": "app/javascript/actiontext/index.js",
66
"files": [

actionview/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* No changes.
44

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
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.2-rc2",
3+
"version": "6.0.2",
44
"description": "Ruby on Rails unobtrusive scripting adapter",
55
"main": "lib/assets/compiled/rails-ujs.js",
66
"files": [

activejob/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* Allow Sidekiq access to the underlying job class.
44

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
1414

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

activemodel/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* No changes.
44

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
1414

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

activerecord/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* Share the same connection pool for primary and replica databases in the
44
transactional tests for the same database.

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
1414

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

activestorage/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* No changes.
44

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
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.2-rc2",
3+
"version": "6.0.2",
44
"description": "Attach cloud and local files in Rails applications",
55
"main": "app/assets/javascripts/activestorage.js",
66
"files": [

activesupport/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* Eager load translations during initialization.
44

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
1414

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

guides/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* No changes.
44

railties/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Rails 6.0.2.rc2 (December 09, 2019) ##
1+
## Rails 6.0.2 (December 13, 2019) ##
22

33
* Fix the collision check for the scaffold generator.
44

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
1414

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

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 = 2
13-
PRE = "rc2"
13+
PRE = nil
1414

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

0 commit comments

Comments
 (0)