Skip to content

Commit a23efb8

Browse files
Update dependency rails to v8.1.3
1 parent e609a4b commit a23efb8

2 files changed

Lines changed: 59 additions & 59 deletions

File tree

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
ruby File.read(File.expand_path(".ruby-version", __dir__)).strip
4-
gem "rails", "8.1.2"
4+
gem "rails", "8.1.3"
55

66
gem "pg"
77
gem "puma"

Gemfile.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -30,74 +30,74 @@ GEM
3030
specs:
3131
action_text-trix (2.1.18)
3232
railties
33-
actioncable (8.1.2)
34-
actionpack (= 8.1.2)
35-
activesupport (= 8.1.2)
33+
actioncable (8.1.3)
34+
actionpack (= 8.1.3)
35+
activesupport (= 8.1.3)
3636
nio4r (~> 2.0)
3737
websocket-driver (>= 0.6.1)
3838
zeitwerk (~> 2.6)
39-
actionmailbox (8.1.2)
40-
actionpack (= 8.1.2)
41-
activejob (= 8.1.2)
42-
activerecord (= 8.1.2)
43-
activestorage (= 8.1.2)
44-
activesupport (= 8.1.2)
39+
actionmailbox (8.1.3)
40+
actionpack (= 8.1.3)
41+
activejob (= 8.1.3)
42+
activerecord (= 8.1.3)
43+
activestorage (= 8.1.3)
44+
activesupport (= 8.1.3)
4545
mail (>= 2.8.0)
46-
actionmailer (8.1.2)
47-
actionpack (= 8.1.2)
48-
actionview (= 8.1.2)
49-
activejob (= 8.1.2)
50-
activesupport (= 8.1.2)
46+
actionmailer (8.1.3)
47+
actionpack (= 8.1.3)
48+
actionview (= 8.1.3)
49+
activejob (= 8.1.3)
50+
activesupport (= 8.1.3)
5151
mail (>= 2.8.0)
5252
rails-dom-testing (~> 2.2)
53-
actionpack (8.1.2)
54-
actionview (= 8.1.2)
55-
activesupport (= 8.1.2)
53+
actionpack (8.1.3)
54+
actionview (= 8.1.3)
55+
activesupport (= 8.1.3)
5656
nokogiri (>= 1.8.5)
5757
rack (>= 2.2.4)
5858
rack-session (>= 1.0.1)
5959
rack-test (>= 0.6.3)
6060
rails-dom-testing (~> 2.2)
6161
rails-html-sanitizer (~> 1.6)
6262
useragent (~> 0.16)
63-
actiontext (8.1.2)
63+
actiontext (8.1.3)
6464
action_text-trix (~> 2.1.15)
65-
actionpack (= 8.1.2)
66-
activerecord (= 8.1.2)
67-
activestorage (= 8.1.2)
68-
activesupport (= 8.1.2)
65+
actionpack (= 8.1.3)
66+
activerecord (= 8.1.3)
67+
activestorage (= 8.1.3)
68+
activesupport (= 8.1.3)
6969
globalid (>= 0.6.0)
7070
nokogiri (>= 1.8.5)
71-
actionview (8.1.2)
72-
activesupport (= 8.1.2)
71+
actionview (8.1.3)
72+
activesupport (= 8.1.3)
7373
builder (~> 3.1)
7474
erubi (~> 1.11)
7575
rails-dom-testing (~> 2.2)
7676
rails-html-sanitizer (~> 1.6)
7777
active_storage_svg_sanitizer (0.1.0)
7878
rails (>= 5.2)
79-
activejob (8.1.2)
80-
activesupport (= 8.1.2)
79+
activejob (8.1.3)
80+
activesupport (= 8.1.3)
8181
globalid (>= 0.3.6)
82-
activemodel (8.1.2)
83-
activesupport (= 8.1.2)
84-
activerecord (8.1.2)
85-
activemodel (= 8.1.2)
86-
activesupport (= 8.1.2)
82+
activemodel (8.1.3)
83+
activesupport (= 8.1.3)
84+
activerecord (8.1.3)
85+
activemodel (= 8.1.3)
86+
activesupport (= 8.1.3)
8787
timeout (>= 0.4.0)
8888
activerecord-session_store (2.2.0)
8989
actionpack (>= 7.0)
9090
activerecord (>= 7.0)
9191
cgi (>= 0.3.6)
9292
rack (>= 2.0.8, < 4)
9393
railties (>= 7.0)
94-
activestorage (8.1.2)
95-
actionpack (= 8.1.2)
96-
activejob (= 8.1.2)
97-
activerecord (= 8.1.2)
98-
activesupport (= 8.1.2)
94+
activestorage (8.1.3)
95+
actionpack (= 8.1.3)
96+
activejob (= 8.1.3)
97+
activerecord (= 8.1.3)
98+
activesupport (= 8.1.3)
9999
marcel (~> 1.0)
100-
activesupport (8.1.2)
100+
activesupport (8.1.3)
101101
base64
102102
bigdecimal
103103
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -170,7 +170,7 @@ GEM
170170
base64 (0.3.0)
171171
bcrypt (3.1.22)
172172
benchmark-ips (2.14.0)
173-
bigdecimal (4.1.0)
173+
bigdecimal (4.1.2)
174174
bootsnap (1.19.0)
175175
msgpack (~> 1.2)
176176
browser (6.2.0)
@@ -336,7 +336,7 @@ GEM
336336
rdoc (>= 4.0.0)
337337
reline (>= 0.4.2)
338338
jmespath (1.6.2)
339-
json (2.19.3)
339+
json (2.19.4)
340340
jwt (2.10.2)
341341
base64
342342
language_server-protocol (3.17.0.5)
@@ -399,7 +399,7 @@ GEM
399399
concurrent-ruby (~> 1.0)
400400
net-http (0.9.1)
401401
uri (>= 0.11.1)
402-
net-imap (0.5.12)
402+
net-imap (0.5.14)
403403
date
404404
net-protocol
405405
net-pop (0.1.2)
@@ -474,20 +474,20 @@ GEM
474474
rackup (1.0.1)
475475
rack (< 3)
476476
webrick
477-
rails (8.1.2)
478-
actioncable (= 8.1.2)
479-
actionmailbox (= 8.1.2)
480-
actionmailer (= 8.1.2)
481-
actionpack (= 8.1.2)
482-
actiontext (= 8.1.2)
483-
actionview (= 8.1.2)
484-
activejob (= 8.1.2)
485-
activemodel (= 8.1.2)
486-
activerecord (= 8.1.2)
487-
activestorage (= 8.1.2)
488-
activesupport (= 8.1.2)
477+
rails (8.1.3)
478+
actioncable (= 8.1.3)
479+
actionmailbox (= 8.1.3)
480+
actionmailer (= 8.1.3)
481+
actionpack (= 8.1.3)
482+
actiontext (= 8.1.3)
483+
actionview (= 8.1.3)
484+
activejob (= 8.1.3)
485+
activemodel (= 8.1.3)
486+
activerecord (= 8.1.3)
487+
activestorage (= 8.1.3)
488+
activesupport (= 8.1.3)
489489
bundler (>= 1.15.0)
490-
railties (= 8.1.2)
490+
railties (= 8.1.3)
491491
rails-controller-testing (1.0.5)
492492
actionpack (>= 5.0.1.rc1)
493493
actionview (>= 5.0.1.rc1)
@@ -499,9 +499,9 @@ GEM
499499
rails-html-sanitizer (1.7.0)
500500
loofah (~> 2.25)
501501
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)
502-
railties (8.1.2)
503-
actionpack (= 8.1.2)
504-
activesupport (= 8.1.2)
502+
railties (8.1.3)
503+
actionpack (= 8.1.3)
504+
activesupport (= 8.1.3)
505505
irb (~> 1.13)
506506
rackup (>= 1.0.0)
507507
rake (>= 12.2)
@@ -668,7 +668,7 @@ GEM
668668
useragent (0.16.11)
669669
warden (1.2.9)
670670
rack (>= 2.0.9)
671-
webrick (1.9.1)
671+
webrick (1.9.2)
672672
websocket-driver (0.8.0)
673673
base64
674674
websocket-extensions (>= 0.1.0)
@@ -759,7 +759,7 @@ DEPENDENCIES
759759
puma
760760
pundit
761761
rack-mini-profiler
762-
rails (= 8.1.2)
762+
rails (= 8.1.3)
763763
rails-controller-testing
764764
rbtrace
765765
recaptcha

0 commit comments

Comments
 (0)