Skip to content

Commit 5ad1366

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

File tree

2 files changed

+94
-86
lines changed

2 files changed

+94
-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: 93 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,15 +163,16 @@ 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.17.0)
172174
pp (>= 0.6.0)
175+
prism (>= 1.3.0)
173176
rdoc (>= 4.0.0)
174177
reline (>= 0.4.2)
175178
jbuilder (2.13.0)
@@ -188,23 +191,24 @@ GEM
188191
thor (~> 1.3)
189192
zeitwerk (>= 2.6.18, < 3.0)
190193
logger (1.7.0)
191-
loofah (2.24.1)
194+
loofah (2.25.0)
192195
crass (~> 1.0.2)
193196
nokogiri (>= 1.12.0)
194-
mail (2.8.1)
197+
mail (2.9.0)
198+
logger
195199
mini_mime (>= 0.1.1)
196200
net-imap
197201
net-pop
198202
net-smtp
199-
marcel (1.0.4)
203+
marcel (1.1.0)
200204
matrix (0.4.3)
201205
mini_mime (1.1.5)
202-
minitest (5.25.5)
206+
minitest (5.27.0)
203207
msgpack (1.8.0)
204208
mustache (1.1.1)
205209
net-http (0.6.0)
206210
uri
207-
net-imap (0.5.10)
211+
net-imap (0.6.3)
208212
date
209213
net-protocol
210214
net-pop (0.1.2)
@@ -218,10 +222,10 @@ GEM
218222
net-smtp (0.5.1)
219223
net-protocol
220224
net-ssh (7.3.0)
221-
nio4r (2.7.4)
222-
nokogiri (1.18.10-aarch64-linux-gnu)
225+
nio4r (2.7.5)
226+
nokogiri (1.19.0-aarch64-linux-gnu)
223227
racc (~> 1.4)
224-
nokogiri (1.18.10-x86_64-linux-gnu)
228+
nokogiri (1.19.0-x86_64-linux-gnu)
225229
racc (~> 1.4)
226230
orm_adapter (0.5.0)
227231
ostruct (0.6.2)
@@ -230,44 +234,45 @@ GEM
230234
positioning (0.4.6)
231235
activerecord (>= 6.1)
232236
activesupport (>= 6.1)
233-
pp (0.6.2)
237+
pp (0.6.3)
234238
prettyprint
235239
prettyprint (0.2.0)
240+
prism (1.9.0)
236241
propshaft (1.1.0)
237242
actionpack (>= 7.0.0)
238243
activesupport (>= 7.0.0)
239244
rack
240245
railties (>= 7.0.0)
241-
psych (5.2.6)
246+
psych (5.3.1)
242247
date
243248
stringio
244249
public_suffix (6.0.2)
245250
puma (6.6.0)
246251
nio4r (~> 2.0)
247252
raabro (1.4.0)
248253
racc (1.8.1)
249-
rack (3.2.1)
254+
rack (3.2.4)
250255
rack-session (2.1.1)
251256
base64 (>= 0.1.0)
252257
rack (>= 3.0.0)
253258
rack-test (2.2.0)
254259
rack (>= 1.3)
255-
rackup (2.2.1)
260+
rackup (2.3.1)
256261
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)
262+
rails (8.1.2)
263+
actioncable (= 8.1.2)
264+
actionmailbox (= 8.1.2)
265+
actionmailer (= 8.1.2)
266+
actionpack (= 8.1.2)
267+
actiontext (= 8.1.2)
268+
actionview (= 8.1.2)
269+
activejob (= 8.1.2)
270+
activemodel (= 8.1.2)
271+
activerecord (= 8.1.2)
272+
activestorage (= 8.1.2)
273+
activesupport (= 8.1.2)
269274
bundler (>= 1.15.0)
270-
railties (= 8.0.2.1)
275+
railties (= 8.1.2)
271276
rails-controller-testing (1.0.5)
272277
actionpack (>= 5.0.1.rc1)
273278
actionview (>= 5.0.1.rc1)
@@ -279,24 +284,26 @@ GEM
279284
rails-html-sanitizer (1.6.2)
280285
loofah (~> 2.21)
281286
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)
287+
railties (8.1.2)
288+
actionpack (= 8.1.2)
289+
activesupport (= 8.1.2)
285290
irb (~> 1.13)
286291
rackup (>= 1.0.0)
287292
rake (>= 12.2)
288293
thor (~> 1.0, >= 1.2.2)
294+
tsort (>= 0.2)
289295
zeitwerk (~> 2.6)
290-
rake (13.3.0)
296+
rake (13.3.1)
291297
ransack (4.3.0)
292298
activerecord (>= 6.1.5)
293299
activesupport (>= 6.1.5)
294300
i18n
295-
rdoc (6.14.2)
301+
rdoc (6.17.0)
296302
erb
297303
psych (>= 4.0.0)
304+
tsort
298305
regexp_parser (2.10.0)
299-
reline (0.6.2)
306+
reline (0.6.3)
300307
io-console (~> 0.5)
301308
responders (3.1.1)
302309
actionpack (>= 5.2)
@@ -367,19 +374,20 @@ GEM
367374
ostruct
368375
stimulus-rails (1.3.4)
369376
railties (>= 6.0.0)
370-
stringio (3.1.7)
371-
thor (1.4.0)
377+
stringio (3.2.0)
378+
thor (1.5.0)
372379
thruster (0.1.14-aarch64-linux)
373380
thruster (0.1.14-x86_64-linux)
374-
timeout (0.4.3)
381+
timeout (0.6.0)
375382
traco (5.3.3)
376383
activerecord (>= 4.2)
384+
tsort (0.2.0)
377385
turbo-rails (2.0.16)
378386
actionpack (>= 7.1.0)
379387
railties (>= 7.1.0)
380388
tzinfo (2.0.6)
381389
concurrent-ruby (~> 1.0)
382-
uri (1.0.3)
390+
uri (1.1.1)
383391
useragent (0.16.11)
384392
warden (1.2.9)
385393
rack (>= 2.0.9)
@@ -399,7 +407,7 @@ GEM
399407
websocket-extensions (0.1.5)
400408
xpath (3.2.0)
401409
nokogiri (~> 1.8)
402-
zeitwerk (2.7.3)
410+
zeitwerk (2.7.4)
403411

404412
PLATFORMS
405413
aarch64-linux
@@ -431,7 +439,7 @@ DEPENDENCIES
431439
positioning
432440
propshaft
433441
puma (>= 5.0)
434-
rails (~> 8.0.2.1)
442+
rails (~> 8.1.2)
435443
rails-controller-testing
436444
ransack
437445
rspec-rails (~> 8.0.0)

0 commit comments

Comments
 (0)