Skip to content

Commit f8a09c8

Browse files
Update dependency rails to v8.1.3.1
1 parent 7222751 commit f8a09c8

2 files changed

Lines changed: 98 additions & 91 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'coffee-rails', '5.0.0'
88
gem 'jbuilder', '2.14.1'
99
gem 'mysql2', '0.5.7'
1010
gem 'puma', '7.0.4'
11-
gem 'rails', '8.0.3'
11+
gem 'rails', '8.1.3.1'
1212
gem 'sass-rails', '6.0.0'
1313
gem 'turbolinks', '5.2.1'
1414
gem 'uglifier', '4.2.1'

Gemfile.lock

Lines changed: 97 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,75 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
4+
action_text-trix (2.1.19)
5+
railties
6+
actioncable (8.1.3.1)
7+
actionpack (= 8.1.3.1)
8+
activesupport (= 8.1.3.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.3)
11-
actionpack (= 8.0.3)
12-
activejob (= 8.0.3)
13-
activerecord (= 8.0.3)
14-
activestorage (= 8.0.3)
15-
activesupport (= 8.0.3)
12+
actionmailbox (8.1.3.1)
13+
actionpack (= 8.1.3.1)
14+
activejob (= 8.1.3.1)
15+
activerecord (= 8.1.3.1)
16+
activestorage (= 8.1.3.1)
17+
activesupport (= 8.1.3.1)
1618
mail (>= 2.8.0)
17-
actionmailer (8.0.3)
18-
actionpack (= 8.0.3)
19-
actionview (= 8.0.3)
20-
activejob (= 8.0.3)
21-
activesupport (= 8.0.3)
19+
actionmailer (8.1.3.1)
20+
actionpack (= 8.1.3.1)
21+
actionview (= 8.1.3.1)
22+
activejob (= 8.1.3.1)
23+
activesupport (= 8.1.3.1)
2224
mail (>= 2.8.0)
2325
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.3)
25-
actionview (= 8.0.3)
26-
activesupport (= 8.0.3)
26+
actionpack (8.1.3.1)
27+
actionview (= 8.1.3.1)
28+
activesupport (= 8.1.3.1)
2729
nokogiri (>= 1.8.5)
2830
rack (>= 2.2.4)
2931
rack-session (>= 1.0.1)
3032
rack-test (>= 0.6.3)
3133
rails-dom-testing (~> 2.2)
3234
rails-html-sanitizer (~> 1.6)
3335
useragent (~> 0.16)
34-
actiontext (8.0.3)
35-
actionpack (= 8.0.3)
36-
activerecord (= 8.0.3)
37-
activestorage (= 8.0.3)
38-
activesupport (= 8.0.3)
36+
actiontext (8.1.3.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.3.1)
39+
activerecord (= 8.1.3.1)
40+
activestorage (= 8.1.3.1)
41+
activesupport (= 8.1.3.1)
3942
globalid (>= 0.6.0)
4043
nokogiri (>= 1.8.5)
41-
actionview (8.0.3)
42-
activesupport (= 8.0.3)
44+
actionview (8.1.3.1)
45+
activesupport (= 8.1.3.1)
4346
builder (~> 3.1)
4447
erubi (~> 1.11)
4548
rails-dom-testing (~> 2.2)
4649
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.3)
48-
activesupport (= 8.0.3)
50+
activejob (8.1.3.1)
51+
activesupport (= 8.1.3.1)
4952
globalid (>= 0.3.6)
50-
activemodel (8.0.3)
51-
activesupport (= 8.0.3)
52-
activerecord (8.0.3)
53-
activemodel (= 8.0.3)
54-
activesupport (= 8.0.3)
53+
activemodel (8.1.3.1)
54+
activesupport (= 8.1.3.1)
55+
activerecord (8.1.3.1)
56+
activemodel (= 8.1.3.1)
57+
activesupport (= 8.1.3.1)
5558
timeout (>= 0.4.0)
56-
activestorage (8.0.3)
57-
actionpack (= 8.0.3)
58-
activejob (= 8.0.3)
59-
activerecord (= 8.0.3)
60-
activesupport (= 8.0.3)
59+
activestorage (8.1.3.1)
60+
actionpack (= 8.1.3.1)
61+
activejob (= 8.1.3.1)
62+
activerecord (= 8.1.3.1)
63+
activesupport (= 8.1.3.1)
6164
marcel (~> 1.0)
62-
activesupport (8.0.3)
65+
activesupport (8.1.3.1)
6366
base64
64-
benchmark (>= 0.3)
6567
bigdecimal
6668
concurrent-ruby (~> 1.0, >= 1.3.1)
6769
connection_pool (>= 2.2.5)
6870
drb
6971
i18n (>= 1.6, < 2)
72+
json
7073
logger (>= 1.4.2)
7174
minitest (>= 5.1)
7275
securerandom (>= 0.3)
@@ -76,8 +79,7 @@ GEM
7679
public_suffix (>= 2.0.2, < 7.0)
7780
awesome_print (1.9.2)
7881
base64 (0.3.0)
79-
benchmark (0.4.1)
80-
bigdecimal (3.2.3)
82+
bigdecimal (3.3.1)
8183
bindex (0.8.1)
8284
bootsnap (1.18.6)
8385
msgpack (~> 1.2)
@@ -105,18 +107,18 @@ GEM
105107
coffee-script-source
106108
execjs
107109
coffee-script-source (1.12.2)
108-
concurrent-ruby (1.3.5)
109-
connection_pool (2.5.4)
110-
crass (1.0.6)
111-
date (3.4.1)
110+
concurrent-ruby (1.3.8)
111+
connection_pool (2.5.5)
112+
crass (1.0.7)
113+
date (3.5.1)
112114
diff-lcs (1.6.2)
113115
docile (1.4.1)
114116
dotenv (3.1.8)
115117
dotenv-rails (3.1.8)
116118
dotenv (= 3.1.8)
117119
railties (>= 6.1)
118120
drb (2.2.3)
119-
erb (5.0.2)
121+
erb (5.1.3)
120122
erubi (1.13.1)
121123
execjs (2.10.0)
122124
factory_bot (6.5.5)
@@ -125,55 +127,59 @@ GEM
125127
factory_bot (~> 6.5)
126128
railties (>= 6.1.0)
127129
ffi (1.17.2)
128-
globalid (1.3.0)
130+
globalid (1.4.0)
129131
activesupport (>= 6.1)
130-
i18n (1.14.7)
132+
i18n (1.15.2)
131133
concurrent-ruby (~> 1.0)
132-
io-console (0.8.1)
133-
irb (1.15.2)
134+
io-console (0.9.2)
135+
irb (1.18.0)
134136
pp (>= 0.6.0)
137+
prism (>= 1.3.0)
135138
rdoc (>= 4.0.0)
136139
reline (>= 0.4.2)
137140
jbuilder (2.14.1)
138141
actionview (>= 7.0.0)
139142
activesupport (>= 7.0.0)
143+
json (0.4.3)
140144
listen (3.9.0)
141145
rb-fsevent (~> 0.10, >= 0.10.3)
142146
rb-inotify (~> 0.9, >= 0.9.10)
143147
logger (1.7.0)
144-
loofah (2.24.1)
148+
loofah (2.25.2)
145149
crass (~> 1.0.2)
146150
nokogiri (>= 1.12.0)
147-
mail (2.8.1)
151+
mail (2.9.1)
152+
logger
148153
mini_mime (>= 0.1.1)
149154
net-imap
150155
net-pop
151156
net-smtp
152-
marcel (1.1.0)
157+
marcel (1.2.1)
153158
matrix (0.4.3)
154159
method_source (1.1.0)
155160
mini_mime (1.1.5)
156161
mini_portile2 (2.8.9)
157-
minitest (5.25.5)
162+
minitest (5.27.0)
158163
msgpack (1.8.0)
159164
mysql2 (0.5.7)
160165
bigdecimal
161-
net-imap (0.5.10)
166+
net-imap (0.6.6)
162167
date
163168
net-protocol
164169
net-pop (0.1.2)
165170
net-protocol
166-
net-protocol (0.2.2)
171+
net-protocol (0.3.0)
167172
timeout
168173
net-smtp (0.5.1)
169174
net-protocol
170-
nio4r (2.7.4)
171-
nokogiri (1.18.10)
175+
nio4r (2.7.5)
176+
nokogiri (1.19.4)
172177
mini_portile2 (~> 2.8.2)
173178
racc (~> 1.4)
174-
pp (0.6.2)
179+
pp (0.6.4)
175180
prettyprint
176181
prettyprint (0.2.0)
182+
prism (1.9.0)
177183
pry (0.15.2)
178184
coderay (~> 1.1)
179185
method_source (~> 1.0)
@@ -182,62 +188,63 @@ GEM
182188
pry (>= 0.13, < 0.16)
183189
pry-rails (0.3.11)
184190
pry (>= 0.13.0)
185-
psych (5.2.6)
191+
psych (5.5.0)
186192
date
187193
stringio
188194
public_suffix (6.0.2)
189195
puma (7.0.4)
190196
nio4r (~> 2.0)
191197
racc (1.8.1)
192-
rack (3.2.1)
198+
rack (3.2.7)
193199
rack-proxy (0.7.7)
194200
rack
195-
rack-session (2.1.1)
201+
rack-session (2.1.2)
196202
base64 (>= 0.1.0)
197203
rack (>= 3.0.0)
198204
rack-test (2.2.0)
199205
rack (>= 1.3)
200-
rackup (2.2.1)
206+
rackup (2.3.1)
201207
rack (>= 3)
202-
rails (8.0.3)
203-
actioncable (= 8.0.3)
204-
actionmailbox (= 8.0.3)
205-
actionmailer (= 8.0.3)
206-
actionpack (= 8.0.3)
207-
actiontext (= 8.0.3)
208-
actionview (= 8.0.3)
209-
activejob (= 8.0.3)
210-
activemodel (= 8.0.3)
211-
activerecord (= 8.0.3)
212-
activestorage (= 8.0.3)
213-
activesupport (= 8.0.3)
208+
rails (8.1.3.1)
209+
actioncable (= 8.1.3.1)
210+
actionmailbox (= 8.1.3.1)
211+
actionmailer (= 8.1.3.1)
212+
actionpack (= 8.1.3.1)
213+
actiontext (= 8.1.3.1)
214+
actionview (= 8.1.3.1)
215+
activejob (= 8.1.3.1)
216+
activemodel (= 8.1.3.1)
217+
activerecord (= 8.1.3.1)
218+
activestorage (= 8.1.3.1)
219+
activesupport (= 8.1.3.1)
214220
bundler (>= 1.15.0)
215-
railties (= 8.0.3)
221+
railties (= 8.1.3.1)
216222
rails-dom-testing (2.3.0)
217223
activesupport (>= 5.0.0)
218224
minitest
219225
nokogiri (>= 1.6)
220-
rails-html-sanitizer (1.6.2)
221-
loofah (~> 2.21)
226+
rails-html-sanitizer (1.7.1)
227+
loofah (~> 2.25, >= 2.25.2)
222228
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)
223-
railties (8.0.3)
224-
actionpack (= 8.0.3)
225-
activesupport (= 8.0.3)
229+
railties (8.1.3.1)
230+
actionpack (= 8.1.3.1)
231+
activesupport (= 8.1.3.1)
226232
irb (~> 1.13)
227233
rackup (>= 1.0.0)
228234
rake (>= 12.2)
229235
thor (~> 1.0, >= 1.2.2)
230236
tsort (>= 0.2)
231237
zeitwerk (~> 2.6)
232-
rake (13.3.0)
238+
rake (13.4.2)
233239
rb-fsevent (0.11.2)
234240
rb-inotify (0.11.1)
235241
ffi (~> 1.0)
236-
rdoc (6.14.2)
242+
rdoc (6.17.0)
237243
erb
238244
psych (>= 4.0.0)
245+
tsort
239246
regexp_parser (2.11.3)
240-
reline (0.6.2)
247+
reline (0.7.0)
241248
io-console (~> 0.5)
242249
rexml (3.4.4)
243250
rspec-core (3.13.5)
@@ -296,10 +303,10 @@ GEM
296303
actionpack (>= 6.1)
297304
activesupport (>= 6.1)
298305
sprockets (>= 3.0.0)
299-
stringio (3.1.7)
300-
thor (1.4.0)
306+
stringio (3.2.0)
307+
thor (1.5.0)
301308
tilt (2.6.1)
302-
timeout (0.4.3)
309+
timeout (0.6.1)
303310
tsort (0.2.0)
304311
turbolinks (5.2.1)
305312
turbolinks-source (~> 5.2)
@@ -308,7 +315,7 @@ GEM
308315
concurrent-ruby (~> 1.0)
309316
uglifier (4.2.1)
310317
execjs (>= 0.3.0, < 3)
311-
uri (1.0.3)
318+
uri (1.1.1)
312319
useragent (0.16.11)
313320
web-console (4.2.1)
314321
actionview (>= 6.0.0)
@@ -325,13 +332,13 @@ GEM
325332
railties (>= 5.2)
326333
semantic_range (>= 2.3.0)
327334
websocket (1.2.11)
328-
websocket-driver (0.8.0)
335+
websocket-driver (0.8.2)
329336
base64
330337
websocket-extensions (>= 0.1.0)
331338
websocket-extensions (0.1.5)
332339
xpath (3.2.0)
333340
nokogiri (~> 1.8)
334-
zeitwerk (2.7.3)
341+
zeitwerk (2.8.3)
335342

336343
PLATFORMS
337344
ruby
@@ -350,7 +357,7 @@ DEPENDENCIES
350357
pry-byebug
351358
pry-rails
352359
puma (= 7.0.4)
353-
rails (= 8.0.3)
360+
rails (= 8.1.3.1)
354361
rspec-rails (= 8.0.2)
355362
sass-rails (= 6.0.0)
356363
shoulda-matchers

0 commit comments

Comments
 (0)