Skip to content

Commit 8340f8f

Browse files
committed
Preparing for 7.1.0.rc2 release
1 parent 10aabd5 commit 8340f8f

File tree

33 files changed

+129
-76
lines changed

33 files changed

+129
-76
lines changed

Gemfile.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -20,70 +20,70 @@ GIT
2020
PATH
2121
remote: .
2222
specs:
23-
actioncable (7.1.0.rc1)
24-
actionpack (= 7.1.0.rc1)
25-
activesupport (= 7.1.0.rc1)
23+
actioncable (7.1.0.rc2)
24+
actionpack (= 7.1.0.rc2)
25+
activesupport (= 7.1.0.rc2)
2626
nio4r (~> 2.0)
2727
websocket-driver (>= 0.6.1)
2828
zeitwerk (~> 2.6)
29-
actionmailbox (7.1.0.rc1)
30-
actionpack (= 7.1.0.rc1)
31-
activejob (= 7.1.0.rc1)
32-
activerecord (= 7.1.0.rc1)
33-
activestorage (= 7.1.0.rc1)
34-
activesupport (= 7.1.0.rc1)
29+
actionmailbox (7.1.0.rc2)
30+
actionpack (= 7.1.0.rc2)
31+
activejob (= 7.1.0.rc2)
32+
activerecord (= 7.1.0.rc2)
33+
activestorage (= 7.1.0.rc2)
34+
activesupport (= 7.1.0.rc2)
3535
mail (>= 2.7.1)
3636
net-imap
3737
net-pop
3838
net-smtp
39-
actionmailer (7.1.0.rc1)
40-
actionpack (= 7.1.0.rc1)
41-
actionview (= 7.1.0.rc1)
42-
activejob (= 7.1.0.rc1)
43-
activesupport (= 7.1.0.rc1)
39+
actionmailer (7.1.0.rc2)
40+
actionpack (= 7.1.0.rc2)
41+
actionview (= 7.1.0.rc2)
42+
activejob (= 7.1.0.rc2)
43+
activesupport (= 7.1.0.rc2)
4444
mail (~> 2.5, >= 2.5.4)
4545
net-imap
4646
net-pop
4747
net-smtp
4848
rails-dom-testing (~> 2.2)
49-
actionpack (7.1.0.rc1)
50-
actionview (= 7.1.0.rc1)
51-
activesupport (= 7.1.0.rc1)
49+
actionpack (7.1.0.rc2)
50+
actionview (= 7.1.0.rc2)
51+
activesupport (= 7.1.0.rc2)
5252
nokogiri (>= 1.8.5)
5353
rack (>= 2.2.4)
5454
rack-session (>= 1.0.1)
5555
rack-test (>= 0.6.3)
5656
rails-dom-testing (~> 2.2)
5757
rails-html-sanitizer (~> 1.6)
58-
actiontext (7.1.0.rc1)
59-
actionpack (= 7.1.0.rc1)
60-
activerecord (= 7.1.0.rc1)
61-
activestorage (= 7.1.0.rc1)
62-
activesupport (= 7.1.0.rc1)
58+
actiontext (7.1.0.rc2)
59+
actionpack (= 7.1.0.rc2)
60+
activerecord (= 7.1.0.rc2)
61+
activestorage (= 7.1.0.rc2)
62+
activesupport (= 7.1.0.rc2)
6363
globalid (>= 0.6.0)
6464
nokogiri (>= 1.8.5)
65-
actionview (7.1.0.rc1)
66-
activesupport (= 7.1.0.rc1)
65+
actionview (7.1.0.rc2)
66+
activesupport (= 7.1.0.rc2)
6767
builder (~> 3.1)
6868
erubi (~> 1.11)
6969
rails-dom-testing (~> 2.2)
7070
rails-html-sanitizer (~> 1.6)
71-
activejob (7.1.0.rc1)
72-
activesupport (= 7.1.0.rc1)
71+
activejob (7.1.0.rc2)
72+
activesupport (= 7.1.0.rc2)
7373
globalid (>= 0.3.6)
74-
activemodel (7.1.0.rc1)
75-
activesupport (= 7.1.0.rc1)
76-
activerecord (7.1.0.rc1)
77-
activemodel (= 7.1.0.rc1)
78-
activesupport (= 7.1.0.rc1)
74+
activemodel (7.1.0.rc2)
75+
activesupport (= 7.1.0.rc2)
76+
activerecord (7.1.0.rc2)
77+
activemodel (= 7.1.0.rc2)
78+
activesupport (= 7.1.0.rc2)
7979
timeout (>= 0.4.0)
80-
activestorage (7.1.0.rc1)
81-
actionpack (= 7.1.0.rc1)
82-
activejob (= 7.1.0.rc1)
83-
activerecord (= 7.1.0.rc1)
84-
activesupport (= 7.1.0.rc1)
80+
activestorage (7.1.0.rc2)
81+
actionpack (= 7.1.0.rc2)
82+
activejob (= 7.1.0.rc2)
83+
activerecord (= 7.1.0.rc2)
84+
activesupport (= 7.1.0.rc2)
8585
marcel (~> 1.0)
86-
activesupport (7.1.0.rc1)
86+
activesupport (7.1.0.rc2)
8787
base64
8888
bigdecimal
8989
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -93,23 +93,23 @@ PATH
9393
minitest (>= 5.1)
9494
mutex_m
9595
tzinfo (~> 2.0)
96-
rails (7.1.0.rc1)
97-
actioncable (= 7.1.0.rc1)
98-
actionmailbox (= 7.1.0.rc1)
99-
actionmailer (= 7.1.0.rc1)
100-
actionpack (= 7.1.0.rc1)
101-
actiontext (= 7.1.0.rc1)
102-
actionview (= 7.1.0.rc1)
103-
activejob (= 7.1.0.rc1)
104-
activemodel (= 7.1.0.rc1)
105-
activerecord (= 7.1.0.rc1)
106-
activestorage (= 7.1.0.rc1)
107-
activesupport (= 7.1.0.rc1)
96+
rails (7.1.0.rc2)
97+
actioncable (= 7.1.0.rc2)
98+
actionmailbox (= 7.1.0.rc2)
99+
actionmailer (= 7.1.0.rc2)
100+
actionpack (= 7.1.0.rc2)
101+
actiontext (= 7.1.0.rc2)
102+
actionview (= 7.1.0.rc2)
103+
activejob (= 7.1.0.rc2)
104+
activemodel (= 7.1.0.rc2)
105+
activerecord (= 7.1.0.rc2)
106+
activestorage (= 7.1.0.rc2)
107+
activesupport (= 7.1.0.rc2)
108108
bundler (>= 1.15.0)
109-
railties (= 7.1.0.rc1)
110-
railties (7.1.0.rc1)
111-
actionpack (= 7.1.0.rc1)
112-
activesupport (= 7.1.0.rc1)
109+
railties (= 7.1.0.rc2)
110+
railties (7.1.0.rc2)
111+
actionpack (= 7.1.0.rc2)
112+
activesupport (= 7.1.0.rc2)
113113
irb
114114
rackup (>= 1.0.0)
115115
rake (>= 12.2)
@@ -556,7 +556,7 @@ GEM
556556
websocket-extensions (0.1.5)
557557
xpath (3.2.0)
558558
nokogiri (~> 1.8)
559-
zeitwerk (2.6.11)
559+
zeitwerk (2.6.12)
560560

561561
PLATFORMS
562562
ruby

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.0.rc1
1+
7.1.0.rc2

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.1.0.rc2 (October 01, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.1.0.rc1 (September 27, 2023) ##
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
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 7
1111
MINOR = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
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.1.0-rc1",
3+
"version": "7.1.0-rc2",
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.1.0.rc2 (October 01, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.1.0.rc1 (September 27, 2023) ##
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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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.1.0.rc2 (October 01, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.1.0.rc1 (September 27, 2023) ##
27

38
* Introduce `ActionMailer::FormBuilder`

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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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.1.0.rc2 (October 01, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.1.0.rc1 (September 27, 2023) ##
27

38
* Add support for `#deep_merge` and `#deep_merge!` to

actionpack/lib/action_pack/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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
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.1.0.rc2 (October 01, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.1.0.rc1 (September 27, 2023) ##
27

38
* No changes.

actiontext/lib/action_text/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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
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.1.0-rc1",
3+
"version": "7.1.0-rc2",
44
"description": "Edit and display rich text in Rails applications",
55
"main": "app/assets/javascripts/actiontext.js",
66
"type": "module",

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 7.1.0.rc2 (October 01, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.1.0.rc1 (September 27, 2023) ##
27

38
* Introduce `ActionView::TestCase.register_parser`

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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
1414

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

actionview/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rails/ujs",
3-
"version": "7.1.0-rc1",
3+
"version": "7.1.0-rc2",
44
"description": "Ruby on Rails unobtrusive scripting adapter",
55
"main": "app/assets/javascripts/rails-ujs.js",
66
"module": "app/assets/javascripts/rails-ujs.esm.js",

activejob/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.1.0.rc2 (October 01, 2023) ##
2+
13
* Make sure `scheduled_at` is a Time object when asserting enqueued jobs.
24

35
*Rafael Mendonça França*

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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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.1.0.rc2 (October 01, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.1.0.rc1 (September 27, 2023) ##
27

38
* Remove change in the typography of user facing error messages.

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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
1414

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

activerecord/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.1.0.rc2 (October 01, 2023) ##
2+
13
* Remove -shm and -wal SQLite files when `rails db:drop` is run.
24

35
*Niklas Häusele*

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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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.1.0.rc2 (October 01, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.1.0.rc1 (September 27, 2023) ##
27

38
* Add `expires_at` option to `ActiveStorage::Blob#signed_id`.

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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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.1.0-rc1",
3+
"version": "7.1.0-rc2",
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.1.0.rc2 (October 01, 2023) ##
2+
13
* Fix `AS::MessagePack` with `ENV["RAILS_MAX_THREADS"]`.
24

35
*Jonathan Hefner*

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 = 1
1212
TINY = 0
13-
PRE = "rc1"
13+
PRE = "rc2"
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.1.0.rc2 (October 01, 2023) ##
2+
3+
* No changes.
4+
5+
16
## Rails 7.1.0.rc1 (September 27, 2023) ##
27

38
* No changes.

railties/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 7.1.0.rc2 (October 01, 2023) ##
2+
13
* Always set the Rails logger to be an instance of `ActiveSupport::BroadcastLogger`.
24

35
*Edouard Chin*

0 commit comments

Comments
 (0)