Skip to content

Commit 624fe3c

Browse files
committed
Preparing for 8.0.4 release
1 parent 47a7635 commit 624fe3c

File tree

31 files changed

+886
-633
lines changed

31 files changed

+886
-633
lines changed

Gemfile.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
PATH
22
remote: .
33
specs:
4-
actioncable (8.0.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
4+
actioncable (8.0.4)
5+
actionpack (= 8.0.4)
6+
activesupport (= 8.0.4)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.3)
11-
actionpack (= 8.0.3)
12-
activejob (= 8.0.3)
13-
activerecord (= 8.0.3)
14-
activestorage (= 8.0.3)
15-
activesupport (= 8.0.3)
10+
actionmailbox (8.0.4)
11+
actionpack (= 8.0.4)
12+
activejob (= 8.0.4)
13+
activerecord (= 8.0.4)
14+
activestorage (= 8.0.4)
15+
activesupport (= 8.0.4)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.3)
18-
actionpack (= 8.0.3)
19-
actionview (= 8.0.3)
20-
activejob (= 8.0.3)
21-
activesupport (= 8.0.3)
17+
actionmailer (8.0.4)
18+
actionpack (= 8.0.4)
19+
actionview (= 8.0.4)
20+
activejob (= 8.0.4)
21+
activesupport (= 8.0.4)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.3)
25-
actionview (= 8.0.3)
26-
activesupport (= 8.0.3)
24+
actionpack (8.0.4)
25+
actionview (= 8.0.4)
26+
activesupport (= 8.0.4)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.3)
35-
actionpack (= 8.0.3)
36-
activerecord (= 8.0.3)
37-
activestorage (= 8.0.3)
38-
activesupport (= 8.0.3)
34+
actiontext (8.0.4)
35+
actionpack (= 8.0.4)
36+
activerecord (= 8.0.4)
37+
activestorage (= 8.0.4)
38+
activesupport (= 8.0.4)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
41+
actionview (8.0.4)
42+
activesupport (= 8.0.4)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.3)
48-
activesupport (= 8.0.3)
47+
activejob (8.0.4)
48+
activesupport (= 8.0.4)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.3)
51-
activesupport (= 8.0.3)
52-
activerecord (8.0.3)
53-
activemodel (= 8.0.3)
54-
activesupport (= 8.0.3)
50+
activemodel (8.0.4)
51+
activesupport (= 8.0.4)
52+
activerecord (8.0.4)
53+
activemodel (= 8.0.4)
54+
activesupport (= 8.0.4)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.3)
57-
actionpack (= 8.0.3)
58-
activejob (= 8.0.3)
59-
activerecord (= 8.0.3)
60-
activesupport (= 8.0.3)
56+
activestorage (8.0.4)
57+
actionpack (= 8.0.4)
58+
activejob (= 8.0.4)
59+
activerecord (= 8.0.4)
60+
activesupport (= 8.0.4)
6161
marcel (~> 1.0)
62-
activesupport (8.0.3)
62+
activesupport (8.0.4)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -72,23 +72,23 @@ PATH
7272
securerandom (>= 0.3)
7373
tzinfo (~> 2.0, >= 2.0.5)
7474
uri (>= 0.13.1)
75-
rails (8.0.3)
76-
actioncable (= 8.0.3)
77-
actionmailbox (= 8.0.3)
78-
actionmailer (= 8.0.3)
79-
actionpack (= 8.0.3)
80-
actiontext (= 8.0.3)
81-
actionview (= 8.0.3)
82-
activejob (= 8.0.3)
83-
activemodel (= 8.0.3)
84-
activerecord (= 8.0.3)
85-
activestorage (= 8.0.3)
86-
activesupport (= 8.0.3)
75+
rails (8.0.4)
76+
actioncable (= 8.0.4)
77+
actionmailbox (= 8.0.4)
78+
actionmailer (= 8.0.4)
79+
actionpack (= 8.0.4)
80+
actiontext (= 8.0.4)
81+
actionview (= 8.0.4)
82+
activejob (= 8.0.4)
83+
activemodel (= 8.0.4)
84+
activerecord (= 8.0.4)
85+
activestorage (= 8.0.4)
86+
activesupport (= 8.0.4)
8787
bundler (>= 1.15.0)
88-
railties (= 8.0.3)
89-
railties (8.0.3)
90-
actionpack (= 8.0.3)
91-
activesupport (= 8.0.3)
88+
railties (= 8.0.4)
89+
railties (8.0.4)
90+
actionpack (= 8.0.4)
91+
activesupport (= 8.0.4)
9292
irb (~> 1.13)
9393
rackup (>= 1.0.0)
9494
rake (>= 12.2)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.3
1+
8.0.4

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 8.0.4 (October 28, 2025) ##
2+
3+
* No changes.
4+
5+
16
## Rails 8.0.3 (September 22, 2025) ##
27

38
* Fixed compatibility with `redis` gem `5.4.1`

actioncable/lib/action_cable/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def self.gem_version
1111
module VERSION
1212
MAJOR = 8
1313
MINOR = 0
14-
TINY = 3
14+
TINY = 4
1515
PRE = nil
1616

1717
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")

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": "8.0.300",
3+
"version": "8.0.400",
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 8.0.4 (October 28, 2025) ##
2+
3+
* No changes.
4+
5+
16
## Rails 8.0.3 (September 22, 2025) ##
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
@@ -9,7 +9,7 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 8
1111
MINOR = 0
12-
TINY = 3
12+
TINY = 4
1313
PRE = nil
1414

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

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 8.0.4 (October 28, 2025) ##
2+
3+
* No changes.
4+
5+
16
## Rails 8.0.3 (September 22, 2025) ##
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
@@ -9,7 +9,7 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 8
1111
MINOR = 0
12-
TINY = 3
12+
TINY = 4
1313
PRE = nil
1414

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

actionpack/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 8.0.4 (October 28, 2025) ##
2+
13
* Submit test requests using `as: :html` with `Content-Type: x-www-form-urlencoded`
24

35
*Sean Doyle*

0 commit comments

Comments
 (0)