Skip to content

Commit 8db1659

Browse files
Update sentry-ruby monorepo to v6
1 parent 8909ed7 commit 8db1659

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

Gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ GEM
103103
statsd-ruby (~> 1.1)
104104
base64 (0.3.0)
105105
bcrypt (3.1.20)
106-
benchmark (0.4.1)
107-
bigdecimal (3.2.3)
106+
benchmark (0.5.0)
107+
bigdecimal (3.3.1)
108108
bindata (2.5.0)
109109
bindex (0.8.1)
110110
bootsnap (1.18.6)
@@ -128,7 +128,7 @@ GEM
128128
rexml
129129
crass (1.0.6)
130130
csv (3.3.5)
131-
date (3.4.1)
131+
date (3.5.0)
132132
debug (1.11.0)
133133
irb (~> 1.10)
134134
reline (>= 0.3.8)
@@ -147,7 +147,7 @@ GEM
147147
drb (2.2.3)
148148
email_validator (2.2.4)
149149
activemodel
150-
erb (5.0.2)
150+
erb (5.1.3)
151151
erubi (1.13.1)
152152
faraday (2.12.2)
153153
faraday-net_http (>= 2.0, < 3.5)
@@ -188,7 +188,7 @@ GEM
188188
activesupport (>= 6.0.0)
189189
railties (>= 6.0.0)
190190
io-console (0.8.1)
191-
irb (1.15.2)
191+
irb (1.15.3)
192192
pp (>= 0.6.0)
193193
rdoc (>= 4.0.0)
194194
reline (>= 0.4.2)
@@ -236,7 +236,7 @@ GEM
236236
marcel (1.0.4)
237237
matrix (0.4.2)
238238
mini_mime (1.1.5)
239-
minitest (5.25.5)
239+
minitest (5.26.0)
240240
mocha (2.7.1)
241241
ruby2_keywords (>= 0.0.5)
242242
msgpack (1.8.0)
@@ -295,7 +295,7 @@ GEM
295295
pg (1.6.2-arm64-darwin)
296296
pg (1.6.2-x86_64-darwin)
297297
pg (1.6.2-x86_64-linux)
298-
pp (0.6.2)
298+
pp (0.6.3)
299299
prettyprint
300300
prettyprint (0.2.0)
301301
prism (1.4.0)
@@ -306,7 +306,7 @@ GEM
306306
puma (7.0.4)
307307
nio4r (~> 2.0)
308308
racc (1.8.1)
309-
rack (3.1.16)
309+
rack (3.1.19)
310310
rack-cors (3.0.0)
311311
logger
312312
rack (>= 3.0.14)
@@ -358,10 +358,11 @@ GEM
358358
thor (~> 1.0, >= 1.2.2)
359359
zeitwerk (~> 2.6)
360360
rainbow (3.1.1)
361-
rake (13.3.0)
362-
rdoc (6.14.2)
361+
rake (13.3.1)
362+
rdoc (6.15.1)
363363
erb
364364
psych (>= 4.0.0)
365+
tsort
365366
regexp_parser (2.11.3)
366367
reline (0.6.2)
367368
io-console (~> 0.5)
@@ -426,10 +427,10 @@ GEM
426427
rexml (~> 3.2, >= 3.2.5)
427428
rubyzip (>= 1.2.2, < 4.0)
428429
websocket (~> 1.0)
429-
sentry-rails (5.28.0)
430-
railties (>= 5.0)
431-
sentry-ruby (~> 5.28.0)
432-
sentry-ruby (5.28.0)
430+
sentry-rails (6.1.0)
431+
railties (>= 5.2.0)
432+
sentry-ruby (~> 6.1.0)
433+
sentry-ruby (6.1.0)
433434
bigdecimal
434435
concurrent-ruby (~> 1.0, >= 1.0.2)
435436
simplecov (0.22.0)
@@ -463,6 +464,7 @@ GEM
463464
thor (1.4.0)
464465
tilt (2.6.0)
465466
timeout (0.4.3)
467+
tsort (0.2.0)
466468
turbo-rails (2.0.17)
467469
actionpack (>= 7.1.0)
468470
railties (>= 7.1.0)

0 commit comments

Comments
 (0)