Skip to content

Commit 968e87f

Browse files
Update bundler non-major dependencies to v2.5.14
1 parent 0f9ea3f commit 968e87f

File tree

1 file changed

+83
-77
lines changed

1 file changed

+83
-77
lines changed

Gemfile.lock

Lines changed: 83 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -10,66 +10,68 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.2.2.2)
14-
actionpack (= 7.2.2.2)
15-
activesupport (= 7.2.2.2)
13+
actioncable (7.2.3)
14+
actionpack (= 7.2.3)
15+
activesupport (= 7.2.3)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
1818
zeitwerk (~> 2.6)
19-
actionmailbox (7.2.2.2)
20-
actionpack (= 7.2.2.2)
21-
activejob (= 7.2.2.2)
22-
activerecord (= 7.2.2.2)
23-
activestorage (= 7.2.2.2)
24-
activesupport (= 7.2.2.2)
19+
actionmailbox (7.2.3)
20+
actionpack (= 7.2.3)
21+
activejob (= 7.2.3)
22+
activerecord (= 7.2.3)
23+
activestorage (= 7.2.3)
24+
activesupport (= 7.2.3)
2525
mail (>= 2.8.0)
26-
actionmailer (7.2.2.2)
27-
actionpack (= 7.2.2.2)
28-
actionview (= 7.2.2.2)
29-
activejob (= 7.2.2.2)
30-
activesupport (= 7.2.2.2)
26+
actionmailer (7.2.3)
27+
actionpack (= 7.2.3)
28+
actionview (= 7.2.3)
29+
activejob (= 7.2.3)
30+
activesupport (= 7.2.3)
3131
mail (>= 2.8.0)
3232
rails-dom-testing (~> 2.2)
33-
actionpack (7.2.2.2)
34-
actionview (= 7.2.2.2)
35-
activesupport (= 7.2.2.2)
33+
actionpack (7.2.3)
34+
actionview (= 7.2.3)
35+
activesupport (= 7.2.3)
36+
cgi
3637
nokogiri (>= 1.8.5)
3738
racc
38-
rack (>= 2.2.4, < 3.2)
39+
rack (>= 2.2.4, < 3.3)
3940
rack-session (>= 1.0.1)
4041
rack-test (>= 0.6.3)
4142
rails-dom-testing (~> 2.2)
4243
rails-html-sanitizer (~> 1.6)
4344
useragent (~> 0.16)
44-
actiontext (7.2.2.2)
45-
actionpack (= 7.2.2.2)
46-
activerecord (= 7.2.2.2)
47-
activestorage (= 7.2.2.2)
48-
activesupport (= 7.2.2.2)
45+
actiontext (7.2.3)
46+
actionpack (= 7.2.3)
47+
activerecord (= 7.2.3)
48+
activestorage (= 7.2.3)
49+
activesupport (= 7.2.3)
4950
globalid (>= 0.6.0)
5051
nokogiri (>= 1.8.5)
51-
actionview (7.2.2.2)
52-
activesupport (= 7.2.2.2)
52+
actionview (7.2.3)
53+
activesupport (= 7.2.3)
5354
builder (~> 3.1)
55+
cgi
5456
erubi (~> 1.11)
5557
rails-dom-testing (~> 2.2)
5658
rails-html-sanitizer (~> 1.6)
57-
activejob (7.2.2.2)
58-
activesupport (= 7.2.2.2)
59+
activejob (7.2.3)
60+
activesupport (= 7.2.3)
5961
globalid (>= 0.3.6)
60-
activemodel (7.2.2.2)
61-
activesupport (= 7.2.2.2)
62-
activerecord (7.2.2.2)
63-
activemodel (= 7.2.2.2)
64-
activesupport (= 7.2.2.2)
62+
activemodel (7.2.3)
63+
activesupport (= 7.2.3)
64+
activerecord (7.2.3)
65+
activemodel (= 7.2.3)
66+
activesupport (= 7.2.3)
6567
timeout (>= 0.4.0)
66-
activestorage (7.2.2.2)
67-
actionpack (= 7.2.2.2)
68-
activejob (= 7.2.2.2)
69-
activerecord (= 7.2.2.2)
70-
activesupport (= 7.2.2.2)
68+
activestorage (7.2.3)
69+
actionpack (= 7.2.3)
70+
activejob (= 7.2.3)
71+
activerecord (= 7.2.3)
72+
activesupport (= 7.2.3)
7173
marcel (~> 1.0)
72-
activesupport (7.2.2.2)
74+
activesupport (7.2.3)
7375
base64
7476
benchmark (>= 0.3)
7577
bigdecimal
@@ -93,7 +95,7 @@ GEM
9395
base64 (0.3.0)
9496
bcrypt (3.1.20)
9597
benchmark (0.4.1)
96-
bigdecimal (3.2.3)
98+
bigdecimal (3.3.1)
9799
bindex (0.8.1)
98100
bootsnap (1.18.6)
99101
msgpack (~> 1.2)
@@ -108,11 +110,12 @@ GEM
108110
rack-test (>= 0.6.3)
109111
regexp_parser (>= 1.5, < 3.0)
110112
xpath (~> 3.2)
113+
cgi (0.5.0)
111114
climate_control (1.2.0)
112115
colorator (1.1.0)
113116
concurrent-ruby (1.3.5)
114117
connection_pool (2.5.4)
115-
crack (1.0.0)
118+
crack (1.0.1)
116119
bigdecimal
117120
rexml
118121
crass (1.0.6)
@@ -133,7 +136,7 @@ GEM
133136
em-websocket (0.5.3)
134137
eventmachine (>= 0.12.9)
135138
http_parser.rb (~> 0)
136-
erb (5.0.2)
139+
erb (5.0.3)
137140
erubi (1.13.1)
138141
eventmachine (1.2.7)
139142
execjs (2.10.0)
@@ -157,16 +160,16 @@ GEM
157160
google-protobuf (4.30.0)
158161
bigdecimal
159162
rake (>= 13)
160-
graphql (2.5.13)
163+
graphql (2.5.14)
161164
base64
162165
fiber-storage
163166
logger
164-
hashdiff (1.1.2)
167+
hashdiff (1.2.1)
165168
http_parser.rb (0.8.0)
166169
i18n (1.14.7)
167170
concurrent-ruby (~> 1.0)
168171
io-console (0.8.1)
169-
irb (1.15.2)
172+
irb (1.15.3)
170173
pp (>= 0.6.0)
171174
rdoc (>= 4.0.0)
172175
reline (>= 0.4.2)
@@ -200,7 +203,7 @@ GEM
200203
jekyll (>= 3.8, < 5.0)
201204
jekyll-watch (2.2.1)
202205
listen (~> 3.0)
203-
json (2.15.0)
206+
json (2.15.2)
204207
jwt (3.1.2)
205208
base64
206209
kramdown (2.5.1)
@@ -246,7 +249,7 @@ GEM
246249
timeout
247250
net-smtp (0.5.1)
248251
net-protocol
249-
nio4r (2.7.4)
252+
nio4r (2.7.5)
250253
nokogiri (1.18.10)
251254
mini_portile2 (~> 2.8.2)
252255
racc (~> 1.4)
@@ -255,25 +258,25 @@ GEM
255258
multi_json (>= 1.0)
256259
orm_adapter (0.5.0)
257260
parallel (1.27.0)
258-
parser (3.3.9.0)
261+
parser (3.3.10.0)
259262
ast (~> 2.4.1)
260263
racc
261264
pathutil (0.16.2)
262265
forwardable-extended (~> 2.6)
263266
pg (1.6.2)
264-
pp (0.6.2)
267+
pp (0.6.3)
265268
prettyprint
266269
prettyprint (0.2.0)
267-
prism (1.5.1)
270+
prism (1.5.2)
268271
psych (5.2.6)
269272
date
270273
stringio
271-
public_suffix (6.0.1)
272-
puma (7.0.4)
274+
public_suffix (6.0.2)
275+
puma (7.1.0)
273276
nio4r (~> 2.0)
274277
racc (1.8.1)
275-
rack (3.1.16)
276-
rack-attack (6.7.0)
278+
rack (3.2.4)
279+
rack-attack (6.8.0)
277280
rack (>= 1.0, < 4)
278281
rack-cors (3.0.0)
279282
logger
@@ -285,37 +288,39 @@ GEM
285288
rack (>= 1.3)
286289
rackup (2.2.1)
287290
rack (>= 3)
288-
rails (7.2.2.2)
289-
actioncable (= 7.2.2.2)
290-
actionmailbox (= 7.2.2.2)
291-
actionmailer (= 7.2.2.2)
292-
actionpack (= 7.2.2.2)
293-
actiontext (= 7.2.2.2)
294-
actionview (= 7.2.2.2)
295-
activejob (= 7.2.2.2)
296-
activemodel (= 7.2.2.2)
297-
activerecord (= 7.2.2.2)
298-
activestorage (= 7.2.2.2)
299-
activesupport (= 7.2.2.2)
291+
rails (7.2.3)
292+
actioncable (= 7.2.3)
293+
actionmailbox (= 7.2.3)
294+
actionmailer (= 7.2.3)
295+
actionpack (= 7.2.3)
296+
actiontext (= 7.2.3)
297+
actionview (= 7.2.3)
298+
activejob (= 7.2.3)
299+
activemodel (= 7.2.3)
300+
activerecord (= 7.2.3)
301+
activestorage (= 7.2.3)
302+
activesupport (= 7.2.3)
300303
bundler (>= 1.15.0)
301-
railties (= 7.2.2.2)
304+
railties (= 7.2.3)
302305
rails-dom-testing (2.3.0)
303306
activesupport (>= 5.0.0)
304307
minitest
305308
nokogiri (>= 1.6)
306309
rails-html-sanitizer (1.6.2)
307310
loofah (~> 2.21)
308311
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)
309-
railties (7.2.2.2)
310-
actionpack (= 7.2.2.2)
311-
activesupport (= 7.2.2.2)
312+
railties (7.2.3)
313+
actionpack (= 7.2.3)
314+
activesupport (= 7.2.3)
315+
cgi
312316
irb (~> 1.13)
313317
rackup (>= 1.0.0)
314318
rake (>= 12.2)
315319
thor (~> 1.0, >= 1.2.2)
320+
tsort (>= 0.2)
316321
zeitwerk (~> 2.6)
317322
rainbow (3.1.1)
318-
rake (13.3.0)
323+
rake (13.3.1)
319324
rb-fsevent (0.11.2)
320325
rb-inotify (0.11.1)
321326
ffi (~> 1.0)
@@ -336,7 +341,7 @@ GEM
336341
railties (>= 5.2)
337342
rexml (3.4.4)
338343
rouge (4.5.1)
339-
rubocop (1.81.1)
344+
rubocop (1.81.7)
340345
json (~> 2.3)
341346
language_server-protocol (~> 3.17.0.2)
342347
lint_roller (~> 1.1.0)
@@ -373,16 +378,16 @@ GEM
373378
sprockets-rails
374379
tilt
375380
securerandom (0.4.1)
376-
selenium-webdriver (4.35.0)
381+
selenium-webdriver (4.38.0)
377382
base64 (~> 0.2)
378383
logger (~> 1.4)
379384
rexml (~> 3.2, >= 3.2.5)
380385
rubyzip (>= 1.2.2, < 4.0)
381386
websocket (~> 1.0)
382-
sentry-rails (5.28.0)
387+
sentry-rails (5.28.1)
383388
railties (>= 5.0)
384-
sentry-ruby (~> 5.28.0)
385-
sentry-ruby (5.28.0)
389+
sentry-ruby (~> 5.28.1)
390+
sentry-ruby (5.28.1)
386391
bigdecimal
387392
concurrent-ruby (~> 1.0, >= 1.0.2)
388393
simplecov (0.22.0)
@@ -399,7 +404,7 @@ GEM
399404
actionpack (>= 6.1)
400405
activesupport (>= 6.1)
401406
sprockets (>= 3.0.0)
402-
sqlite3 (2.7.4)
407+
sqlite3 (2.8.0)
403408
mini_portile2 (~> 2.8.0)
404409
stringio (3.1.7)
405410
terminal-table (3.0.2)
@@ -408,6 +413,7 @@ GEM
408413
tilt (2.6.0)
409414
timecop (0.9.10)
410415
timeout (0.4.3)
416+
tsort (0.2.0)
411417
tzinfo (2.0.6)
412418
concurrent-ruby (~> 1.0)
413419
uglifier (4.2.1)
@@ -424,7 +430,7 @@ GEM
424430
activemodel (>= 6.0.0)
425431
bindex (>= 0.4.0)
426432
railties (>= 6.0.0)
427-
webmock (3.25.1)
433+
webmock (3.26.1)
428434
addressable (>= 2.8.0)
429435
crack (>= 0.3.2)
430436
hashdiff (>= 0.4.0, < 2.0.0)

0 commit comments

Comments
 (0)