Skip to content

Commit eb00207

Browse files
Bump sentry-rails from 5.26.0 to 6.3.0
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.26.0 to 6.3.0. - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-ruby@5.26.0...6.3.0) --- updated-dependencies: - dependency-name: sentry-rails dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 070d16f commit eb00207

1 file changed

Lines changed: 88 additions & 78 deletions

File tree

Gemfile.lock

Lines changed: 88 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -11,66 +11,68 @@ GIT
1111
GEM
1212
remote: https://rubygems.org/
1313
specs:
14-
actioncable (7.2.2.2)
15-
actionpack (= 7.2.2.2)
16-
activesupport (= 7.2.2.2)
14+
actioncable (7.2.3)
15+
actionpack (= 7.2.3)
16+
activesupport (= 7.2.3)
1717
nio4r (~> 2.0)
1818
websocket-driver (>= 0.6.1)
1919
zeitwerk (~> 2.6)
20-
actionmailbox (7.2.2.2)
21-
actionpack (= 7.2.2.2)
22-
activejob (= 7.2.2.2)
23-
activerecord (= 7.2.2.2)
24-
activestorage (= 7.2.2.2)
25-
activesupport (= 7.2.2.2)
20+
actionmailbox (7.2.3)
21+
actionpack (= 7.2.3)
22+
activejob (= 7.2.3)
23+
activerecord (= 7.2.3)
24+
activestorage (= 7.2.3)
25+
activesupport (= 7.2.3)
2626
mail (>= 2.8.0)
27-
actionmailer (7.2.2.2)
28-
actionpack (= 7.2.2.2)
29-
actionview (= 7.2.2.2)
30-
activejob (= 7.2.2.2)
31-
activesupport (= 7.2.2.2)
27+
actionmailer (7.2.3)
28+
actionpack (= 7.2.3)
29+
actionview (= 7.2.3)
30+
activejob (= 7.2.3)
31+
activesupport (= 7.2.3)
3232
mail (>= 2.8.0)
3333
rails-dom-testing (~> 2.2)
34-
actionpack (7.2.2.2)
35-
actionview (= 7.2.2.2)
36-
activesupport (= 7.2.2.2)
34+
actionpack (7.2.3)
35+
actionview (= 7.2.3)
36+
activesupport (= 7.2.3)
37+
cgi
3738
nokogiri (>= 1.8.5)
3839
racc
39-
rack (>= 2.2.4, < 3.2)
40+
rack (>= 2.2.4, < 3.3)
4041
rack-session (>= 1.0.1)
4142
rack-test (>= 0.6.3)
4243
rails-dom-testing (~> 2.2)
4344
rails-html-sanitizer (~> 1.6)
4445
useragent (~> 0.16)
45-
actiontext (7.2.2.2)
46-
actionpack (= 7.2.2.2)
47-
activerecord (= 7.2.2.2)
48-
activestorage (= 7.2.2.2)
49-
activesupport (= 7.2.2.2)
46+
actiontext (7.2.3)
47+
actionpack (= 7.2.3)
48+
activerecord (= 7.2.3)
49+
activestorage (= 7.2.3)
50+
activesupport (= 7.2.3)
5051
globalid (>= 0.6.0)
5152
nokogiri (>= 1.8.5)
52-
actionview (7.2.2.2)
53-
activesupport (= 7.2.2.2)
53+
actionview (7.2.3)
54+
activesupport (= 7.2.3)
5455
builder (~> 3.1)
56+
cgi
5557
erubi (~> 1.11)
5658
rails-dom-testing (~> 2.2)
5759
rails-html-sanitizer (~> 1.6)
58-
activejob (7.2.2.2)
59-
activesupport (= 7.2.2.2)
60+
activejob (7.2.3)
61+
activesupport (= 7.2.3)
6062
globalid (>= 0.3.6)
61-
activemodel (7.2.2.2)
62-
activesupport (= 7.2.2.2)
63-
activerecord (7.2.2.2)
64-
activemodel (= 7.2.2.2)
65-
activesupport (= 7.2.2.2)
63+
activemodel (7.2.3)
64+
activesupport (= 7.2.3)
65+
activerecord (7.2.3)
66+
activemodel (= 7.2.3)
67+
activesupport (= 7.2.3)
6668
timeout (>= 0.4.0)
67-
activestorage (7.2.2.2)
68-
actionpack (= 7.2.2.2)
69-
activejob (= 7.2.2.2)
70-
activerecord (= 7.2.2.2)
71-
activesupport (= 7.2.2.2)
69+
activestorage (7.2.3)
70+
actionpack (= 7.2.3)
71+
activejob (= 7.2.3)
72+
activerecord (= 7.2.3)
73+
activesupport (= 7.2.3)
7274
marcel (~> 1.0)
73-
activesupport (7.2.2.2)
75+
activesupport (7.2.3)
7476
base64
7577
benchmark (>= 0.3)
7678
bigdecimal
@@ -117,7 +119,7 @@ GEM
117119
aws-sigv4 (1.12.1)
118120
aws-eventstream (~> 1, >= 1.0.2)
119121
base64 (0.3.0)
120-
benchmark (0.4.1)
122+
benchmark (0.5.0)
121123
bigdecimal (4.0.1)
122124
bootsnap (1.18.6)
123125
msgpack (~> 1.2)
@@ -136,12 +138,13 @@ GEM
136138
rack-test (>= 0.6.3)
137139
regexp_parser (>= 1.5, < 3.0)
138140
xpath (~> 3.2)
141+
cgi (0.5.1)
139142
childprocess (4.1.0)
140143
choice (0.2.0)
141144
climate_control (1.2.0)
142145
coderay (1.1.3)
143-
concurrent-ruby (1.3.5)
144-
connection_pool (2.5.3)
146+
concurrent-ruby (1.3.6)
147+
connection_pool (3.0.2)
145148
countries (8.0.3)
146149
unaccent (~> 0.3)
147150
crack (1.0.0)
@@ -153,7 +156,7 @@ GEM
153156
activerecord (>= 5.a)
154157
database_cleaner-core (~> 2.0)
155158
database_cleaner-core (2.0.1)
156-
date (3.4.1)
159+
date (3.5.1)
157160
debug (1.11.0)
158161
irb (~> 1.10)
159162
reline (>= 0.3.8)
@@ -166,7 +169,7 @@ GEM
166169
drb (2.2.3)
167170
email_validator (2.2.4)
168171
activemodel
169-
erb (5.0.2)
172+
erb (6.0.1)
170173
erubi (1.13.1)
171174
et-orbi (1.3.0)
172175
tzinfo
@@ -235,9 +238,10 @@ GEM
235238
actionpack (>= 6.0.0)
236239
activesupport (>= 6.0.0)
237240
railties (>= 6.0.0)
238-
io-console (0.8.1)
239-
irb (1.15.2)
241+
io-console (0.8.2)
242+
irb (1.17.0)
240243
pp (>= 0.6.0)
244+
prism (>= 1.3.0)
241245
rdoc (>= 4.0.0)
242246
reline (>= 0.4.2)
243247
jbuilder (2.14.1)
@@ -265,7 +269,7 @@ GEM
265269
language_server-protocol (3.17.0.5)
266270
lint_roller (1.1.0)
267271
logger (1.7.0)
268-
loofah (2.24.1)
272+
loofah (2.25.0)
269273
crass (~> 1.0.2)
270274
nokogiri (>= 1.12.0)
271275
mail (2.8.1)
@@ -279,7 +283,8 @@ GEM
279283
mini_magick (5.3.1)
280284
logger
281285
mini_mime (1.1.5)
282-
minitest (5.25.5)
286+
minitest (6.0.1)
287+
prism (~> 1.5)
283288
msgpack (1.8.0)
284289
multi_xml (0.8.1)
285290
bigdecimal (>= 3.1, < 5)
@@ -338,25 +343,25 @@ GEM
338343
postmark-rails (0.22.1)
339344
actionmailer (>= 3.0.0)
340345
postmark (>= 1.21.3, < 2.0)
341-
pp (0.6.2)
346+
pp (0.6.3)
342347
prettyprint
343348
prettyprint (0.2.0)
344-
prism (1.4.0)
349+
prism (1.9.0)
345350
pry (0.15.2)
346351
coderay (~> 1.1)
347352
method_source (~> 1.0)
348353
pry-byebug (3.11.0)
349354
byebug (~> 12.0)
350355
pry (>= 0.13, < 0.16)
351-
psych (5.2.6)
356+
psych (5.3.1)
352357
date
353358
stringio
354359
public_suffix (6.0.2)
355360
puma (7.2.0)
356361
nio4r (~> 2.0)
357362
raabro (1.4.0)
358363
racc (1.8.1)
359-
rack (3.1.20)
364+
rack (3.2.5)
360365
rack-cors (3.0.0)
361366
logger
362367
rack (>= 3.0.14)
@@ -369,22 +374,22 @@ GEM
369374
rack (>= 3.0.0)
370375
rack-test (2.2.0)
371376
rack (>= 1.3)
372-
rackup (2.2.1)
377+
rackup (2.3.1)
373378
rack (>= 3)
374-
rails (7.2.2.2)
375-
actioncable (= 7.2.2.2)
376-
actionmailbox (= 7.2.2.2)
377-
actionmailer (= 7.2.2.2)
378-
actionpack (= 7.2.2.2)
379-
actiontext (= 7.2.2.2)
380-
actionview (= 7.2.2.2)
381-
activejob (= 7.2.2.2)
382-
activemodel (= 7.2.2.2)
383-
activerecord (= 7.2.2.2)
384-
activestorage (= 7.2.2.2)
385-
activesupport (= 7.2.2.2)
379+
rails (7.2.3)
380+
actioncable (= 7.2.3)
381+
actionmailbox (= 7.2.3)
382+
actionmailer (= 7.2.3)
383+
actionpack (= 7.2.3)
384+
actiontext (= 7.2.3)
385+
actionview (= 7.2.3)
386+
activejob (= 7.2.3)
387+
activemodel (= 7.2.3)
388+
activerecord (= 7.2.3)
389+
activestorage (= 7.2.3)
390+
activesupport (= 7.2.3)
386391
bundler (>= 1.15.0)
387-
railties (= 7.2.2.2)
392+
railties (= 7.2.3)
388393
rails-dom-testing (2.3.0)
389394
activesupport (>= 5.0.0)
390395
minitest
@@ -397,23 +402,26 @@ GEM
397402
rails-html-sanitizer (1.6.2)
398403
loofah (~> 2.21)
399404
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)
400-
railties (7.2.2.2)
401-
actionpack (= 7.2.2.2)
402-
activesupport (= 7.2.2.2)
405+
railties (7.2.3)
406+
actionpack (= 7.2.3)
407+
activesupport (= 7.2.3)
408+
cgi
403409
irb (~> 1.13)
404410
rackup (>= 1.0.0)
405411
rake (>= 12.2)
406412
thor (~> 1.0, >= 1.2.2)
413+
tsort (>= 0.2)
407414
zeitwerk (~> 2.6)
408415
rainbow (3.1.1)
409-
rake (13.3.0)
416+
rake (13.3.1)
410417
rbs (3.9.4)
411418
logger
412-
rdoc (6.14.2)
419+
rdoc (7.2.0)
413420
erb
414421
psych (>= 4.0.0)
422+
tsort
415423
regexp_parser (2.11.2)
416-
reline (0.6.2)
424+
reline (0.6.3)
417425
io-console (~> 0.5)
418426
request_store (1.7.0)
419427
rack (>= 1.4)
@@ -511,12 +519,13 @@ GEM
511519
childprocess (>= 0.5, < 5.0)
512520
rexml (~> 3.2, >= 3.2.5)
513521
rubyzip (>= 1.2.2)
514-
sentry-rails (5.26.0)
515-
railties (>= 5.0)
516-
sentry-ruby (~> 5.26.0)
517-
sentry-ruby (5.26.0)
522+
sentry-rails (6.3.1)
523+
railties (>= 5.2.0)
524+
sentry-ruby (~> 6.3.1)
525+
sentry-ruby (6.3.1)
518526
bigdecimal
519527
concurrent-ruby (~> 1.0, >= 1.0.2)
528+
logger
520529
shoulda-matchers (5.3.0)
521530
activesupport (>= 5.2.0)
522531
simplecov (0.22.0)
@@ -537,12 +546,13 @@ GEM
537546
activesupport (>= 6.1)
538547
sprockets (>= 3.0.0)
539548
statesman (13.1.0)
540-
stringio (3.1.7)
541-
thor (1.4.0)
549+
stringio (3.2.0)
550+
thor (1.5.0)
542551
tilt (2.6.1)
543552
time (0.4.1)
544553
date
545554
timeout (0.4.3)
555+
tsort (0.2.0)
546556
tzinfo (2.0.6)
547557
concurrent-ruby (~> 1.0)
548558
unaccent (0.4.0)
@@ -567,7 +577,7 @@ GEM
567577
websocket-extensions (0.1.5)
568578
xpath (3.2.0)
569579
nokogiri (~> 1.8)
570-
zeitwerk (2.7.3)
580+
zeitwerk (2.7.5)
571581

572582
PLATFORMS
573583
aarch64-linux

0 commit comments

Comments
 (0)