Skip to content

Commit 2d8cb45

Browse files
committed
Update changelogs for release
1 parent 1278c0f commit 2d8cb45

File tree

13 files changed

+84
-38
lines changed

13 files changed

+84
-38
lines changed

Gemfile.lock

+37-37
Original file line numberDiff line numberDiff line change
@@ -26,63 +26,63 @@ GIT
2626
PATH
2727
remote: .
2828
specs:
29-
actioncable (5.2.7)
30-
actionpack (= 5.2.7)
29+
actioncable (5.2.7.1)
30+
actionpack (= 5.2.7.1)
3131
nio4r (~> 2.0)
3232
websocket-driver (>= 0.6.1)
33-
actionmailer (5.2.7)
34-
actionpack (= 5.2.7)
35-
actionview (= 5.2.7)
36-
activejob (= 5.2.7)
33+
actionmailer (5.2.7.1)
34+
actionpack (= 5.2.7.1)
35+
actionview (= 5.2.7.1)
36+
activejob (= 5.2.7.1)
3737
mail (~> 2.5, >= 2.5.4)
3838
rails-dom-testing (~> 2.0)
39-
actionpack (5.2.7)
40-
actionview (= 5.2.7)
41-
activesupport (= 5.2.7)
39+
actionpack (5.2.7.1)
40+
actionview (= 5.2.7.1)
41+
activesupport (= 5.2.7.1)
4242
rack (~> 2.0, >= 2.0.8)
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.7)
47-
activesupport (= 5.2.7)
46+
actionview (5.2.7.1)
47+
activesupport (= 5.2.7.1)
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.7)
53-
activesupport (= 5.2.7)
52+
activejob (5.2.7.1)
53+
activesupport (= 5.2.7.1)
5454
globalid (>= 0.3.6)
55-
activemodel (5.2.7)
56-
activesupport (= 5.2.7)
57-
activerecord (5.2.7)
58-
activemodel (= 5.2.7)
59-
activesupport (= 5.2.7)
55+
activemodel (5.2.7.1)
56+
activesupport (= 5.2.7.1)
57+
activerecord (5.2.7.1)
58+
activemodel (= 5.2.7.1)
59+
activesupport (= 5.2.7.1)
6060
arel (>= 9.0)
61-
activestorage (5.2.7)
62-
actionpack (= 5.2.7)
63-
activerecord (= 5.2.7)
61+
activestorage (5.2.7.1)
62+
actionpack (= 5.2.7.1)
63+
activerecord (= 5.2.7.1)
6464
marcel (~> 1.0.0)
65-
activesupport (5.2.7)
65+
activesupport (5.2.7.1)
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.7)
71-
actioncable (= 5.2.7)
72-
actionmailer (= 5.2.7)
73-
actionpack (= 5.2.7)
74-
actionview (= 5.2.7)
75-
activejob (= 5.2.7)
76-
activemodel (= 5.2.7)
77-
activerecord (= 5.2.7)
78-
activestorage (= 5.2.7)
79-
activesupport (= 5.2.7)
70+
rails (5.2.7.1)
71+
actioncable (= 5.2.7.1)
72+
actionmailer (= 5.2.7.1)
73+
actionpack (= 5.2.7.1)
74+
actionview (= 5.2.7.1)
75+
activejob (= 5.2.7.1)
76+
activemodel (= 5.2.7.1)
77+
activerecord (= 5.2.7.1)
78+
activestorage (= 5.2.7.1)
79+
activesupport (= 5.2.7.1)
8080
bundler (>= 1.3.0)
81-
railties (= 5.2.7)
81+
railties (= 5.2.7.1)
8282
sprockets-rails (>= 2.0.0)
83-
railties (5.2.7)
84-
actionpack (= 5.2.7)
85-
activesupport (= 5.2.7)
83+
railties (5.2.7.1)
84+
actionpack (= 5.2.7.1)
85+
activesupport (= 5.2.7.1)
8686
method_source
8787
rake (>= 0.8.7)
8888
thor (>= 0.19.0, < 2.0)
@@ -274,7 +274,7 @@ GEM
274274
rb-fsevent (~> 0.9, >= 0.9.4)
275275
rb-inotify (~> 0.9, >= 0.9.7)
276276
ruby_dep (~> 1.2)
277-
loofah (2.14.0)
277+
loofah (2.16.0)
278278
crass (~> 1.0.2)
279279
nokogiri (>= 1.5.9)
280280
mail (2.7.1)

RAILS_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.7
1+
5.2.7.1

actioncable/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.7 (March 10, 2022) ##
27

38
* No changes.

actionmailer/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.7 (March 10, 2022) ##
27

38
* No changes.

actionpack/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
13
* Allow Content Security Policy DSL to generate for API responses.
24

35
*Tim Wade*

actionview/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
13
* Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.
24

35
Escape dangerous characters in names of tags and names of attributes in the

activejob/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.7 (March 10, 2022) ##
27

38
* No changes.

activemodel/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.7 (March 10, 2022) ##
27

38
* No changes.

activerecord/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.7 (March 10, 2022) ##
27

38
* No changes.

activestorage/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.7 (March 10, 2022) ##
27

38
* Fix `ActiveStorage.supported_image_processing_methods` and

activesupport/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
13
* Fix and add protections for XSS in `ActionView::Helpers` and `ERB::Util`.
24

35
Add the method `ERB::Util.xml_name_escape` to escape dangerous characters

guides/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.7 (March 10, 2022) ##
27

38
* No changes.

railties/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.2.7.1 (April 26, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.2.7 (March 10, 2022) ##
27

38
* No changes.

0 commit comments

Comments
 (0)