Skip to content

Commit bf584a8

Browse files
echarpTrim
authored andcommitted
chore: upgrade to Rails 8.1.2
1 parent 3c51036 commit bf584a8

1 file changed

Lines changed: 57 additions & 57 deletions

File tree

Gemfile.lock

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GIT
2020

2121
GIT
2222
remote: https://github.com/guard/listen.git
23-
revision: 43cb09c859c6bae41fb9ad78eef6d10613fc57e0
23+
revision: 7c6d39e17d4ca8aef8cf72890176cc56fa90b236
2424
specs:
2525
listen (3.9.0)
2626
logger
@@ -45,29 +45,29 @@ GEM
4545
specs:
4646
action_text-trix (2.1.16)
4747
railties
48-
actioncable (8.1.1)
49-
actionpack (= 8.1.1)
50-
activesupport (= 8.1.1)
48+
actioncable (8.1.2)
49+
actionpack (= 8.1.2)
50+
activesupport (= 8.1.2)
5151
nio4r (~> 2.0)
5252
websocket-driver (>= 0.6.1)
5353
zeitwerk (~> 2.6)
54-
actionmailbox (8.1.1)
55-
actionpack (= 8.1.1)
56-
activejob (= 8.1.1)
57-
activerecord (= 8.1.1)
58-
activestorage (= 8.1.1)
59-
activesupport (= 8.1.1)
54+
actionmailbox (8.1.2)
55+
actionpack (= 8.1.2)
56+
activejob (= 8.1.2)
57+
activerecord (= 8.1.2)
58+
activestorage (= 8.1.2)
59+
activesupport (= 8.1.2)
6060
mail (>= 2.8.0)
61-
actionmailer (8.1.1)
62-
actionpack (= 8.1.1)
63-
actionview (= 8.1.1)
64-
activejob (= 8.1.1)
65-
activesupport (= 8.1.1)
61+
actionmailer (8.1.2)
62+
actionpack (= 8.1.2)
63+
actionview (= 8.1.2)
64+
activejob (= 8.1.2)
65+
activesupport (= 8.1.2)
6666
mail (>= 2.8.0)
6767
rails-dom-testing (~> 2.2)
68-
actionpack (8.1.1)
69-
actionview (= 8.1.1)
70-
activesupport (= 8.1.1)
68+
actionpack (8.1.2)
69+
actionview (= 8.1.2)
70+
activesupport (= 8.1.2)
7171
nokogiri (>= 1.8.5)
7272
rack (>= 2.2.4)
7373
rack-session (>= 1.0.1)
@@ -77,36 +77,36 @@ GEM
7777
useragent (~> 0.16)
7878
actionpack-page_caching (1.2.4)
7979
actionpack (>= 4.0.0)
80-
actiontext (8.1.1)
80+
actiontext (8.1.2)
8181
action_text-trix (~> 2.1.15)
82-
actionpack (= 8.1.1)
83-
activerecord (= 8.1.1)
84-
activestorage (= 8.1.1)
85-
activesupport (= 8.1.1)
82+
actionpack (= 8.1.2)
83+
activerecord (= 8.1.2)
84+
activestorage (= 8.1.2)
85+
activesupport (= 8.1.2)
8686
globalid (>= 0.6.0)
8787
nokogiri (>= 1.8.5)
88-
actionview (8.1.1)
89-
activesupport (= 8.1.1)
88+
actionview (8.1.2)
89+
activesupport (= 8.1.2)
9090
builder (~> 3.1)
9191
erubi (~> 1.11)
9292
rails-dom-testing (~> 2.2)
9393
rails-html-sanitizer (~> 1.6)
94-
activejob (8.1.1)
95-
activesupport (= 8.1.1)
94+
activejob (8.1.2)
95+
activesupport (= 8.1.2)
9696
globalid (>= 0.3.6)
97-
activemodel (8.1.1)
98-
activesupport (= 8.1.1)
99-
activerecord (8.1.1)
100-
activemodel (= 8.1.1)
101-
activesupport (= 8.1.1)
97+
activemodel (8.1.2)
98+
activesupport (= 8.1.2)
99+
activerecord (8.1.2)
100+
activemodel (= 8.1.2)
101+
activesupport (= 8.1.2)
102102
timeout (>= 0.4.0)
103-
activestorage (8.1.1)
104-
actionpack (= 8.1.1)
105-
activejob (= 8.1.1)
106-
activerecord (= 8.1.1)
107-
activesupport (= 8.1.1)
103+
activestorage (8.1.2)
104+
actionpack (= 8.1.2)
105+
activejob (= 8.1.2)
106+
activerecord (= 8.1.2)
107+
activesupport (= 8.1.2)
108108
marcel (~> 1.0)
109-
activesupport (8.1.1)
109+
activesupport (8.1.2)
110110
base64
111111
bigdecimal
112112
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -283,30 +283,30 @@ GEM
283283
rack (>= 1.3)
284284
rackup (2.3.1)
285285
rack (>= 3)
286-
rails (8.1.1)
287-
actioncable (= 8.1.1)
288-
actionmailbox (= 8.1.1)
289-
actionmailer (= 8.1.1)
290-
actionpack (= 8.1.1)
291-
actiontext (= 8.1.1)
292-
actionview (= 8.1.1)
293-
activejob (= 8.1.1)
294-
activemodel (= 8.1.1)
295-
activerecord (= 8.1.1)
296-
activestorage (= 8.1.1)
297-
activesupport (= 8.1.1)
286+
rails (8.1.2)
287+
actioncable (= 8.1.2)
288+
actionmailbox (= 8.1.2)
289+
actionmailer (= 8.1.2)
290+
actionpack (= 8.1.2)
291+
actiontext (= 8.1.2)
292+
actionview (= 8.1.2)
293+
activejob (= 8.1.2)
294+
activemodel (= 8.1.2)
295+
activerecord (= 8.1.2)
296+
activestorage (= 8.1.2)
297+
activesupport (= 8.1.2)
298298
bundler (>= 1.15.0)
299-
railties (= 8.1.1)
299+
railties (= 8.1.2)
300300
rails-dom-testing (2.3.0)
301301
activesupport (>= 5.0.0)
302302
minitest
303303
nokogiri (>= 1.6)
304304
rails-html-sanitizer (1.6.2)
305305
loofah (~> 2.21)
306306
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)
307-
railties (8.1.1)
308-
actionpack (= 8.1.1)
309-
activesupport (= 8.1.1)
307+
railties (8.1.2)
308+
actionpack (= 8.1.2)
309+
activesupport (= 8.1.2)
310310
irb (~> 1.13)
311311
rackup (>= 1.0.0)
312312
rake (>= 12.2)
@@ -325,7 +325,7 @@ GEM
325325
redcarpet (3.6.1)
326326
redis (5.4.1)
327327
redis-client (>= 0.22.0)
328-
redis-client (0.26.2)
328+
redis-client (0.26.3)
329329
connection_pool
330330
reline (0.6.3)
331331
io-console (~> 0.5)
@@ -377,8 +377,8 @@ GEM
377377
temple (0.10.4)
378378
terser (1.2.6)
379379
execjs (>= 0.3.0, < 3)
380-
thor (1.4.0)
381-
tilt (2.6.1)
380+
thor (1.5.0)
381+
tilt (2.7.0)
382382
timeout (0.6.0)
383383
tsort (0.2.0)
384384
tzinfo (2.0.6)

0 commit comments

Comments
 (0)