Skip to content

Commit 2c8fe2a

Browse files
committed
bumping version, updating changelog
1 parent 0ad524a commit 2c8fe2a

File tree

15 files changed

+105
-52
lines changed

15 files changed

+105
-52
lines changed

Gemfile.lock

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -17,79 +17,79 @@ GIT
1717
PATH
1818
remote: .
1919
specs:
20-
actioncable (6.0.3)
21-
actionpack (= 6.0.3)
20+
actioncable (6.0.3.1)
21+
actionpack (= 6.0.3.1)
2222
nio4r (~> 2.0)
2323
websocket-driver (>= 0.6.1)
24-
actionmailbox (6.0.3)
25-
actionpack (= 6.0.3)
26-
activejob (= 6.0.3)
27-
activerecord (= 6.0.3)
28-
activestorage (= 6.0.3)
29-
activesupport (= 6.0.3)
24+
actionmailbox (6.0.3.1)
25+
actionpack (= 6.0.3.1)
26+
activejob (= 6.0.3.1)
27+
activerecord (= 6.0.3.1)
28+
activestorage (= 6.0.3.1)
29+
activesupport (= 6.0.3.1)
3030
mail (>= 2.7.1)
31-
actionmailer (6.0.3)
32-
actionpack (= 6.0.3)
33-
actionview (= 6.0.3)
34-
activejob (= 6.0.3)
31+
actionmailer (6.0.3.1)
32+
actionpack (= 6.0.3.1)
33+
actionview (= 6.0.3.1)
34+
activejob (= 6.0.3.1)
3535
mail (~> 2.5, >= 2.5.4)
3636
rails-dom-testing (~> 2.0)
37-
actionpack (6.0.3)
38-
actionview (= 6.0.3)
39-
activesupport (= 6.0.3)
37+
actionpack (6.0.3.1)
38+
actionview (= 6.0.3.1)
39+
activesupport (= 6.0.3.1)
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.3)
45-
actionpack (= 6.0.3)
46-
activerecord (= 6.0.3)
47-
activestorage (= 6.0.3)
48-
activesupport (= 6.0.3)
44+
actiontext (6.0.3.1)
45+
actionpack (= 6.0.3.1)
46+
activerecord (= 6.0.3.1)
47+
activestorage (= 6.0.3.1)
48+
activesupport (= 6.0.3.1)
4949
nokogiri (>= 1.8.5)
50-
actionview (6.0.3)
51-
activesupport (= 6.0.3)
50+
actionview (6.0.3.1)
51+
activesupport (= 6.0.3.1)
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.3)
57-
activesupport (= 6.0.3)
56+
activejob (6.0.3.1)
57+
activesupport (= 6.0.3.1)
5858
globalid (>= 0.3.6)
59-
activemodel (6.0.3)
60-
activesupport (= 6.0.3)
61-
activerecord (6.0.3)
62-
activemodel (= 6.0.3)
63-
activesupport (= 6.0.3)
64-
activestorage (6.0.3)
65-
actionpack (= 6.0.3)
66-
activejob (= 6.0.3)
67-
activerecord (= 6.0.3)
59+
activemodel (6.0.3.1)
60+
activesupport (= 6.0.3.1)
61+
activerecord (6.0.3.1)
62+
activemodel (= 6.0.3.1)
63+
activesupport (= 6.0.3.1)
64+
activestorage (6.0.3.1)
65+
actionpack (= 6.0.3.1)
66+
activejob (= 6.0.3.1)
67+
activerecord (= 6.0.3.1)
6868
marcel (~> 0.3.1)
69-
activesupport (6.0.3)
69+
activesupport (6.0.3.1)
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.3)
76-
actioncable (= 6.0.3)
77-
actionmailbox (= 6.0.3)
78-
actionmailer (= 6.0.3)
79-
actionpack (= 6.0.3)
80-
actiontext (= 6.0.3)
81-
actionview (= 6.0.3)
82-
activejob (= 6.0.3)
83-
activemodel (= 6.0.3)
84-
activerecord (= 6.0.3)
85-
activestorage (= 6.0.3)
86-
activesupport (= 6.0.3)
75+
rails (6.0.3.1)
76+
actioncable (= 6.0.3.1)
77+
actionmailbox (= 6.0.3.1)
78+
actionmailer (= 6.0.3.1)
79+
actionpack (= 6.0.3.1)
80+
actiontext (= 6.0.3.1)
81+
actionview (= 6.0.3.1)
82+
activejob (= 6.0.3.1)
83+
activemodel (= 6.0.3.1)
84+
activerecord (= 6.0.3.1)
85+
activestorage (= 6.0.3.1)
86+
activesupport (= 6.0.3.1)
8787
bundler (>= 1.3.0)
88-
railties (= 6.0.3)
88+
railties (= 6.0.3.1)
8989
sprockets-rails (>= 2.0.0)
90-
railties (6.0.3)
91-
actionpack (= 6.0.3)
92-
activesupport (= 6.0.3)
90+
railties (6.0.3.1)
91+
actionpack (= 6.0.3.1)
92+
activesupport (= 6.0.3.1)
9393
method_source
9494
rake (>= 0.8.7)
9595
thor (>= 0.20.3, < 2.0)
@@ -304,7 +304,7 @@ GEM
304304
mimemagic (~> 0.3.2)
305305
memoist (0.16.2)
306306
method_source (1.0.0)
307-
mimemagic (0.3.4)
307+
mimemagic (0.3.5)
308308
mini_magick (4.9.5)
309309
mini_mime (1.0.2)
310310
mini_portile2 (2.4.0)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.3
1+
6.0.3.1

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.1 (May 18, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.3 (May 06, 2020) ##
27

38
* No changes.

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.3.1 (May 18, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.3 (May 06, 2020) ##
27

38
* Update Mandrill inbound email route to respond appropriately to HEAD requests for URL health checks from Mandrill.

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.1 (May 18, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.3 (May 06, 2020) ##
27

38
* No changes.

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.1 (May 18, 2020) ##
2+
13
* [CVE-2020-8166] HMAC raw CSRF token before masking it, so it cannot be used to reconstruct a per-form token
24

35
* [CVE-2020-8164] Return self when calling #each, #each_pair, and #each_value instead of the raw @parameters hash

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.3.1 (May 18, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.3 (May 06, 2020) ##
27

38
* No changes.

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.3.1 (May 18, 2020) ##
2+
13
* [CVE-2020-8167] Check that request is same-origin prior to including CSRF token in XHRs
24

35
## Rails 6.0.3 (May 06, 2020) ##

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.3.1 (May 18, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.3 (May 06, 2020) ##
27

38
* While using `perform_enqueued_jobs` test helper enqueued jobs must be stored for the later check with

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.3.1 (May 18, 2020) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.3 (May 06, 2020) ##
27

38
* No changes.

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