Skip to content

Commit d39db5d

Browse files
committed
Preparing for 7.1.0 release
1 parent 4cc7947 commit d39db5d

File tree

33 files changed

+141
-76
lines changed

33 files changed

+141
-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.rc2)
24-
actionpack (= 7.1.0.rc2)
25-
activesupport (= 7.1.0.rc2)
23+
actioncable (7.1.0)
24+
actionpack (= 7.1.0)
25+
activesupport (= 7.1.0)
2626
nio4r (~> 2.0)
2727
websocket-driver (>= 0.6.1)
2828
zeitwerk (~> 2.6)
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)
29+
actionmailbox (7.1.0)
30+
actionpack (= 7.1.0)
31+
activejob (= 7.1.0)
32+
activerecord (= 7.1.0)
33+
activestorage (= 7.1.0)
34+
activesupport (= 7.1.0)
3535
mail (>= 2.7.1)
3636
net-imap
3737
net-pop
3838
net-smtp
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)
39+
actionmailer (7.1.0)
40+
actionpack (= 7.1.0)
41+
actionview (= 7.1.0)
42+
activejob (= 7.1.0)
43+
activesupport (= 7.1.0)
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.rc2)
50-
actionview (= 7.1.0.rc2)
51-
activesupport (= 7.1.0.rc2)
49+
actionpack (7.1.0)
50+
actionview (= 7.1.0)
51+
activesupport (= 7.1.0)
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.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)
58+
actiontext (7.1.0)
59+
actionpack (= 7.1.0)
60+
activerecord (= 7.1.0)
61+
activestorage (= 7.1.0)
62+
activesupport (= 7.1.0)
6363
globalid (>= 0.6.0)
6464
nokogiri (>= 1.8.5)
65-
actionview (7.1.0.rc2)
66-
activesupport (= 7.1.0.rc2)
65+
actionview (7.1.0)
66+
activesupport (= 7.1.0)
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.rc2)
72-
activesupport (= 7.1.0.rc2)
71+
activejob (7.1.0)
72+
activesupport (= 7.1.0)
7373
globalid (>= 0.3.6)
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)
74+
activemodel (7.1.0)
75+
activesupport (= 7.1.0)
76+
activerecord (7.1.0)
77+
activemodel (= 7.1.0)
78+
activesupport (= 7.1.0)
7979
timeout (>= 0.4.0)
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)
80+
activestorage (7.1.0)
81+
actionpack (= 7.1.0)
82+
activejob (= 7.1.0)
83+
activerecord (= 7.1.0)
84+
activesupport (= 7.1.0)
8585
marcel (~> 1.0)
86-
activesupport (7.1.0.rc2)
86+
activesupport (7.1.0)
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.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)
96+
rails (7.1.0)
97+
actioncable (= 7.1.0)
98+
actionmailbox (= 7.1.0)
99+
actionmailer (= 7.1.0)
100+
actionpack (= 7.1.0)
101+
actiontext (= 7.1.0)
102+
actionview (= 7.1.0)
103+
activejob (= 7.1.0)
104+
activemodel (= 7.1.0)
105+
activerecord (= 7.1.0)
106+
activestorage (= 7.1.0)
107+
activesupport (= 7.1.0)
108108
bundler (>= 1.15.0)
109-
railties (= 7.1.0.rc2)
110-
railties (7.1.0.rc2)
111-
actionpack (= 7.1.0.rc2)
112-
activesupport (= 7.1.0.rc2)
109+
railties (= 7.1.0)
110+
railties (7.1.0)
111+
actionpack (= 7.1.0)
112+
activesupport (= 7.1.0)
113113
irb
114114
rackup (>= 1.0.0)
115115
rake (>= 12.2)
@@ -345,7 +345,7 @@ GEM
345345
mysql2 (0.5.5)
346346
net-http-persistent (4.0.1)
347347
connection_pool (~> 2.2)
348-
net-imap (0.3.7)
348+
net-imap (0.4.0)
349349
date
350350
net-protocol
351351
net-pop (0.1.2)

RAILS_VERSION

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

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

38
* No changes.

0 commit comments

Comments
 (0)