Skip to content

Commit b87a998

Browse files
Update dependency rails to "~> 8.1.2"
1 parent 0abd50f commit b87a998

File tree

2 files changed

+92
-86
lines changed

2 files changed

+92
-86
lines changed

Gemfile

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

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.0.2.1"
4+
gem "rails", "~> 8.1.2"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use postgresql as the database for Active Record

Gemfile.lock

Lines changed: 91 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -3,72 +3,75 @@ GEM
33
specs:
44
action_policy (0.7.5)
55
ruby-next-core (>= 1.0)
6-
actioncable (8.0.2.1)
7-
actionpack (= 8.0.2.1)
8-
activesupport (= 8.0.2.1)
6+
action_text-trix (2.1.16)
7+
railties
8+
actioncable (8.1.2)
9+
actionpack (= 8.1.2)
10+
activesupport (= 8.1.2)
911
nio4r (~> 2.0)
1012
websocket-driver (>= 0.6.1)
1113
zeitwerk (~> 2.6)
12-
actionmailbox (8.0.2.1)
13-
actionpack (= 8.0.2.1)
14-
activejob (= 8.0.2.1)
15-
activerecord (= 8.0.2.1)
16-
activestorage (= 8.0.2.1)
17-
activesupport (= 8.0.2.1)
14+
actionmailbox (8.1.2)
15+
actionpack (= 8.1.2)
16+
activejob (= 8.1.2)
17+
activerecord (= 8.1.2)
18+
activestorage (= 8.1.2)
19+
activesupport (= 8.1.2)
1820
mail (>= 2.8.0)
19-
actionmailer (8.0.2.1)
20-
actionpack (= 8.0.2.1)
21-
actionview (= 8.0.2.1)
22-
activejob (= 8.0.2.1)
23-
activesupport (= 8.0.2.1)
21+
actionmailer (8.1.2)
22+
actionpack (= 8.1.2)
23+
actionview (= 8.1.2)
24+
activejob (= 8.1.2)
25+
activesupport (= 8.1.2)
2426
mail (>= 2.8.0)
2527
rails-dom-testing (~> 2.2)
26-
actionpack (8.0.2.1)
27-
actionview (= 8.0.2.1)
28-
activesupport (= 8.0.2.1)
28+
actionpack (8.1.2)
29+
actionview (= 8.1.2)
30+
activesupport (= 8.1.2)
2931
nokogiri (>= 1.8.5)
3032
rack (>= 2.2.4)
3133
rack-session (>= 1.0.1)
3234
rack-test (>= 0.6.3)
3335
rails-dom-testing (~> 2.2)
3436
rails-html-sanitizer (~> 1.6)
3537
useragent (~> 0.16)
36-
actiontext (8.0.2.1)
37-
actionpack (= 8.0.2.1)
38-
activerecord (= 8.0.2.1)
39-
activestorage (= 8.0.2.1)
40-
activesupport (= 8.0.2.1)
38+
actiontext (8.1.2)
39+
action_text-trix (~> 2.1.15)
40+
actionpack (= 8.1.2)
41+
activerecord (= 8.1.2)
42+
activestorage (= 8.1.2)
43+
activesupport (= 8.1.2)
4144
globalid (>= 0.6.0)
4245
nokogiri (>= 1.8.5)
43-
actionview (8.0.2.1)
44-
activesupport (= 8.0.2.1)
46+
actionview (8.1.2)
47+
activesupport (= 8.1.2)
4548
builder (~> 3.1)
4649
erubi (~> 1.11)
4750
rails-dom-testing (~> 2.2)
4851
rails-html-sanitizer (~> 1.6)
49-
activejob (8.0.2.1)
50-
activesupport (= 8.0.2.1)
52+
activejob (8.1.2)
53+
activesupport (= 8.1.2)
5154
globalid (>= 0.3.6)
52-
activemodel (8.0.2.1)
53-
activesupport (= 8.0.2.1)
54-
activerecord (8.0.2.1)
55-
activemodel (= 8.0.2.1)
56-
activesupport (= 8.0.2.1)
55+
activemodel (8.1.2)
56+
activesupport (= 8.1.2)
57+
activerecord (8.1.2)
58+
activemodel (= 8.1.2)
59+
activesupport (= 8.1.2)
5760
timeout (>= 0.4.0)
58-
activestorage (8.0.2.1)
59-
actionpack (= 8.0.2.1)
60-
activejob (= 8.0.2.1)
61-
activerecord (= 8.0.2.1)
62-
activesupport (= 8.0.2.1)
61+
activestorage (8.1.2)
62+
actionpack (= 8.1.2)
63+
activejob (= 8.1.2)
64+
activerecord (= 8.1.2)
65+
activesupport (= 8.1.2)
6366
marcel (~> 1.0)
64-
activesupport (8.0.2.1)
67+
activesupport (8.1.2)
6568
base64
66-
benchmark (>= 0.3)
6769
bigdecimal
6870
concurrent-ruby (~> 1.0, >= 1.3.1)
6971
connection_pool (>= 2.2.5)
7072
drb
7173
i18n (>= 1.6, < 2)
74+
json
7275
logger (>= 1.4.2)
7376
minitest (>= 5.1)
7477
securerandom (>= 0.3)
@@ -79,8 +82,7 @@ GEM
7982
base64 (0.3.0)
8083
bcrypt (3.1.20)
8184
bcrypt_pbkdf (1.1.1)
82-
benchmark (0.4.1)
83-
bigdecimal (3.2.3)
85+
bigdecimal (3.3.1)
8486
bindex (0.8.1)
8587
bootsnap (1.18.6)
8688
msgpack (~> 1.2)
@@ -100,16 +102,16 @@ GEM
100102
regexp_parser (>= 1.5, < 3.0)
101103
xpath (~> 3.2)
102104
coderay (1.1.3)
103-
concurrent-ruby (1.3.5)
104-
connection_pool (2.5.4)
105+
concurrent-ruby (1.3.6)
106+
connection_pool (2.5.5)
105107
crack (1.0.1)
106108
bigdecimal
107109
rexml
108110
crass (1.0.6)
109111
dartsass-rails (0.5.1)
110112
railties (>= 6.0.0)
111113
sass-embedded (~> 1.63)
112-
date (3.4.1)
114+
date (3.5.1)
113115
debug (1.11.0)
114116
irb (~> 1.10)
115117
reline (>= 0.3.8)
@@ -124,7 +126,7 @@ GEM
124126
dotenv (3.1.8)
125127
drb (2.2.3)
126128
ed25519 (1.4.0)
127-
erb (5.0.2)
129+
erb (5.1.3)
128130
erubi (1.13.1)
129131
et-orbi (1.2.11)
130132
tzinfo
@@ -152,7 +154,7 @@ GEM
152154
fugit (1.11.1)
153155
et-orbi (~> 1, >= 1.2.11)
154156
raabro (~> 1.4)
155-
globalid (1.2.1)
157+
globalid (1.3.0)
156158
activesupport (>= 6.1)
157159
google-protobuf (4.31.1-aarch64-linux-gnu)
158160
bigdecimal
@@ -161,14 +163,14 @@ GEM
161163
bigdecimal
162164
rake (>= 13)
163165
hashdiff (1.2.1)
164-
i18n (1.14.7)
166+
i18n (1.14.8)
165167
concurrent-ruby (~> 1.0)
166168
importmap-rails (2.1.0)
167169
actionpack (>= 6.0.0)
168170
activesupport (>= 6.0.0)
169171
railties (>= 6.0.0)
170-
io-console (0.8.1)
171-
irb (1.15.2)
172+
io-console (0.8.2)
173+
irb (1.16.0)
172174
pp (>= 0.6.0)
173175
rdoc (>= 4.0.0)
174176
reline (>= 0.4.2)
@@ -188,23 +190,24 @@ GEM
188190
thor (~> 1.3)
189191
zeitwerk (>= 2.6.18, < 3.0)
190192
logger (1.7.0)
191-
loofah (2.24.1)
193+
loofah (2.25.0)
192194
crass (~> 1.0.2)
193195
nokogiri (>= 1.12.0)
194-
mail (2.8.1)
196+
mail (2.9.0)
197+
logger
195198
mini_mime (>= 0.1.1)
196199
net-imap
197200
net-pop
198201
net-smtp
199-
marcel (1.0.4)
202+
marcel (1.1.0)
200203
matrix (0.4.3)
201204
mini_mime (1.1.5)
202-
minitest (5.25.5)
205+
minitest (5.27.0)
203206
msgpack (1.8.0)
204207
mustache (1.1.1)
205208
net-http (0.6.0)
206209
uri
207-
net-imap (0.5.10)
210+
net-imap (0.6.2)
208211
date
209212
net-protocol
210213
net-pop (0.1.2)
@@ -218,10 +221,10 @@ GEM
218221
net-smtp (0.5.1)
219222
net-protocol
220223
net-ssh (7.3.0)
221-
nio4r (2.7.4)
222-
nokogiri (1.18.10-aarch64-linux-gnu)
224+
nio4r (2.7.5)
225+
nokogiri (1.19.0-aarch64-linux-gnu)
223226
racc (~> 1.4)
224-
nokogiri (1.18.10-x86_64-linux-gnu)
227+
nokogiri (1.19.0-x86_64-linux-gnu)
225228
racc (~> 1.4)
226229
orm_adapter (0.5.0)
227230
ostruct (0.6.2)
@@ -230,44 +233,44 @@ GEM
230233
positioning (0.4.6)
231234
activerecord (>= 6.1)
232235
activesupport (>= 6.1)
233-
pp (0.6.2)
236+
pp (0.6.3)
234237
prettyprint
235238
prettyprint (0.2.0)
236239
propshaft (1.1.0)
237240
actionpack (>= 7.0.0)
238241
activesupport (>= 7.0.0)
239242
rack
240243
railties (>= 7.0.0)
241-
psych (5.2.6)
244+
psych (5.3.1)
242245
date
243246
stringio
244247
public_suffix (6.0.2)
245248
puma (6.6.0)
246249
nio4r (~> 2.0)
247250
raabro (1.4.0)
248251
racc (1.8.1)
249-
rack (3.2.1)
252+
rack (3.2.4)
250253
rack-session (2.1.1)
251254
base64 (>= 0.1.0)
252255
rack (>= 3.0.0)
253256
rack-test (2.2.0)
254257
rack (>= 1.3)
255-
rackup (2.2.1)
258+
rackup (2.3.1)
256259
rack (>= 3)
257-
rails (8.0.2.1)
258-
actioncable (= 8.0.2.1)
259-
actionmailbox (= 8.0.2.1)
260-
actionmailer (= 8.0.2.1)
261-
actionpack (= 8.0.2.1)
262-
actiontext (= 8.0.2.1)
263-
actionview (= 8.0.2.1)
264-
activejob (= 8.0.2.1)
265-
activemodel (= 8.0.2.1)
266-
activerecord (= 8.0.2.1)
267-
activestorage (= 8.0.2.1)
268-
activesupport (= 8.0.2.1)
260+
rails (8.1.2)
261+
actioncable (= 8.1.2)
262+
actionmailbox (= 8.1.2)
263+
actionmailer (= 8.1.2)
264+
actionpack (= 8.1.2)
265+
actiontext (= 8.1.2)
266+
actionview (= 8.1.2)
267+
activejob (= 8.1.2)
268+
activemodel (= 8.1.2)
269+
activerecord (= 8.1.2)
270+
activestorage (= 8.1.2)
271+
activesupport (= 8.1.2)
269272
bundler (>= 1.15.0)
270-
railties (= 8.0.2.1)
273+
railties (= 8.1.2)
271274
rails-controller-testing (1.0.5)
272275
actionpack (>= 5.0.1.rc1)
273276
actionview (>= 5.0.1.rc1)
@@ -279,24 +282,26 @@ GEM
279282
rails-html-sanitizer (1.6.2)
280283
loofah (~> 2.21)
281284
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)
282-
railties (8.0.2.1)
283-
actionpack (= 8.0.2.1)
284-
activesupport (= 8.0.2.1)
285+
railties (8.1.2)
286+
actionpack (= 8.1.2)
287+
activesupport (= 8.1.2)
285288
irb (~> 1.13)
286289
rackup (>= 1.0.0)
287290
rake (>= 12.2)
288291
thor (~> 1.0, >= 1.2.2)
292+
tsort (>= 0.2)
289293
zeitwerk (~> 2.6)
290-
rake (13.3.0)
294+
rake (13.3.1)
291295
ransack (4.3.0)
292296
activerecord (>= 6.1.5)
293297
activesupport (>= 6.1.5)
294298
i18n
295-
rdoc (6.14.2)
299+
rdoc (6.17.0)
296300
erb
297301
psych (>= 4.0.0)
302+
tsort
298303
regexp_parser (2.10.0)
299-
reline (0.6.2)
304+
reline (0.6.3)
300305
io-console (~> 0.5)
301306
responders (3.1.1)
302307
actionpack (>= 5.2)
@@ -367,19 +372,20 @@ GEM
367372
ostruct
368373
stimulus-rails (1.3.4)
369374
railties (>= 6.0.0)
370-
stringio (3.1.7)
371-
thor (1.4.0)
375+
stringio (3.2.0)
376+
thor (1.5.0)
372377
thruster (0.1.14-aarch64-linux)
373378
thruster (0.1.14-x86_64-linux)
374-
timeout (0.4.3)
379+
timeout (0.6.0)
375380
traco (5.3.3)
376381
activerecord (>= 4.2)
382+
tsort (0.2.0)
377383
turbo-rails (2.0.16)
378384
actionpack (>= 7.1.0)
379385
railties (>= 7.1.0)
380386
tzinfo (2.0.6)
381387
concurrent-ruby (~> 1.0)
382-
uri (1.0.3)
388+
uri (1.1.1)
383389
useragent (0.16.11)
384390
warden (1.2.9)
385391
rack (>= 2.0.9)
@@ -399,7 +405,7 @@ GEM
399405
websocket-extensions (0.1.5)
400406
xpath (3.2.0)
401407
nokogiri (~> 1.8)
402-
zeitwerk (2.7.3)
408+
zeitwerk (2.7.4)
403409

404410
PLATFORMS
405411
aarch64-linux
@@ -431,7 +437,7 @@ DEPENDENCIES
431437
positioning
432438
propshaft
433439
puma (>= 5.0)
434-
rails (~> 8.0.2.1)
440+
rails (~> 8.1.2)
435441
rails-controller-testing
436442
ransack
437443
rspec-rails (~> 8.0.0)

0 commit comments

Comments
 (0)