Skip to content

Commit bb2bdef

Browse files
committed
Preparing for 7.2.3 release
1 parent fd7d30e commit bb2bdef

31 files changed

Lines changed: 1608 additions & 825 deletions

File tree

Gemfile.lock

Lines changed: 54 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,29 @@ GIT
1010
PATH
1111
remote: .
1212
specs:
13-
actioncable (7.2.2.2)
14-
actionpack (= 7.2.2.2)
15-
activesupport (= 7.2.2.2)
13+
actioncable (7.2.3)
14+
actionpack (= 7.2.3)
15+
activesupport (= 7.2.3)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.2.2.2)
20-
actionpack (= 7.2.2.2)
21-
activejob (= 7.2.2.2)
22-
activerecord (= 7.2.2.2)
23-
activestorage (= 7.2.2.2)
24-
activesupport (= 7.2.2.2)
19+
actionmailbox (7.2.3)
20+
actionpack (= 7.2.3)
21+
activejob (= 7.2.3)
22+
activerecord (= 7.2.3)
23+
activestorage (= 7.2.3)
24+
activesupport (= 7.2.3)
2525
mail (>= 2.8.0)
26-
actionmailer (7.2.2.2)
27-
actionpack (= 7.2.2.2)
28-
actionview (= 7.2.2.2)
29-
activejob (= 7.2.2.2)
30-
activesupport (= 7.2.2.2)
26+
actionmailer (7.2.3)
27+
actionpack (= 7.2.3)
28+
actionview (= 7.2.3)
29+
activejob (= 7.2.3)
30+
activesupport (= 7.2.3)
3131
mail (>= 2.8.0)
3232
rails-dom-testing (~> 2.2)
33-
actionpack (7.2.2.2)
34-
actionview (= 7.2.2.2)
35-
activesupport (= 7.2.2.2)
33+
actionpack (7.2.3)
34+
actionview (= 7.2.3)
35+
activesupport (= 7.2.3)
3636
cgi
3737
nokogiri (>= 1.8.5)
3838
racc
@@ -42,36 +42,36 @@ PATH
4242
rails-dom-testing (~> 2.2)
4343
rails-html-sanitizer (~> 1.6)
4444
useragent (~> 0.16)
45-
actiontext (7.2.2.2)
46-
actionpack (= 7.2.2.2)
47-
activerecord (= 7.2.2.2)
48-
activestorage (= 7.2.2.2)
49-
activesupport (= 7.2.2.2)
45+
actiontext (7.2.3)
46+
actionpack (= 7.2.3)
47+
activerecord (= 7.2.3)
48+
activestorage (= 7.2.3)
49+
activesupport (= 7.2.3)
5050
globalid (>= 0.6.0)
5151
nokogiri (>= 1.8.5)
52-
actionview (7.2.2.2)
53-
activesupport (= 7.2.2.2)
52+
actionview (7.2.3)
53+
activesupport (= 7.2.3)
5454
builder (~> 3.1)
5555
cgi
5656
erubi (~> 1.11)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
59-
activejob (7.2.2.2)
60-
activesupport (= 7.2.2.2)
59+
activejob (7.2.3)
60+
activesupport (= 7.2.3)
6161
globalid (>= 0.3.6)
62-
activemodel (7.2.2.2)
63-
activesupport (= 7.2.2.2)
64-
activerecord (7.2.2.2)
65-
activemodel (= 7.2.2.2)
66-
activesupport (= 7.2.2.2)
62+
activemodel (7.2.3)
63+
activesupport (= 7.2.3)
64+
activerecord (7.2.3)
65+
activemodel (= 7.2.3)
66+
activesupport (= 7.2.3)
6767
timeout (>= 0.4.0)
68-
activestorage (7.2.2.2)
69-
actionpack (= 7.2.2.2)
70-
activejob (= 7.2.2.2)
71-
activerecord (= 7.2.2.2)
72-
activesupport (= 7.2.2.2)
68+
activestorage (7.2.3)
69+
actionpack (= 7.2.3)
70+
activejob (= 7.2.3)
71+
activerecord (= 7.2.3)
72+
activesupport (= 7.2.3)
7373
marcel (~> 1.0)
74-
activesupport (7.2.2.2)
74+
activesupport (7.2.3)
7575
base64
7676
benchmark (>= 0.3)
7777
bigdecimal
@@ -83,23 +83,23 @@ PATH
8383
minitest (>= 5.1)
8484
securerandom (>= 0.3)
8585
tzinfo (~> 2.0, >= 2.0.5)
86-
rails (7.2.2.2)
87-
actioncable (= 7.2.2.2)
88-
actionmailbox (= 7.2.2.2)
89-
actionmailer (= 7.2.2.2)
90-
actionpack (= 7.2.2.2)
91-
actiontext (= 7.2.2.2)
92-
actionview (= 7.2.2.2)
93-
activejob (= 7.2.2.2)
94-
activemodel (= 7.2.2.2)
95-
activerecord (= 7.2.2.2)
96-
activestorage (= 7.2.2.2)
97-
activesupport (= 7.2.2.2)
86+
rails (7.2.3)
87+
actioncable (= 7.2.3)
88+
actionmailbox (= 7.2.3)
89+
actionmailer (= 7.2.3)
90+
actionpack (= 7.2.3)
91+
actiontext (= 7.2.3)
92+
actionview (= 7.2.3)
93+
activejob (= 7.2.3)
94+
activemodel (= 7.2.3)
95+
activerecord (= 7.2.3)
96+
activestorage (= 7.2.3)
97+
activesupport (= 7.2.3)
9898
bundler (>= 1.15.0)
99-
railties (= 7.2.2.2)
100-
railties (7.2.2.2)
101-
actionpack (= 7.2.2.2)
102-
activesupport (= 7.2.2.2)
99+
railties (= 7.2.3)
100+
railties (7.2.3)
101+
actionpack (= 7.2.3)
102+
activesupport (= 7.2.3)
103103
cgi
104104
irb (~> 1.13)
105105
rackup (>= 1.0.0)
@@ -383,8 +383,7 @@ GEM
383383
mustermann (3.0.4)
384384
ruby2_keywords (~> 0.0.1)
385385
mutex_m (0.3.0)
386-
mysql2 (0.5.7)
387-
bigdecimal
386+
mysql2 (0.5.6)
388387
net-http-persistent (4.0.6)
389388
connection_pool (~> 2.2, >= 2.2.4)
390389
net-imap (0.5.10)
@@ -634,7 +633,6 @@ GEM
634633
unicode-display_width (3.2.0)
635634
unicode-emoji (~> 4.1)
636635
unicode-emoji (4.1.0)
637-
uri (1.0.3)
638636
useragent (0.16.11)
639637
w3c_validators (1.3.7)
640638
json (>= 1.8)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.2.2
1+
7.2.3

actioncable/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.2.3 (October 28, 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 = 7
1313
MINOR = 2
14-
TINY = 2
15-
PRE = "2"
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": "7.2.202",
3+
"version": "7.2.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 7.2.3 (October 28, 2025) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2.2 (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 = 7
1111
MINOR = 2
12-
TINY = 2
13-
PRE = "2"
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 7.2.3 (October 28, 2025) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2.2 (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 = 7
1111
MINOR = 2
12-
TINY = 2
13-
PRE = "2"
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 7.2.3 (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)