Skip to content

Commit 33beb0a

Browse files
committed
Preparing for 7.2.2.1 release
1 parent d4b2a61 commit 33beb0a

File tree

31 files changed

+148
-75
lines changed

31 files changed

+148
-75
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.2)
23-
actionpack (= 7.2.2)
24-
activesupport (= 7.2.2)
22+
actioncable (7.2.2.1)
23+
actionpack (= 7.2.2.1)
24+
activesupport (= 7.2.2.1)
2525
nio4r (~> 2.0)
2626
websocket-driver (>= 0.6.1)
2727
zeitwerk (~> 2.6)
28-
actionmailbox (7.2.2)
29-
actionpack (= 7.2.2)
30-
activejob (= 7.2.2)
31-
activerecord (= 7.2.2)
32-
activestorage (= 7.2.2)
33-
activesupport (= 7.2.2)
28+
actionmailbox (7.2.2.1)
29+
actionpack (= 7.2.2.1)
30+
activejob (= 7.2.2.1)
31+
activerecord (= 7.2.2.1)
32+
activestorage (= 7.2.2.1)
33+
activesupport (= 7.2.2.1)
3434
mail (>= 2.8.0)
35-
actionmailer (7.2.2)
36-
actionpack (= 7.2.2)
37-
actionview (= 7.2.2)
38-
activejob (= 7.2.2)
39-
activesupport (= 7.2.2)
35+
actionmailer (7.2.2.1)
36+
actionpack (= 7.2.2.1)
37+
actionview (= 7.2.2.1)
38+
activejob (= 7.2.2.1)
39+
activesupport (= 7.2.2.1)
4040
mail (>= 2.8.0)
4141
rails-dom-testing (~> 2.2)
42-
actionpack (7.2.2)
43-
actionview (= 7.2.2)
44-
activesupport (= 7.2.2)
42+
actionpack (7.2.2.1)
43+
actionview (= 7.2.2.1)
44+
activesupport (= 7.2.2.1)
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.2)
54-
actionpack (= 7.2.2)
55-
activerecord (= 7.2.2)
56-
activestorage (= 7.2.2)
57-
activesupport (= 7.2.2)
53+
actiontext (7.2.2.1)
54+
actionpack (= 7.2.2.1)
55+
activerecord (= 7.2.2.1)
56+
activestorage (= 7.2.2.1)
57+
activesupport (= 7.2.2.1)
5858
globalid (>= 0.6.0)
5959
nokogiri (>= 1.8.5)
60-
actionview (7.2.2)
61-
activesupport (= 7.2.2)
60+
actionview (7.2.2.1)
61+
activesupport (= 7.2.2.1)
6262
builder (~> 3.1)
6363
erubi (~> 1.11)
6464
rails-dom-testing (~> 2.2)
6565
rails-html-sanitizer (~> 1.6)
66-
activejob (7.2.2)
67-
activesupport (= 7.2.2)
66+
activejob (7.2.2.1)
67+
activesupport (= 7.2.2.1)
6868
globalid (>= 0.3.6)
69-
activemodel (7.2.2)
70-
activesupport (= 7.2.2)
71-
activerecord (7.2.2)
72-
activemodel (= 7.2.2)
73-
activesupport (= 7.2.2)
69+
activemodel (7.2.2.1)
70+
activesupport (= 7.2.2.1)
71+
activerecord (7.2.2.1)
72+
activemodel (= 7.2.2.1)
73+
activesupport (= 7.2.2.1)
7474
timeout (>= 0.4.0)
75-
activestorage (7.2.2)
76-
actionpack (= 7.2.2)
77-
activejob (= 7.2.2)
78-
activerecord (= 7.2.2)
79-
activesupport (= 7.2.2)
75+
activestorage (7.2.2.1)
76+
actionpack (= 7.2.2.1)
77+
activejob (= 7.2.2.1)
78+
activerecord (= 7.2.2.1)
79+
activesupport (= 7.2.2.1)
8080
marcel (~> 1.0)
81-
activesupport (7.2.2)
81+
activesupport (7.2.2.1)
8282
base64
8383
benchmark (>= 0.3)
8484
bigdecimal
@@ -90,23 +90,23 @@ PATH
9090
minitest (>= 5.1)
9191
securerandom (>= 0.3)
9292
tzinfo (~> 2.0, >= 2.0.5)
93-
rails (7.2.2)
94-
actioncable (= 7.2.2)
95-
actionmailbox (= 7.2.2)
96-
actionmailer (= 7.2.2)
97-
actionpack (= 7.2.2)
98-
actiontext (= 7.2.2)
99-
actionview (= 7.2.2)
100-
activejob (= 7.2.2)
101-
activemodel (= 7.2.2)
102-
activerecord (= 7.2.2)
103-
activestorage (= 7.2.2)
104-
activesupport (= 7.2.2)
93+
rails (7.2.2.1)
94+
actioncable (= 7.2.2.1)
95+
actionmailbox (= 7.2.2.1)
96+
actionmailer (= 7.2.2.1)
97+
actionpack (= 7.2.2.1)
98+
actiontext (= 7.2.2.1)
99+
actionview (= 7.2.2.1)
100+
activejob (= 7.2.2.1)
101+
activemodel (= 7.2.2.1)
102+
activerecord (= 7.2.2.1)
103+
activestorage (= 7.2.2.1)
104+
activesupport (= 7.2.2.1)
105105
bundler (>= 1.15.0)
106-
railties (= 7.2.2)
107-
railties (7.2.2)
108-
actionpack (= 7.2.2)
109-
activesupport (= 7.2.2)
106+
railties (= 7.2.2.1)
107+
railties (7.2.2.1)
108+
actionpack (= 7.2.2.1)
109+
activesupport (= 7.2.2.1)
110110
irb (~> 1.13)
111111
rackup (>= 1.0.0)
112112
rake (>= 12.2)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.2
1+
7.2.2.1

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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 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 = 2
15-
PRE = nil
15+
PRE = "1"
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.200",
3+
"version": "7.2.201",
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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 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 = 2
13-
PRE = nil
13+
PRE = "1"
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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 2024) ##
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 = 2
1212
TINY = 2
13-
PRE = nil
13+
PRE = "1"
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.2.1 (December 10, 2024) ##
2+
13
* Add validation to content security policies to disallow spaces and semicolons.
24
Developers should use multiple arguments, and different directive methods instead.
35

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 = 2
15-
PRE = nil
15+
PRE = "1"
1616

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

actiontext/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.2.2.1 (December 10, 2024) ##
2+
13
* Update vendored trix version to 2.1.10
24

35
*John Hawthorn*

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 = 2
15-
PRE = nil
15+
PRE = "1"
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.200",
3+
"version": "7.2.201",
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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 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 = 2
13-
PRE = nil
13+
PRE = "1"
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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 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 = 2
13-
PRE = nil
13+
PRE = "1"
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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 2024) ##
27

38
* Fix regression in `alias_attribute` to work with user defined methods.

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 = 2
13-
PRE = nil
13+
PRE = "1"
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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 2024) ##
27

38
* Fix support for `query_cache: false` in `database.yml`.

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 = 2
13-
PRE = nil
13+
PRE = "1"
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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 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 = 2
13-
PRE = nil
13+
PRE = "1"
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.200",
3+
"version": "7.2.201",
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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 2024) ##
27

38
* Include options when instrumenting `ActiveSupport::Cache::Store#delete` and `ActiveSupport::Cache::Store#delete_multi`.

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 = 2
13-
PRE = nil
13+
PRE = "1"
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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 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.2.1 (December 10, 2024) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.2.2 (October 30, 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 = 2
13-
PRE = nil
13+
PRE = "1"
1414

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

0 commit comments

Comments
 (0)