Skip to content

Commit 7750d64

Browse files
committed
Preparing for 7.2.1.2 release
1 parent c8ff417 commit 7750d64

File tree

31 files changed

+162
-100
lines changed

31 files changed

+162
-100
lines changed

Gemfile.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@ GIT
1919
PATH
2020
remote: .
2121
specs:
22-
actioncable (7.2.1.1)
23-
actionpack (= 7.2.1.1)
24-
activesupport (= 7.2.1.1)
22+
actioncable (7.2.1.2)
23+
actionpack (= 7.2.1.2)
24+
activesupport (= 7.2.1.2)
2525
nio4r (~> 2.0)
2626
websocket-driver (>= 0.6.1)
2727
zeitwerk (~> 2.6)
28-
actionmailbox (7.2.1.1)
29-
actionpack (= 7.2.1.1)
30-
activejob (= 7.2.1.1)
31-
activerecord (= 7.2.1.1)
32-
activestorage (= 7.2.1.1)
33-
activesupport (= 7.2.1.1)
28+
actionmailbox (7.2.1.2)
29+
actionpack (= 7.2.1.2)
30+
activejob (= 7.2.1.2)
31+
activerecord (= 7.2.1.2)
32+
activestorage (= 7.2.1.2)
33+
activesupport (= 7.2.1.2)
3434
mail (>= 2.8.0)
35-
actionmailer (7.2.1.1)
36-
actionpack (= 7.2.1.1)
37-
actionview (= 7.2.1.1)
38-
activejob (= 7.2.1.1)
39-
activesupport (= 7.2.1.1)
35+
actionmailer (7.2.1.2)
36+
actionpack (= 7.2.1.2)
37+
actionview (= 7.2.1.2)
38+
activejob (= 7.2.1.2)
39+
activesupport (= 7.2.1.2)
4040
mail (>= 2.8.0)
4141
rails-dom-testing (~> 2.2)
42-
actionpack (7.2.1.1)
43-
actionview (= 7.2.1.1)
44-
activesupport (= 7.2.1.1)
42+
actionpack (7.2.1.2)
43+
actionview (= 7.2.1.2)
44+
activesupport (= 7.2.1.2)
4545
nokogiri (>= 1.8.5)
4646
racc
4747
rack (>= 2.2.4, < 3.2)
@@ -50,35 +50,35 @@ PATH
5050
rails-dom-testing (~> 2.2)
5151
rails-html-sanitizer (~> 1.6)
5252
useragent (~> 0.16)
53-
actiontext (7.2.1.1)
54-
actionpack (= 7.2.1.1)
55-
activerecord (= 7.2.1.1)
56-
activestorage (= 7.2.1.1)
57-
activesupport (= 7.2.1.1)
53+
actiontext (7.2.1.2)
54+
actionpack (= 7.2.1.2)
55+
activerecord (= 7.2.1.2)
56+
activestorage (= 7.2.1.2)
57+
activesupport (= 7.2.1.2)
5858
globalid (>= 0.6.0)
5959
nokogiri (>= 1.8.5)
60-
actionview (7.2.1.1)
61-
activesupport (= 7.2.1.1)
60+
actionview (7.2.1.2)
61+
activesupport (= 7.2.1.2)
6262
builder (~> 3.1)
6363
erubi (~> 1.11)
6464
rails-dom-testing (~> 2.2)
6565
rails-html-sanitizer (~> 1.6)
66-
activejob (7.2.1.1)
67-
activesupport (= 7.2.1.1)
66+
activejob (7.2.1.2)
67+
activesupport (= 7.2.1.2)
6868
globalid (>= 0.3.6)
69-
activemodel (7.2.1.1)
70-
activesupport (= 7.2.1.1)
71-
activerecord (7.2.1.1)
72-
activemodel (= 7.2.1.1)
73-
activesupport (= 7.2.1.1)
69+
activemodel (7.2.1.2)
70+
activesupport (= 7.2.1.2)
71+
activerecord (7.2.1.2)
72+
activemodel (= 7.2.1.2)
73+
activesupport (= 7.2.1.2)
7474
timeout (>= 0.4.0)
75-
activestorage (7.2.1.1)
76-
actionpack (= 7.2.1.1)
77-
activejob (= 7.2.1.1)
78-
activerecord (= 7.2.1.1)
79-
activesupport (= 7.2.1.1)
75+
activestorage (7.2.1.2)
76+
actionpack (= 7.2.1.2)
77+
activejob (= 7.2.1.2)
78+
activerecord (= 7.2.1.2)
79+
activesupport (= 7.2.1.2)
8080
marcel (~> 1.0)
81-
activesupport (7.2.1.1)
81+
activesupport (7.2.1.2)
8282
base64
8383
bigdecimal
8484
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -89,23 +89,23 @@ PATH
8989
minitest (>= 5.1)
9090
securerandom (>= 0.3)
9191
tzinfo (~> 2.0, >= 2.0.5)
92-
rails (7.2.1.1)
93-
actioncable (= 7.2.1.1)
94-
actionmailbox (= 7.2.1.1)
95-
actionmailer (= 7.2.1.1)
96-
actionpack (= 7.2.1.1)
97-
actiontext (= 7.2.1.1)
98-
actionview (= 7.2.1.1)
99-
activejob (= 7.2.1.1)
100-
activemodel (= 7.2.1.1)
101-
activerecord (= 7.2.1.1)
102-
activestorage (= 7.2.1.1)
103-
activesupport (= 7.2.1.1)
92+
rails (7.2.1.2)
93+
actioncable (= 7.2.1.2)
94+
actionmailbox (= 7.2.1.2)
95+
actionmailer (= 7.2.1.2)
96+
actionpack (= 7.2.1.2)
97+
actiontext (= 7.2.1.2)
98+
actionview (= 7.2.1.2)
99+
activejob (= 7.2.1.2)
100+
activemodel (= 7.2.1.2)
101+
activerecord (= 7.2.1.2)
102+
activestorage (= 7.2.1.2)
103+
activesupport (= 7.2.1.2)
104104
bundler (>= 1.15.0)
105-
railties (= 7.2.1.1)
106-
railties (7.2.1.1)
107-
actionpack (= 7.2.1.1)
108-
activesupport (= 7.2.1.1)
105+
railties (= 7.2.1.2)
106+
railties (7.2.1.2)
107+
actionpack (= 7.2.1.2)
108+
activesupport (= 7.2.1.2)
109109
irb (~> 1.13)
110110
rackup (>= 1.0.0)
111111
rake (>= 12.2)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.1.1
1+
7.2.1.2

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
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
@@ -12,7 +12,7 @@ module VERSION
1212
MAJOR = 7
1313
MINOR = 2
1414
TINY = 1
15-
PRE = "1"
15+
PRE = "2"
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.101",
3+
"version": "7.2.102",
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.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
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 = 2
1212
TINY = 1
13-
PRE = "1"
13+
PRE = "2"
1414

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

actionmailer/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
13
* Fix NoMethodError in `block_format` helper
24

35
*Michael Leimstaedtner*

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 = 2
1212
TINY = 1
13-
PRE = "1"
13+
PRE = "2"
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.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* Avoid regex backtracking in HTTP Token authentication

actionpack/lib/action_pack/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module VERSION
1212
MAJOR = 7
1313
MINOR = 2
1414
TINY = 1
15-
PRE = "1"
15+
PRE = "2"
1616

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

actiontext/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* Avoid backtracing in plain_text_for_blockquote_node

actiontext/lib/action_text/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module VERSION
1212
MAJOR = 7
1313
MINOR = 2
1414
TINY = 1
15-
PRE = "1"
15+
PRE = "2"
1616

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

actiontext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/actiontext",
3-
"version": "7.2.101",
3+
"version": "7.2.102",
44
"description": "Edit and display rich text in Rails applications",
55
"module": "app/assets/javascripts/actiontext.esm.js",
66
"main": "app/assets/javascripts/actiontext.js",

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* No changes.

actionview/lib/action_view/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 = 2
1212
TINY = 1
13-
PRE = "1"
13+
PRE = "2"
1414

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

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* No changes.

activejob/lib/active_job/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 = 2
1212
TINY = 1
13-
PRE = "1"
13+
PRE = "2"
1414

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

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* No changes.

activemodel/lib/active_model/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 = 2
1212
TINY = 1
13-
PRE = "1"
13+
PRE = "2"
1414

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

activerecord/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* No changes.

activerecord/lib/active_record/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 = 2
1212
TINY = 1
13-
PRE = "1"
13+
PRE = "2"
1414

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

activestorage/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* No changes.

activestorage/lib/active_storage/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 = 2
1212
TINY = 1
13-
PRE = "1"
13+
PRE = "2"
1414

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

activestorage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/activestorage",
3-
"version": "7.2.101",
3+
"version": "7.2.102",
44
"description": "Attach cloud and local files in Rails applications",
55
"module": "app/assets/javascripts/activestorage.esm.js",
66
"main": "app/assets/javascripts/activestorage.js",

activesupport/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* No changes.

activesupport/lib/active_support/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 = 2
1212
TINY = 1
13-
PRE = "1"
13+
PRE = "2"
1414

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

guides/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* No changes.

railties/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.2.1.2 (October 23, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.1.1 (October 15, 2024) ##
27

38
* No changes.

railties/lib/rails/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 = 2
1212
TINY = 1
13-
PRE = "1"
13+
PRE = "2"
1414

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

0 commit comments

Comments
 (0)