Skip to content

Commit dafe7de

Browse files
committed
chore: update Gemfile.lock with dependency version bumps and minor version upgrades
1 parent 2aeea7b commit dafe7de

File tree

1 file changed

+113
-105
lines changed

1 file changed

+113
-105
lines changed

Gemfile.lock

Lines changed: 113 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -11,65 +11,65 @@ PATH
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (8.0.2)
15-
actionpack (= 8.0.2)
16-
activesupport (= 8.0.2)
14+
actioncable (8.0.2.1)
15+
actionpack (= 8.0.2.1)
16+
activesupport (= 8.0.2.1)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
1919
zeitwerk (~> 2.6)
20-
actionmailbox (8.0.2)
21-
actionpack (= 8.0.2)
22-
activejob (= 8.0.2)
23-
activerecord (= 8.0.2)
24-
activestorage (= 8.0.2)
25-
activesupport (= 8.0.2)
20+
actionmailbox (8.0.2.1)
21+
actionpack (= 8.0.2.1)
22+
activejob (= 8.0.2.1)
23+
activerecord (= 8.0.2.1)
24+
activestorage (= 8.0.2.1)
25+
activesupport (= 8.0.2.1)
2626
mail (>= 2.8.0)
27-
actionmailer (8.0.2)
28-
actionpack (= 8.0.2)
29-
actionview (= 8.0.2)
30-
activejob (= 8.0.2)
31-
activesupport (= 8.0.2)
27+
actionmailer (8.0.2.1)
28+
actionpack (= 8.0.2.1)
29+
actionview (= 8.0.2.1)
30+
activejob (= 8.0.2.1)
31+
activesupport (= 8.0.2.1)
3232
mail (>= 2.8.0)
3333
rails-dom-testing (~> 2.2)
34-
actionpack (8.0.2)
35-
actionview (= 8.0.2)
36-
activesupport (= 8.0.2)
34+
actionpack (8.0.2.1)
35+
actionview (= 8.0.2.1)
36+
activesupport (= 8.0.2.1)
3737
nokogiri (>= 1.8.5)
3838
rack (>= 2.2.4)
3939
rack-session (>= 1.0.1)
4040
rack-test (>= 0.6.3)
4141
rails-dom-testing (~> 2.2)
4242
rails-html-sanitizer (~> 1.6)
4343
useragent (~> 0.16)
44-
actiontext (8.0.2)
45-
actionpack (= 8.0.2)
46-
activerecord (= 8.0.2)
47-
activestorage (= 8.0.2)
48-
activesupport (= 8.0.2)
44+
actiontext (8.0.2.1)
45+
actionpack (= 8.0.2.1)
46+
activerecord (= 8.0.2.1)
47+
activestorage (= 8.0.2.1)
48+
activesupport (= 8.0.2.1)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (8.0.2)
52-
activesupport (= 8.0.2)
51+
actionview (8.0.2.1)
52+
activesupport (= 8.0.2.1)
5353
builder (~> 3.1)
5454
erubi (~> 1.11)
5555
rails-dom-testing (~> 2.2)
5656
rails-html-sanitizer (~> 1.6)
57-
activejob (8.0.2)
58-
activesupport (= 8.0.2)
57+
activejob (8.0.2.1)
58+
activesupport (= 8.0.2.1)
5959
globalid (>= 0.3.6)
60-
activemodel (8.0.2)
61-
activesupport (= 8.0.2)
62-
activerecord (8.0.2)
63-
activemodel (= 8.0.2)
64-
activesupport (= 8.0.2)
60+
activemodel (8.0.2.1)
61+
activesupport (= 8.0.2.1)
62+
activerecord (8.0.2.1)
63+
activemodel (= 8.0.2.1)
64+
activesupport (= 8.0.2.1)
6565
timeout (>= 0.4.0)
66-
activestorage (8.0.2)
67-
actionpack (= 8.0.2)
68-
activejob (= 8.0.2)
69-
activerecord (= 8.0.2)
70-
activesupport (= 8.0.2)
66+
activestorage (8.0.2.1)
67+
actionpack (= 8.0.2.1)
68+
activejob (= 8.0.2.1)
69+
activerecord (= 8.0.2.1)
70+
activesupport (= 8.0.2.1)
7171
marcel (~> 1.0)
72-
activesupport (8.0.2)
72+
activesupport (8.0.2.1)
7373
base64
7474
benchmark (>= 0.3)
7575
bigdecimal
@@ -83,36 +83,37 @@ GEM
8383
tzinfo (~> 2.0, >= 2.0.5)
8484
uri (>= 0.13.1)
8585
ast (2.4.3)
86-
base64 (0.2.0)
87-
benchmark (0.4.0)
88-
bigdecimal (3.1.9)
86+
base64 (0.3.0)
87+
benchmark (0.4.1)
88+
bigdecimal (3.2.3)
8989
builder (3.3.0)
90-
concurrent-ruby (1.3.4)
91-
connection_pool (2.5.1)
90+
concurrent-ruby (1.3.5)
91+
connection_pool (2.5.4)
9292
crass (1.0.6)
9393
date (3.4.1)
94-
diff-lcs (1.6.1)
95-
drb (2.2.1)
94+
diff-lcs (1.6.2)
95+
drb (2.2.3)
96+
erb (5.0.2)
9697
erubi (1.13.1)
97-
factory_bot (6.5.1)
98+
factory_bot (6.5.5)
9899
activesupport (>= 6.1.0)
99-
factory_bot_rails (6.4.4)
100+
factory_bot_rails (6.5.0)
100101
factory_bot (~> 6.5)
101-
railties (>= 5.0.0)
102-
faker (3.5.1)
102+
railties (>= 6.1.0)
103+
faker (3.5.2)
103104
i18n (>= 1.8.11, < 2)
104105
globalid (1.2.1)
105106
activesupport (>= 6.1)
106107
heroicon (1.0.0)
107108
rails (>= 5.2)
108109
i18n (1.14.7)
109110
concurrent-ruby (~> 1.0)
110-
io-console (0.8.0)
111+
io-console (0.8.1)
111112
irb (1.15.2)
112113
pp (>= 0.6.0)
113114
rdoc (>= 4.0.0)
114115
reline (>= 0.4.2)
115-
json (2.10.2)
116+
json (2.13.2)
116117
kaminari (1.2.2)
117118
activesupport (>= 4.1.0)
118119
kaminari-actionview (= 1.2.2)
@@ -125,10 +126,10 @@ GEM
125126
activerecord
126127
kaminari-core (= 1.2.2)
127128
kaminari-core (1.2.2)
128-
language_server-protocol (3.17.0.4)
129+
language_server-protocol (3.17.0.5)
129130
lint_roller (1.1.0)
130131
logger (1.7.0)
131-
loofah (2.24.0)
132+
loofah (2.24.1)
132133
crass (~> 1.0.2)
133134
nokogiri (>= 1.12.0)
134135
mail (2.8.1)
@@ -141,7 +142,7 @@ GEM
141142
mini_mime (1.1.5)
142143
minitest (5.25.5)
143144
mysql2 (0.5.6)
144-
net-imap (0.5.6)
145+
net-imap (0.5.10)
145146
date
146147
net-protocol
147148
net-pop (0.1.2)
@@ -151,85 +152,92 @@ GEM
151152
net-smtp (0.5.1)
152153
net-protocol
153154
nio4r (2.7.4)
154-
nokogiri (1.18.8-aarch64-linux-gnu)
155+
nokogiri (1.18.9-aarch64-linux-gnu)
155156
racc (~> 1.4)
156-
nokogiri (1.18.8-aarch64-linux-musl)
157+
nokogiri (1.18.9-aarch64-linux-musl)
157158
racc (~> 1.4)
158-
nokogiri (1.18.8-arm-linux-gnu)
159+
nokogiri (1.18.9-arm-linux-gnu)
159160
racc (~> 1.4)
160-
nokogiri (1.18.8-arm-linux-musl)
161+
nokogiri (1.18.9-arm-linux-musl)
161162
racc (~> 1.4)
162-
nokogiri (1.18.8-arm64-darwin)
163+
nokogiri (1.18.9-arm64-darwin)
163164
racc (~> 1.4)
164-
nokogiri (1.18.8-x86_64-darwin)
165+
nokogiri (1.18.9-x86_64-darwin)
165166
racc (~> 1.4)
166-
nokogiri (1.18.8-x86_64-linux-gnu)
167+
nokogiri (1.18.9-x86_64-linux-gnu)
167168
racc (~> 1.4)
168-
nokogiri (1.18.8-x86_64-linux-musl)
169+
nokogiri (1.18.9-x86_64-linux-musl)
169170
racc (~> 1.4)
170171
parallel (1.27.0)
171-
parser (3.3.8.0)
172+
parser (3.3.9.0)
172173
ast (~> 2.4.1)
173174
racc
174-
pg (1.5.9)
175+
pg (1.6.2)
176+
pg (1.6.2-aarch64-linux)
177+
pg (1.6.2-aarch64-linux-musl)
178+
pg (1.6.2-arm64-darwin)
179+
pg (1.6.2-x86_64-darwin)
180+
pg (1.6.2-x86_64-linux)
181+
pg (1.6.2-x86_64-linux-musl)
175182
pp (0.6.2)
176183
prettyprint
177184
prettyprint (0.2.0)
178185
prism (1.4.0)
179-
psych (5.2.3)
186+
psych (5.2.6)
180187
date
181188
stringio
182189
racc (1.8.1)
183-
rack (3.1.13)
184-
rack-session (2.1.0)
190+
rack (3.2.1)
191+
rack-session (2.1.1)
185192
base64 (>= 0.1.0)
186193
rack (>= 3.0.0)
187194
rack-test (2.2.0)
188195
rack (>= 1.3)
189196
rackup (2.2.1)
190197
rack (>= 3)
191-
rails (8.0.2)
192-
actioncable (= 8.0.2)
193-
actionmailbox (= 8.0.2)
194-
actionmailer (= 8.0.2)
195-
actionpack (= 8.0.2)
196-
actiontext (= 8.0.2)
197-
actionview (= 8.0.2)
198-
activejob (= 8.0.2)
199-
activemodel (= 8.0.2)
200-
activerecord (= 8.0.2)
201-
activestorage (= 8.0.2)
202-
activesupport (= 8.0.2)
198+
rails (8.0.2.1)
199+
actioncable (= 8.0.2.1)
200+
actionmailbox (= 8.0.2.1)
201+
actionmailer (= 8.0.2.1)
202+
actionpack (= 8.0.2.1)
203+
actiontext (= 8.0.2.1)
204+
actionview (= 8.0.2.1)
205+
activejob (= 8.0.2.1)
206+
activemodel (= 8.0.2.1)
207+
activerecord (= 8.0.2.1)
208+
activestorage (= 8.0.2.1)
209+
activesupport (= 8.0.2.1)
203210
bundler (>= 1.15.0)
204-
railties (= 8.0.2)
205-
rails-dom-testing (2.2.0)
211+
railties (= 8.0.2.1)
212+
rails-dom-testing (2.3.0)
206213
activesupport (>= 5.0.0)
207214
minitest
208215
nokogiri (>= 1.6)
209216
rails-html-sanitizer (1.6.2)
210217
loofah (~> 2.21)
211218
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)
212-
railties (8.0.2)
213-
actionpack (= 8.0.2)
214-
activesupport (= 8.0.2)
219+
railties (8.0.2.1)
220+
actionpack (= 8.0.2.1)
221+
activesupport (= 8.0.2.1)
215222
irb (~> 1.13)
216223
rackup (>= 1.0.0)
217224
rake (>= 12.2)
218225
thor (~> 1.0, >= 1.2.2)
219226
zeitwerk (~> 2.6)
220227
rainbow (3.1.1)
221-
rake (13.2.1)
222-
rdoc (6.13.1)
228+
rake (13.3.0)
229+
rdoc (6.14.2)
230+
erb
223231
psych (>= 4.0.0)
224-
regexp_parser (2.10.0)
225-
reline (0.6.1)
232+
regexp_parser (2.11.2)
233+
reline (0.6.2)
226234
io-console (~> 0.5)
227-
rspec-core (3.13.3)
235+
rspec-core (3.13.5)
228236
rspec-support (~> 3.13.0)
229-
rspec-expectations (3.13.3)
237+
rspec-expectations (3.13.5)
230238
diff-lcs (>= 1.2.0, < 2.0)
231239
rspec-support (~> 3.13.0)
232-
rspec-mocks (3.13.2)
240+
rspec-mocks (3.13.5)
233241
diff-lcs (>= 1.2.0, < 2.0)
234242
rspec-support (~> 3.13.0)
235243
rspec-rails (6.1.5)
@@ -240,19 +248,19 @@ GEM
240248
rspec-expectations (~> 3.13)
241249
rspec-mocks (~> 3.13)
242250
rspec-support (~> 3.13)
243-
rspec-support (3.13.2)
244-
rubocop (1.75.2)
251+
rspec-support (3.13.5)
252+
rubocop (1.80.2)
245253
json (~> 2.3)
246254
language_server-protocol (~> 3.17.0.2)
247255
lint_roller (~> 1.1.0)
248256
parallel (~> 1.10)
249257
parser (>= 3.3.0.2)
250258
rainbow (>= 2.2.2, < 4.0)
251259
regexp_parser (>= 2.9.3, < 3.0)
252-
rubocop-ast (>= 1.44.0, < 2.0)
260+
rubocop-ast (>= 1.46.0, < 2.0)
253261
ruby-progressbar (~> 1.7)
254262
unicode-display_width (>= 2.4.0, < 4.0)
255-
rubocop-ast (1.44.1)
263+
rubocop-ast (1.46.0)
256264
parser (>= 3.3.7.2)
257265
prism (~> 1.4)
258266
rubocop-capybara (2.22.1)
@@ -261,20 +269,20 @@ GEM
261269
rubocop-factory_bot (2.27.1)
262270
lint_roller (~> 1.1)
263271
rubocop (~> 1.72, >= 1.72.1)
264-
rubocop-github (0.23.0)
265-
rubocop (>= 1.72)
272+
rubocop-github (0.26.0)
273+
rubocop (>= 1.76)
266274
rubocop-performance (>= 1.24)
267275
rubocop-rails (>= 2.23)
268276
rubocop-performance (1.25.0)
269277
lint_roller (~> 1.1)
270278
rubocop (>= 1.75.0, < 2.0)
271279
rubocop-ast (>= 1.38.0, < 2.0)
272-
rubocop-rails (2.31.0)
280+
rubocop-rails (2.33.3)
273281
activesupport (>= 4.2.0)
274282
lint_roller (~> 1.1)
275283
rack (>= 1.1)
276284
rubocop (>= 1.75.0, < 2.0)
277-
rubocop-ast (>= 1.38.0, < 2.0)
285+
rubocop-ast (>= 1.44.0, < 2.0)
278286
rubocop-rspec (2.31.0)
279287
rubocop (~> 1.40)
280288
rubocop-capybara (~> 2.17)
@@ -293,29 +301,29 @@ GEM
293301
tailwindcss-ruby (3.4.17-arm64-darwin)
294302
tailwindcss-ruby (3.4.17-x86_64-darwin)
295303
tailwindcss-ruby (3.4.17-x86_64-linux)
296-
thor (1.3.2)
304+
thor (1.4.0)
297305
timeout (0.4.3)
298-
turbo-rails (2.0.13)
306+
turbo-rails (2.0.16)
299307
actionpack (>= 7.1.0)
300308
railties (>= 7.1.0)
301309
tzinfo (2.0.6)
302310
concurrent-ruby (~> 1.0)
303-
unicode-display_width (3.1.4)
311+
unicode-display_width (3.1.5)
304312
unicode-emoji (~> 4.0, >= 4.0.4)
305313
unicode-emoji (4.0.4)
306314
uri (1.0.3)
307315
useragent (0.16.11)
308-
view_component (3.22.0)
316+
view_component (3.23.2)
309317
activesupport (>= 5.2.0, < 8.1)
310-
concurrent-ruby (= 1.3.4)
318+
concurrent-ruby (~> 1)
311319
method_source (~> 1.0)
312-
websocket-driver (0.7.7)
320+
websocket-driver (0.8.0)
313321
base64
314322
websocket-extensions (>= 0.1.0)
315323
websocket-extensions (0.1.5)
316324
with_model (2.2.0)
317325
activerecord (>= 7.0)
318-
zeitwerk (2.7.2)
326+
zeitwerk (2.7.3)
319327

320328
PLATFORMS
321329
aarch64-linux

0 commit comments

Comments
 (0)