Skip to content

Commit 912ecf9

Browse files
authored
[ruby/rails] Upgrade Rails to 7.1.0 (#8475)
1 parent 88bb299 commit 912ecf9

File tree

2 files changed

+59
-59
lines changed

2 files changed

+59
-59
lines changed

frameworks/Ruby/rails/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ gem 'trilogy', group: :mysql
66
gem 'oj', '~> 3.16'
77
gem 'pg', '1.5.4', group: :postgresql
88
gem 'puma', '~> 6.4'
9-
gem 'rails', '7.1.0.rc1'
9+
gem 'rails', '~> 7.1.0'
1010
gem 'redis', '~> 5.0'
1111
gem 'tzinfo-data'

frameworks/Ruby/rails/Gemfile.lock

+58-58
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.0.rc1)
5-
actionpack (= 7.1.0.rc1)
6-
activesupport (= 7.1.0.rc1)
4+
actioncable (7.1.0)
5+
actionpack (= 7.1.0)
6+
activesupport (= 7.1.0)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.0.rc1)
11-
actionpack (= 7.1.0.rc1)
12-
activejob (= 7.1.0.rc1)
13-
activerecord (= 7.1.0.rc1)
14-
activestorage (= 7.1.0.rc1)
15-
activesupport (= 7.1.0.rc1)
10+
actionmailbox (7.1.0)
11+
actionpack (= 7.1.0)
12+
activejob (= 7.1.0)
13+
activerecord (= 7.1.0)
14+
activestorage (= 7.1.0)
15+
activesupport (= 7.1.0)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.0.rc1)
21-
actionpack (= 7.1.0.rc1)
22-
actionview (= 7.1.0.rc1)
23-
activejob (= 7.1.0.rc1)
24-
activesupport (= 7.1.0.rc1)
20+
actionmailer (7.1.0)
21+
actionpack (= 7.1.0)
22+
actionview (= 7.1.0)
23+
activejob (= 7.1.0)
24+
activesupport (= 7.1.0)
2525
mail (~> 2.5, >= 2.5.4)
2626
net-imap
2727
net-pop
2828
net-smtp
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.0.rc1)
31-
actionview (= 7.1.0.rc1)
32-
activesupport (= 7.1.0.rc1)
30+
actionpack (7.1.0)
31+
actionview (= 7.1.0)
32+
activesupport (= 7.1.0)
3333
nokogiri (>= 1.8.5)
3434
rack (>= 2.2.4)
3535
rack-session (>= 1.0.1)
3636
rack-test (>= 0.6.3)
3737
rails-dom-testing (~> 2.2)
3838
rails-html-sanitizer (~> 1.6)
39-
actiontext (7.1.0.rc1)
40-
actionpack (= 7.1.0.rc1)
41-
activerecord (= 7.1.0.rc1)
42-
activestorage (= 7.1.0.rc1)
43-
activesupport (= 7.1.0.rc1)
39+
actiontext (7.1.0)
40+
actionpack (= 7.1.0)
41+
activerecord (= 7.1.0)
42+
activestorage (= 7.1.0)
43+
activesupport (= 7.1.0)
4444
globalid (>= 0.6.0)
4545
nokogiri (>= 1.8.5)
46-
actionview (7.1.0.rc1)
47-
activesupport (= 7.1.0.rc1)
46+
actionview (7.1.0)
47+
activesupport (= 7.1.0)
4848
builder (~> 3.1)
4949
erubi (~> 1.11)
5050
rails-dom-testing (~> 2.2)
5151
rails-html-sanitizer (~> 1.6)
52-
activejob (7.1.0.rc1)
53-
activesupport (= 7.1.0.rc1)
52+
activejob (7.1.0)
53+
activesupport (= 7.1.0)
5454
globalid (>= 0.3.6)
55-
activemodel (7.1.0.rc1)
56-
activesupport (= 7.1.0.rc1)
57-
activerecord (7.1.0.rc1)
58-
activemodel (= 7.1.0.rc1)
59-
activesupport (= 7.1.0.rc1)
55+
activemodel (7.1.0)
56+
activesupport (= 7.1.0)
57+
activerecord (7.1.0)
58+
activemodel (= 7.1.0)
59+
activesupport (= 7.1.0)
6060
timeout (>= 0.4.0)
61-
activestorage (7.1.0.rc1)
62-
actionpack (= 7.1.0.rc1)
63-
activejob (= 7.1.0.rc1)
64-
activerecord (= 7.1.0.rc1)
65-
activesupport (= 7.1.0.rc1)
61+
activestorage (7.1.0)
62+
actionpack (= 7.1.0)
63+
activejob (= 7.1.0)
64+
activerecord (= 7.1.0)
65+
activesupport (= 7.1.0)
6666
marcel (~> 1.0)
67-
activesupport (7.1.0.rc1)
67+
activesupport (7.1.0)
6868
base64
6969
bigdecimal
7070
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -105,8 +105,7 @@ GEM
105105
mini_portile2 (2.8.4)
106106
minitest (5.20.0)
107107
mutex_m (0.1.2)
108-
mysql2 (0.5.5)
109-
net-imap (0.3.7)
108+
net-imap (0.4.0)
110109
date
111110
net-protocol
112111
net-pop (0.1.2)
@@ -138,30 +137,30 @@ GEM
138137
rackup (2.1.0)
139138
rack (>= 3)
140139
webrick (~> 1.8)
141-
rails (7.1.0.rc1)
142-
actioncable (= 7.1.0.rc1)
143-
actionmailbox (= 7.1.0.rc1)
144-
actionmailer (= 7.1.0.rc1)
145-
actionpack (= 7.1.0.rc1)
146-
actiontext (= 7.1.0.rc1)
147-
actionview (= 7.1.0.rc1)
148-
activejob (= 7.1.0.rc1)
149-
activemodel (= 7.1.0.rc1)
150-
activerecord (= 7.1.0.rc1)
151-
activestorage (= 7.1.0.rc1)
152-
activesupport (= 7.1.0.rc1)
140+
rails (7.1.0)
141+
actioncable (= 7.1.0)
142+
actionmailbox (= 7.1.0)
143+
actionmailer (= 7.1.0)
144+
actionpack (= 7.1.0)
145+
actiontext (= 7.1.0)
146+
actionview (= 7.1.0)
147+
activejob (= 7.1.0)
148+
activemodel (= 7.1.0)
149+
activerecord (= 7.1.0)
150+
activestorage (= 7.1.0)
151+
activesupport (= 7.1.0)
153152
bundler (>= 1.15.0)
154-
railties (= 7.1.0.rc1)
153+
railties (= 7.1.0)
155154
rails-dom-testing (2.2.0)
156155
activesupport (>= 5.0.0)
157156
minitest
158157
nokogiri (>= 1.6)
159158
rails-html-sanitizer (1.6.0)
160159
loofah (~> 2.21)
161160
nokogiri (~> 1.14)
162-
railties (7.1.0.rc1)
163-
actionpack (= 7.1.0.rc1)
164-
activesupport (= 7.1.0.rc1)
161+
railties (7.1.0)
162+
actionpack (= 7.1.0)
163+
activesupport (= 7.1.0)
165164
irb
166165
rackup (>= 1.0.0)
167166
rake (>= 12.2)
@@ -174,12 +173,13 @@ GEM
174173
redis-client (>= 0.9.0)
175174
redis-client (0.17.0)
176175
connection_pool
177-
reline (0.3.8)
176+
reline (0.3.9)
178177
io-console (~> 0.5)
179178
ruby2_keywords (0.0.5)
180179
stringio (3.0.8)
181180
thor (1.2.2)
182181
timeout (0.4.0)
182+
trilogy (2.6.0)
183183
tzinfo (2.0.5)
184184
concurrent-ruby (~> 1.0)
185185
tzinfo-data (1.2021.5)
@@ -196,12 +196,12 @@ PLATFORMS
196196
x86_64-linux
197197

198198
DEPENDENCIES
199-
mysql2 (= 0.5.5)
200199
oj (~> 3.16)
201200
pg (= 1.5.4)
202201
puma (~> 6.4)
203-
rails (= 7.1.0.rc1)
202+
rails (~> 7.1.0)
204203
redis (~> 5.0)
204+
trilogy
205205
tzinfo-data
206206

207207
RUBY VERSION

0 commit comments

Comments
 (0)