Skip to content

Commit 4331155

Browse files
committed
Preparing for 6.0.5 release
1 parent 1b5df89 commit 4331155

File tree

32 files changed

+144
-83
lines changed

32 files changed

+144
-83
lines changed

Gemfile.lock

+51-52
Original file line numberDiff line numberDiff line change
@@ -32,79 +32,79 @@ GIT
3232
PATH
3333
remote: .
3434
specs:
35-
actioncable (6.0.4.8)
36-
actionpack (= 6.0.4.8)
35+
actioncable (6.0.5)
36+
actionpack (= 6.0.5)
3737
nio4r (~> 2.0)
3838
websocket-driver (>= 0.6.1)
39-
actionmailbox (6.0.4.8)
40-
actionpack (= 6.0.4.8)
41-
activejob (= 6.0.4.8)
42-
activerecord (= 6.0.4.8)
43-
activestorage (= 6.0.4.8)
44-
activesupport (= 6.0.4.8)
39+
actionmailbox (6.0.5)
40+
actionpack (= 6.0.5)
41+
activejob (= 6.0.5)
42+
activerecord (= 6.0.5)
43+
activestorage (= 6.0.5)
44+
activesupport (= 6.0.5)
4545
mail (>= 2.7.1)
46-
actionmailer (6.0.4.8)
47-
actionpack (= 6.0.4.8)
48-
actionview (= 6.0.4.8)
49-
activejob (= 6.0.4.8)
46+
actionmailer (6.0.5)
47+
actionpack (= 6.0.5)
48+
actionview (= 6.0.5)
49+
activejob (= 6.0.5)
5050
mail (~> 2.5, >= 2.5.4)
5151
rails-dom-testing (~> 2.0)
52-
actionpack (6.0.4.8)
53-
actionview (= 6.0.4.8)
54-
activesupport (= 6.0.4.8)
52+
actionpack (6.0.5)
53+
actionview (= 6.0.5)
54+
activesupport (= 6.0.5)
5555
rack (~> 2.0, >= 2.0.8)
5656
rack-test (>= 0.6.3)
5757
rails-dom-testing (~> 2.0)
5858
rails-html-sanitizer (~> 1.0, >= 1.2.0)
59-
actiontext (6.0.4.8)
60-
actionpack (= 6.0.4.8)
61-
activerecord (= 6.0.4.8)
62-
activestorage (= 6.0.4.8)
63-
activesupport (= 6.0.4.8)
59+
actiontext (6.0.5)
60+
actionpack (= 6.0.5)
61+
activerecord (= 6.0.5)
62+
activestorage (= 6.0.5)
63+
activesupport (= 6.0.5)
6464
nokogiri (>= 1.8.5)
65-
actionview (6.0.4.8)
66-
activesupport (= 6.0.4.8)
65+
actionview (6.0.5)
66+
activesupport (= 6.0.5)
6767
builder (~> 3.1)
6868
erubi (~> 1.4)
6969
rails-dom-testing (~> 2.0)
7070
rails-html-sanitizer (~> 1.1, >= 1.2.0)
71-
activejob (6.0.4.8)
72-
activesupport (= 6.0.4.8)
71+
activejob (6.0.5)
72+
activesupport (= 6.0.5)
7373
globalid (>= 0.3.6)
74-
activemodel (6.0.4.8)
75-
activesupport (= 6.0.4.8)
76-
activerecord (6.0.4.8)
77-
activemodel (= 6.0.4.8)
78-
activesupport (= 6.0.4.8)
79-
activestorage (6.0.4.8)
80-
actionpack (= 6.0.4.8)
81-
activejob (= 6.0.4.8)
82-
activerecord (= 6.0.4.8)
74+
activemodel (6.0.5)
75+
activesupport (= 6.0.5)
76+
activerecord (6.0.5)
77+
activemodel (= 6.0.5)
78+
activesupport (= 6.0.5)
79+
activestorage (6.0.5)
80+
actionpack (= 6.0.5)
81+
activejob (= 6.0.5)
82+
activerecord (= 6.0.5)
8383
marcel (~> 1.0)
84-
activesupport (6.0.4.8)
84+
activesupport (6.0.5)
8585
concurrent-ruby (~> 1.0, >= 1.0.2)
8686
i18n (>= 0.7, < 2)
8787
minitest (~> 5.1)
8888
tzinfo (~> 1.1)
8989
zeitwerk (~> 2.2, >= 2.2.2)
90-
rails (6.0.4.8)
91-
actioncable (= 6.0.4.8)
92-
actionmailbox (= 6.0.4.8)
93-
actionmailer (= 6.0.4.8)
94-
actionpack (= 6.0.4.8)
95-
actiontext (= 6.0.4.8)
96-
actionview (= 6.0.4.8)
97-
activejob (= 6.0.4.8)
98-
activemodel (= 6.0.4.8)
99-
activerecord (= 6.0.4.8)
100-
activestorage (= 6.0.4.8)
101-
activesupport (= 6.0.4.8)
90+
rails (6.0.5)
91+
actioncable (= 6.0.5)
92+
actionmailbox (= 6.0.5)
93+
actionmailer (= 6.0.5)
94+
actionpack (= 6.0.5)
95+
actiontext (= 6.0.5)
96+
actionview (= 6.0.5)
97+
activejob (= 6.0.5)
98+
activemodel (= 6.0.5)
99+
activerecord (= 6.0.5)
100+
activestorage (= 6.0.5)
101+
activesupport (= 6.0.5)
102102
bundler (>= 1.3.0)
103-
railties (= 6.0.4.8)
103+
railties (= 6.0.5)
104104
sprockets-rails (>= 2.0.0)
105-
railties (6.0.4.8)
106-
actionpack (= 6.0.4.8)
107-
activesupport (= 6.0.4.8)
105+
railties (6.0.5)
106+
actionpack (= 6.0.5)
107+
activesupport (= 6.0.5)
108108
method_source
109109
rake (>= 0.8.7)
110110
thor (>= 0.20.3, < 2.0)
@@ -293,7 +293,7 @@ GEM
293293
mustache
294294
nokogiri
295295
libxml-ruby (3.2.1)
296-
loofah (2.16.0)
296+
loofah (2.17.0)
297297
crass (~> 1.0.2)
298298
nokogiri (>= 1.5.9)
299299
mail (2.7.1)
@@ -350,7 +350,6 @@ GEM
350350
ast (~> 2.4.1)
351351
path_expander (1.1.0)
352352
pg (1.2.3)
353-
psych (3.3.2)
354353
public_suffix (4.0.6)
355354
puma (5.2.2)
356355
nio4r (~> 2.0)

RAILS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.4.8
1+
6.0.5

actioncable/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* No changes.

actioncable/lib/action_cable/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

actioncable/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actioncable",
3-
"version": "6.0.4-8",
3+
"version": "6.0.5",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "app/assets/javascripts/action_cable.js",
66
"files": [

actionmailbox/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* No changes.

actionmailbox/lib/action_mailbox/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

actionmailer/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

actionpack/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* Allow Content Security Policy DSL to generate for API responses.

actionpack/lib/action_pack/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

actiontext/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
13
* Disentangle Action Text from ApplicationController
24

35
Allow Action Text to be used without having an ApplicationController

actiontext/lib/action_text/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

actiontext/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actiontext",
3-
"version": "6.0.4-8",
3+
"version": "6.0.5",
44
"description": "Edit and display rich text in Rails applications",
55
"main": "app/javascript/actiontext/index.js",
66
"files": [

actionview/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

actionview/lib/action_view/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

actionview/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/ujs",
3-
"version": "6.0.4-8",
3+
"version": "6.0.5",
44
"description": "Ruby on Rails unobtrusive scripting adapter",
55
"main": "lib/assets/compiled/rails-ujs.js",
66
"files": [

activejob/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* No changes.

activejob/lib/active_job/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

activemodel/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* No changes.

activemodel/lib/active_model/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

activerecord/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* No changes.

activerecord/lib/active_record/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

activestorage/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* No changes.

activestorage/lib/active_storage/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

activestorage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/activestorage",
3-
"version": "6.0.4-8",
3+
"version": "6.0.5",
44
"description": "Attach cloud and local files in Rails applications",
55
"main": "app/assets/javascripts/activestorage.js",
66
"files": [

activesupport/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5 (May 09, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.4.8 (April 26, 2022) ##
27

38
* Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.

activesupport/lib/active_support/gem_version.rb

+2-2
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 = 4
13-
PRE = "8"
12+
TINY = 5
13+
PRE = nil
1414

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

0 commit comments

Comments
 (0)