Skip to content

Commit 61bf05d

Browse files
authored
[ruby/rails] Update to Rails 8.1 (#10217)
1 parent 38b34d1 commit 61bf05d

File tree

2 files changed

+80
-77
lines changed

2 files changed

+80
-77
lines changed

frameworks/Ruby/rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'rails', '~> 8.1.0.beta1'
3+
gem 'rails', '~> 8.1.0'
44
gem 'redis', '~> 5.0'
55
gem 'tzinfo-data'
66

frameworks/Ruby/rails/Gemfile.lock

Lines changed: 79 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -3,73 +3,73 @@ GEM
33
specs:
44
action_text-trix (2.1.15)
55
railties
6-
actioncable (8.1.0.beta1)
7-
actionpack (= 8.1.0.beta1)
8-
activesupport (= 8.1.0.beta1)
6+
actioncable (8.1.0)
7+
actionpack (= 8.1.0)
8+
activesupport (= 8.1.0)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
1111
zeitwerk (~> 2.6)
12-
actionmailbox (8.1.0.beta1)
13-
actionpack (= 8.1.0.beta1)
14-
activejob (= 8.1.0.beta1)
15-
activerecord (= 8.1.0.beta1)
16-
activestorage (= 8.1.0.beta1)
17-
activesupport (= 8.1.0.beta1)
12+
actionmailbox (8.1.0)
13+
actionpack (= 8.1.0)
14+
activejob (= 8.1.0)
15+
activerecord (= 8.1.0)
16+
activestorage (= 8.1.0)
17+
activesupport (= 8.1.0)
1818
mail (>= 2.8.0)
19-
actionmailer (8.1.0.beta1)
20-
actionpack (= 8.1.0.beta1)
21-
actionview (= 8.1.0.beta1)
22-
activejob (= 8.1.0.beta1)
23-
activesupport (= 8.1.0.beta1)
19+
actionmailer (8.1.0)
20+
actionpack (= 8.1.0)
21+
actionview (= 8.1.0)
22+
activejob (= 8.1.0)
23+
activesupport (= 8.1.0)
2424
mail (>= 2.8.0)
2525
rails-dom-testing (~> 2.2)
26-
actionpack (8.1.0.beta1)
27-
actionview (= 8.1.0.beta1)
28-
activesupport (= 8.1.0.beta1)
26+
actionpack (8.1.0)
27+
actionview (= 8.1.0)
28+
activesupport (= 8.1.0)
2929
nokogiri (>= 1.8.5)
3030
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (8.1.0.beta1)
36+
actiontext (8.1.0)
3737
action_text-trix (~> 2.1.15)
38-
actionpack (= 8.1.0.beta1)
39-
activerecord (= 8.1.0.beta1)
40-
activestorage (= 8.1.0.beta1)
41-
activesupport (= 8.1.0.beta1)
38+
actionpack (= 8.1.0)
39+
activerecord (= 8.1.0)
40+
activestorage (= 8.1.0)
41+
activesupport (= 8.1.0)
4242
globalid (>= 0.6.0)
4343
nokogiri (>= 1.8.5)
44-
actionview (8.1.0.beta1)
45-
activesupport (= 8.1.0.beta1)
44+
actionview (8.1.0)
45+
activesupport (= 8.1.0)
4646
builder (~> 3.1)
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (8.1.0.beta1)
51-
activesupport (= 8.1.0.beta1)
50+
activejob (8.1.0)
51+
activesupport (= 8.1.0)
5252
globalid (>= 0.3.6)
53-
activemodel (8.1.0.beta1)
54-
activesupport (= 8.1.0.beta1)
55-
activerecord (8.1.0.beta1)
56-
activemodel (= 8.1.0.beta1)
57-
activesupport (= 8.1.0.beta1)
53+
activemodel (8.1.0)
54+
activesupport (= 8.1.0)
55+
activerecord (8.1.0)
56+
activemodel (= 8.1.0)
57+
activesupport (= 8.1.0)
5858
timeout (>= 0.4.0)
59-
activestorage (8.1.0.beta1)
60-
actionpack (= 8.1.0.beta1)
61-
activejob (= 8.1.0.beta1)
62-
activerecord (= 8.1.0.beta1)
63-
activesupport (= 8.1.0.beta1)
59+
activestorage (8.1.0)
60+
actionpack (= 8.1.0)
61+
activejob (= 8.1.0)
62+
activerecord (= 8.1.0)
63+
activesupport (= 8.1.0)
6464
marcel (~> 1.0)
65-
activesupport (8.1.0.beta1)
65+
activesupport (8.1.0)
6666
base64
67-
benchmark (>= 0.3)
6867
bigdecimal
6968
concurrent-ruby (~> 1.0, >= 1.3.1)
7069
connection_pool (>= 2.2.5)
7170
drb
7271
i18n (>= 1.6, < 2)
72+
json
7373
logger (>= 1.4.2)
7474
minitest (>= 5.1)
7575
securerandom (>= 0.3)
@@ -112,18 +112,18 @@ GEM
112112
bigdecimal
113113
samovar (~> 2.1)
114114
base64 (0.3.0)
115-
benchmark (0.4.1)
116-
bigdecimal (3.2.2)
115+
bigdecimal (3.3.1)
117116
builder (3.3.0)
118117
concurrent-ruby (1.3.5)
119-
connection_pool (2.5.3)
118+
connection_pool (2.5.4)
120119
console (1.34.2)
121120
fiber-annotation
122121
fiber-local (~> 1.1)
123122
json
124123
crass (1.0.6)
125124
date (3.4.1)
126125
drb (2.2.3)
126+
erb (5.1.3)
127127
erubi (1.13.1)
128128
falcon (0.52.4)
129129
async
@@ -142,16 +142,16 @@ GEM
142142
fiber-local (1.1.0)
143143
fiber-storage
144144
fiber-storage (1.0.1)
145-
globalid (1.2.1)
145+
globalid (1.3.0)
146146
activesupport (>= 6.1)
147147
i18n (1.14.7)
148148
concurrent-ruby (~> 1.0)
149-
io-console (0.8.0)
149+
io-console (0.8.1)
150150
io-endpoint (0.15.2)
151151
io-event (1.14.0)
152152
io-stream (0.11.0)
153153
iodine (0.7.58)
154-
irb (1.15.1)
154+
irb (1.15.2)
155155
pp (>= 0.6.0)
156156
rdoc (>= 4.0.0)
157157
reline (>= 0.4.2)
@@ -161,13 +161,14 @@ GEM
161161
loofah (2.24.1)
162162
crass (~> 1.0.2)
163163
nokogiri (>= 1.12.0)
164-
mail (2.8.1)
164+
mail (2.9.0)
165+
logger
165166
mini_mime (>= 0.1.1)
166167
net-imap
167168
net-pop
168169
net-smtp
169170
mapping (1.1.3)
170-
marcel (1.0.4)
171+
marcel (1.1.0)
171172
memory (0.7.1)
172173
bake (~> 0.15)
173174
console
@@ -176,9 +177,9 @@ GEM
176177
metrics (0.15.0)
177178
mini_mime (1.1.5)
178179
mini_portile2 (2.8.9)
179-
minitest (5.25.5)
180+
minitest (5.26.0)
180181
msgpack (1.8.0)
181-
net-imap (0.5.7)
182+
net-imap (0.5.12)
182183
date
183184
net-protocol
184185
net-pop (0.1.2)
@@ -188,19 +189,19 @@ GEM
188189
net-smtp (0.5.1)
189190
net-protocol
190191
nio4r (2.7.4)
191-
nokogiri (1.18.9)
192+
nokogiri (1.18.10)
192193
mini_portile2 (~> 2.8.2)
193194
racc (~> 1.4)
194-
nokogiri (1.18.9-x86_64-darwin)
195+
nokogiri (1.18.10-x86_64-darwin)
195196
racc (~> 1.4)
196-
nokogiri (1.18.9-x86_64-linux-gnu)
197+
nokogiri (1.18.10-x86_64-linux-gnu)
197198
racc (~> 1.4)
198199
openssl (3.3.2)
199200
pg (1.5.9)
200201
pitchfork (0.17.0)
201202
logger
202203
rack (>= 2.0)
203-
pp (0.6.2)
204+
pp (0.6.3)
204205
prettyprint
205206
prettyprint (0.2.0)
206207
process-metrics (0.6.0)
@@ -219,7 +220,7 @@ GEM
219220
protocol-http (~> 0.43)
220221
rack (>= 1.0)
221222
protocol-url (0.4.0)
222-
psych (5.2.3)
223+
psych (5.2.6)
223224
date
224225
stringio
225226
puma (7.1.0)
@@ -233,44 +234,46 @@ GEM
233234
rack (>= 1.3)
234235
rackup (2.2.1)
235236
rack (>= 3)
236-
rails (8.1.0.beta1)
237-
actioncable (= 8.1.0.beta1)
238-
actionmailbox (= 8.1.0.beta1)
239-
actionmailer (= 8.1.0.beta1)
240-
actionpack (= 8.1.0.beta1)
241-
actiontext (= 8.1.0.beta1)
242-
actionview (= 8.1.0.beta1)
243-
activejob (= 8.1.0.beta1)
244-
activemodel (= 8.1.0.beta1)
245-
activerecord (= 8.1.0.beta1)
246-
activestorage (= 8.1.0.beta1)
247-
activesupport (= 8.1.0.beta1)
237+
rails (8.1.0)
238+
actioncable (= 8.1.0)
239+
actionmailbox (= 8.1.0)
240+
actionmailer (= 8.1.0)
241+
actionpack (= 8.1.0)
242+
actiontext (= 8.1.0)
243+
actionview (= 8.1.0)
244+
activejob (= 8.1.0)
245+
activemodel (= 8.1.0)
246+
activerecord (= 8.1.0)
247+
activestorage (= 8.1.0)
248+
activesupport (= 8.1.0)
248249
bundler (>= 1.15.0)
249-
railties (= 8.1.0.beta1)
250+
railties (= 8.1.0)
250251
rails-dom-testing (2.3.0)
251252
activesupport (>= 5.0.0)
252253
minitest
253254
nokogiri (>= 1.6)
254255
rails-html-sanitizer (1.6.2)
255256
loofah (~> 2.21)
256257
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
257-
railties (8.1.0.beta1)
258-
actionpack (= 8.1.0.beta1)
259-
activesupport (= 8.1.0.beta1)
258+
railties (8.1.0)
259+
actionpack (= 8.1.0)
260+
activesupport (= 8.1.0)
260261
irb (~> 1.13)
261262
rackup (>= 1.0.0)
262263
rake (>= 12.2)
263264
thor (~> 1.0, >= 1.2.2)
264265
tsort (>= 0.2)
265266
zeitwerk (~> 2.6)
266-
rake (13.2.1)
267-
rdoc (6.12.0)
267+
rake (13.3.0)
268+
rdoc (6.15.0)
269+
erb
268270
psych (>= 4.0.0)
271+
tsort
269272
redis (5.4.0)
270273
redis-client (>= 0.22.0)
271274
redis-client (0.24.0)
272275
connection_pool
273-
reline (0.6.0)
276+
reline (0.6.2)
274277
io-console (~> 0.5)
275278
samovar (2.4.1)
276279
console (~> 1.0)
@@ -287,13 +290,13 @@ GEM
287290
concurrent-ruby (~> 1.0)
288291
tzinfo-data (1.2025.1)
289292
tzinfo (>= 1.0.0)
290-
uri (1.0.3)
293+
uri (1.0.4)
291294
useragent (0.16.11)
292-
websocket-driver (0.7.7)
295+
websocket-driver (0.8.0)
293296
base64
294297
websocket-extensions (>= 0.1.0)
295298
websocket-extensions (0.1.5)
296-
zeitwerk (2.7.2)
299+
zeitwerk (2.7.3)
297300

298301
PLATFORMS
299302
ruby
@@ -306,7 +309,7 @@ DEPENDENCIES
306309
pg (~> 1.5)
307310
pitchfork (~> 0.17)
308311
puma (~> 7.1)
309-
rails (~> 8.1.0.beta1)
312+
rails (~> 8.1.0)
310313
redis (~> 5.0)
311314
trilogy (~> 2.8.1)
312315
tzinfo-data

0 commit comments

Comments
 (0)