Skip to content

Commit c15ee6e

Browse files
committed
Preparing for 7.0.4.3 release
1 parent 73009ea commit c15ee6e

File tree

33 files changed

+160
-91
lines changed

33 files changed

+160
-91
lines changed

Gemfile.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -24,88 +24,88 @@ GIT
2424
PATH
2525
remote: .
2626
specs:
27-
actioncable (7.0.4.2)
28-
actionpack (= 7.0.4.2)
29-
activesupport (= 7.0.4.2)
27+
actioncable (7.0.4.3)
28+
actionpack (= 7.0.4.3)
29+
activesupport (= 7.0.4.3)
3030
nio4r (~> 2.0)
3131
websocket-driver (>= 0.6.1)
32-
actionmailbox (7.0.4.2)
33-
actionpack (= 7.0.4.2)
34-
activejob (= 7.0.4.2)
35-
activerecord (= 7.0.4.2)
36-
activestorage (= 7.0.4.2)
37-
activesupport (= 7.0.4.2)
32+
actionmailbox (7.0.4.3)
33+
actionpack (= 7.0.4.3)
34+
activejob (= 7.0.4.3)
35+
activerecord (= 7.0.4.3)
36+
activestorage (= 7.0.4.3)
37+
activesupport (= 7.0.4.3)
3838
mail (>= 2.7.1)
3939
net-imap
4040
net-pop
4141
net-smtp
42-
actionmailer (7.0.4.2)
43-
actionpack (= 7.0.4.2)
44-
actionview (= 7.0.4.2)
45-
activejob (= 7.0.4.2)
46-
activesupport (= 7.0.4.2)
42+
actionmailer (7.0.4.3)
43+
actionpack (= 7.0.4.3)
44+
actionview (= 7.0.4.3)
45+
activejob (= 7.0.4.3)
46+
activesupport (= 7.0.4.3)
4747
mail (~> 2.5, >= 2.5.4)
4848
net-imap
4949
net-pop
5050
net-smtp
5151
rails-dom-testing (~> 2.0)
52-
actionpack (7.0.4.2)
53-
actionview (= 7.0.4.2)
54-
activesupport (= 7.0.4.2)
52+
actionpack (7.0.4.3)
53+
actionview (= 7.0.4.3)
54+
activesupport (= 7.0.4.3)
5555
rack (~> 2.0, >= 2.2.0)
5656
rack-test (>= 0.6.3)
5757
rails-dom-testing (~> 2.0)
5858
rails-html-sanitizer (~> 1.0, >= 1.2.0)
59-
actiontext (7.0.4.2)
60-
actionpack (= 7.0.4.2)
61-
activerecord (= 7.0.4.2)
62-
activestorage (= 7.0.4.2)
63-
activesupport (= 7.0.4.2)
59+
actiontext (7.0.4.3)
60+
actionpack (= 7.0.4.3)
61+
activerecord (= 7.0.4.3)
62+
activestorage (= 7.0.4.3)
63+
activesupport (= 7.0.4.3)
6464
globalid (>= 0.6.0)
6565
nokogiri (>= 1.8.5)
66-
actionview (7.0.4.2)
67-
activesupport (= 7.0.4.2)
66+
actionview (7.0.4.3)
67+
activesupport (= 7.0.4.3)
6868
builder (~> 3.1)
6969
erubi (~> 1.4)
7070
rails-dom-testing (~> 2.0)
7171
rails-html-sanitizer (~> 1.1, >= 1.2.0)
72-
activejob (7.0.4.2)
73-
activesupport (= 7.0.4.2)
72+
activejob (7.0.4.3)
73+
activesupport (= 7.0.4.3)
7474
globalid (>= 0.3.6)
75-
activemodel (7.0.4.2)
76-
activesupport (= 7.0.4.2)
77-
activerecord (7.0.4.2)
78-
activemodel (= 7.0.4.2)
79-
activesupport (= 7.0.4.2)
80-
activestorage (7.0.4.2)
81-
actionpack (= 7.0.4.2)
82-
activejob (= 7.0.4.2)
83-
activerecord (= 7.0.4.2)
84-
activesupport (= 7.0.4.2)
75+
activemodel (7.0.4.3)
76+
activesupport (= 7.0.4.3)
77+
activerecord (7.0.4.3)
78+
activemodel (= 7.0.4.3)
79+
activesupport (= 7.0.4.3)
80+
activestorage (7.0.4.3)
81+
actionpack (= 7.0.4.3)
82+
activejob (= 7.0.4.3)
83+
activerecord (= 7.0.4.3)
84+
activesupport (= 7.0.4.3)
8585
marcel (~> 1.0)
8686
mini_mime (>= 1.1.0)
87-
activesupport (7.0.4.2)
87+
activesupport (7.0.4.3)
8888
concurrent-ruby (~> 1.0, >= 1.0.2)
8989
i18n (>= 1.6, < 2)
9090
minitest (>= 5.1)
9191
tzinfo (~> 2.0)
92-
rails (7.0.4.2)
93-
actioncable (= 7.0.4.2)
94-
actionmailbox (= 7.0.4.2)
95-
actionmailer (= 7.0.4.2)
96-
actionpack (= 7.0.4.2)
97-
actiontext (= 7.0.4.2)
98-
actionview (= 7.0.4.2)
99-
activejob (= 7.0.4.2)
100-
activemodel (= 7.0.4.2)
101-
activerecord (= 7.0.4.2)
102-
activestorage (= 7.0.4.2)
103-
activesupport (= 7.0.4.2)
92+
rails (7.0.4.3)
93+
actioncable (= 7.0.4.3)
94+
actionmailbox (= 7.0.4.3)
95+
actionmailer (= 7.0.4.3)
96+
actionpack (= 7.0.4.3)
97+
actiontext (= 7.0.4.3)
98+
actionview (= 7.0.4.3)
99+
activejob (= 7.0.4.3)
100+
activemodel (= 7.0.4.3)
101+
activerecord (= 7.0.4.3)
102+
activestorage (= 7.0.4.3)
103+
activesupport (= 7.0.4.3)
104104
bundler (>= 1.15.0)
105-
railties (= 7.0.4.2)
106-
railties (7.0.4.2)
107-
actionpack (= 7.0.4.2)
108-
activesupport (= 7.0.4.2)
105+
railties (= 7.0.4.3)
106+
railties (7.0.4.3)
107+
actionpack (= 7.0.4.3)
108+
activesupport (= 7.0.4.3)
109109
method_source
110110
rake (>= 12.2)
111111
thor (~> 1.0)
@@ -263,7 +263,7 @@ GEM
263263
fugit (1.5.2)
264264
et-orbi (~> 1.1, >= 1.1.8)
265265
raabro (~> 1.4)
266-
globalid (1.0.1)
266+
globalid (1.1.0)
267267
activesupport (>= 5.0)
268268
google-apis-core (0.4.1)
269269
addressable (~> 2.5, >= 2.5.1)
@@ -329,7 +329,7 @@ GEM
329329
loofah (2.19.1)
330330
crass (~> 1.0.2)
331331
nokogiri (>= 1.5.9)
332-
mail (2.8.0.1)
332+
mail (2.8.1)
333333
mini_mime (>= 0.1.1)
334334
net-imap
335335
net-pop
@@ -530,7 +530,7 @@ GEM
530530
rack (>= 1, < 3)
531531
thor (1.2.1)
532532
tilt (2.0.10)
533-
timeout (0.3.1)
533+
timeout (0.3.2)
534534
trailblazer-option (0.1.2)
535535
turbo-rails (1.0.0)
536536
actionpack (>= 6.0.0)
@@ -561,7 +561,7 @@ GEM
561561
websocket-extensions (0.1.5)
562562
xpath (3.2.0)
563563
nokogiri (~> 1.8)
564-
zeitwerk (2.6.6)
564+
zeitwerk (2.6.7)
565565

566566
PLATFORMS
567567
ruby

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.4.2
1+
7.0.4.3

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.4.3 (March 13, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.4.2 (January 24, 2023) ##
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 = 7
1111
MINOR = 0
1212
TINY = 4
13-
PRE = "2"
13+
PRE = "3"
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": "7.0.4-2",
3+
"version": "7.0.4-3",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"module": "app/assets/javascripts/actioncable.esm.js",
66
"main": "app/assets/javascripts/actioncable.js",

actionmailbox/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.4.3 (March 13, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.4.2 (January 24, 2023) ##
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 = 7
1111
MINOR = 0
1212
TINY = 4
13-
PRE = "2"
13+
PRE = "3"
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 7.0.4.3 (March 13, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.4.2 (January 24, 2023) ##
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 = 7
1111
MINOR = 0
1212
TINY = 4
13-
PRE = "2"
13+
PRE = "3"
1414

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

actionpack/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.0.4.3 (March 13, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.0.4.2 (January 24, 2023) ##
27

38
* Fix `domain: :all` for two letter TLD

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