Skip to content

Commit f4f80f7

Browse files
Update sentry-ruby monorepo to v6
1 parent 737c70d commit f4f80f7

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Gemfile.lock

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ GEM
129129
aws-eventstream (~> 1, >= 1.0.2)
130130
base64 (0.3.0)
131131
bcrypt (3.1.20)
132-
benchmark (0.4.1)
133-
bigdecimal (3.2.3)
132+
benchmark (0.5.0)
133+
bigdecimal (3.3.1)
134134
bindex (0.8.1)
135135
bootsnap (1.18.6)
136136
msgpack (~> 1.2)
@@ -177,7 +177,7 @@ GEM
177177
dotenv (= 3.1.8)
178178
railties (>= 6.1)
179179
drb (2.2.3)
180-
erb (5.0.2)
180+
erb (5.1.1)
181181
erubi (1.13.1)
182182
execjs (2.10.0)
183183
ffi (1.17.1)
@@ -245,7 +245,7 @@ GEM
245245
matrix (0.4.2)
246246
mini_mime (1.1.5)
247247
mini_portile2 (2.8.9)
248-
minitest (5.25.5)
248+
minitest (5.26.0)
249249
minitest-reporters (1.7.1)
250250
ansi
251251
builder
@@ -285,7 +285,7 @@ GEM
285285
ast (~> 2.4.1)
286286
racc
287287
pg (1.6.2)
288-
pp (0.6.2)
288+
pp (0.6.3)
289289
prettyprint
290290
prettyprint (0.2.0)
291291
prism (1.4.0)
@@ -296,7 +296,7 @@ GEM
296296
puma (7.0.4)
297297
nio4r (~> 2.0)
298298
racc (1.8.1)
299-
rack (3.2.1)
299+
rack (3.2.3)
300300
rack-protection (4.1.1)
301301
base64 (>= 0.1.0)
302302
logger (>= 1.6.0)
@@ -344,9 +344,10 @@ GEM
344344
rb-fsevent (0.11.2)
345345
rb-inotify (0.11.1)
346346
ffi (~> 1.0)
347-
rdoc (6.14.2)
347+
rdoc (6.15.0)
348348
erb
349349
psych (>= 4.0.0)
350+
tsort
350351
regexp_parser (2.11.3)
351352
reline (0.6.2)
352353
io-console (~> 0.5)
@@ -403,10 +404,10 @@ GEM
403404
rexml (~> 3.2, >= 3.2.5)
404405
rubyzip (>= 1.2.2, < 4.0)
405406
websocket (~> 1.0)
406-
sentry-rails (5.28.0)
407-
railties (>= 5.0)
408-
sentry-ruby (~> 5.28.0)
409-
sentry-ruby (5.28.0)
407+
sentry-rails (6.0.0)
408+
railties (>= 5.2.0)
409+
sentry-ruby (~> 6.0.0)
410+
sentry-ruby (6.0.0)
410411
bigdecimal
411412
concurrent-ruby (~> 1.0, >= 1.0.2)
412413
simple_form (5.3.1)
@@ -439,6 +440,7 @@ GEM
439440
tilt (2.6.0)
440441
timecop (0.9.10)
441442
timeout (0.4.3)
443+
tsort (0.2.0)
442444
tzinfo (2.0.6)
443445
concurrent-ruby (~> 1.0)
444446
unicode-display_width (3.2.0)

0 commit comments

Comments
 (0)