Skip to content

Commit 529f933

Browse files
committed
Preparing for 8.0.3 release
1 parent 6409b24 commit 529f933

File tree

31 files changed

+460
-1058
lines changed

31 files changed

+460
-1058
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.2.1)
5-
actionpack (= 8.0.2.1)
6-
activesupport (= 8.0.2.1)
4+
actioncable (8.0.3)
5+
actionpack (= 8.0.3)
6+
activesupport (= 8.0.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2.1)
11-
actionpack (= 8.0.2.1)
12-
activejob (= 8.0.2.1)
13-
activerecord (= 8.0.2.1)
14-
activestorage (= 8.0.2.1)
15-
activesupport (= 8.0.2.1)
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)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.2.1)
18-
actionpack (= 8.0.2.1)
19-
actionview (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
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)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2.1)
25-
actionview (= 8.0.2.1)
26-
activesupport (= 8.0.2.1)
24+
actionpack (8.0.3)
25+
actionview (= 8.0.3)
26+
activesupport (= 8.0.3)
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.2.1)
35-
actionpack (= 8.0.2.1)
36-
activerecord (= 8.0.2.1)
37-
activestorage (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
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)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.2.1)
42-
activesupport (= 8.0.2.1)
41+
actionview (8.0.3)
42+
activesupport (= 8.0.3)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2.1)
48-
activesupport (= 8.0.2.1)
47+
activejob (8.0.3)
48+
activesupport (= 8.0.3)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.2.1)
51-
activesupport (= 8.0.2.1)
52-
activerecord (8.0.2.1)
53-
activemodel (= 8.0.2.1)
54-
activesupport (= 8.0.2.1)
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)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.2.1)
57-
actionpack (= 8.0.2.1)
58-
activejob (= 8.0.2.1)
59-
activerecord (= 8.0.2.1)
60-
activesupport (= 8.0.2.1)
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)
6161
marcel (~> 1.0)
62-
activesupport (8.0.2.1)
62+
activesupport (8.0.3)
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.2.1)
76-
actioncable (= 8.0.2.1)
77-
actionmailbox (= 8.0.2.1)
78-
actionmailer (= 8.0.2.1)
79-
actionpack (= 8.0.2.1)
80-
actiontext (= 8.0.2.1)
81-
actionview (= 8.0.2.1)
82-
activejob (= 8.0.2.1)
83-
activemodel (= 8.0.2.1)
84-
activerecord (= 8.0.2.1)
85-
activestorage (= 8.0.2.1)
86-
activesupport (= 8.0.2.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)
8787
bundler (>= 1.15.0)
88-
railties (= 8.0.2.1)
89-
railties (8.0.2.1)
90-
actionpack (= 8.0.2.1)
91-
activesupport (= 8.0.2.1)
88+
railties (= 8.0.3)
89+
railties (8.0.3)
90+
actionpack (= 8.0.3)
91+
activesupport (= 8.0.3)
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.2.1
1+
8.0.3

actioncable/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 8.0.3 (September 22, 2025) ##
2+
13
* Fixed compatibility with `redis` gem `5.4.1`
24

35
*Jean Boussier*

actioncable/lib/action_cable/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ def self.gem_version
1111
module VERSION
1212
MAJOR = 8
1313
MINOR = 0
14-
TINY = 2
15-
PRE = "1"
14+
TINY = 3
15+
PRE = nil
1616

1717
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1818
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": "8.0.201",
3+
"version": "8.0.300",
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.3 (September 22, 2025) ##
2+
3+
* No changes.
4+
5+
16
## Rails 8.0.2.1 (August 13, 2025) ##
27

38
* No changes.

actionmailbox/lib/action_mailbox/gem_version.rb

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

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ def self.gem_version
99
module VERSION
1010
MAJOR = 8
1111
MINOR = 0
12-
TINY = 2
13-
PRE = "1"
12+
TINY = 3
13+
PRE = nil
1414

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

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.3 (September 22, 2025) ##
2+
13
* URL helpers for engines mounted at the application root handle `SCRIPT_NAME` correctly.
24

35
Fixed an issue where `SCRIPT_NAME` is not applied to paths generated for routes in an engine

0 commit comments

Comments
 (0)