Skip to content

Commit e4f28bf

Browse files
Bump sentry-rails from 5.22.1 to 5.22.2
Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.22.1 to 5.22.2. - [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.22.1...5.22.2) --- updated-dependencies: - dependency-name: sentry-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad51acc commit e4f28bf

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

Gemfile.lock

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ GEM
232232
terminal-table (>= 1.5.1)
233233
ice_nine (0.11.2)
234234
io-console (0.8.0)
235-
irb (1.14.3)
235+
irb (1.15.1)
236+
pp (>= 0.6.0)
236237
rdoc (>= 4.0.0)
237238
reline (>= 0.4.2)
238239
jmespath (1.6.2)
@@ -274,21 +275,21 @@ GEM
274275
net-smtp (0.5.0)
275276
net-protocol
276277
nio4r (2.7.4)
277-
nokogiri (1.18.1-aarch64-linux-gnu)
278+
nokogiri (1.18.2-aarch64-linux-gnu)
278279
racc (~> 1.4)
279-
nokogiri (1.18.1-aarch64-linux-musl)
280+
nokogiri (1.18.2-aarch64-linux-musl)
280281
racc (~> 1.4)
281-
nokogiri (1.18.1-arm-linux-gnu)
282+
nokogiri (1.18.2-arm-linux-gnu)
282283
racc (~> 1.4)
283-
nokogiri (1.18.1-arm-linux-musl)
284+
nokogiri (1.18.2-arm-linux-musl)
284285
racc (~> 1.4)
285-
nokogiri (1.18.1-arm64-darwin)
286+
nokogiri (1.18.2-arm64-darwin)
286287
racc (~> 1.4)
287-
nokogiri (1.18.1-x86_64-darwin)
288+
nokogiri (1.18.2-x86_64-darwin)
288289
racc (~> 1.4)
289-
nokogiri (1.18.1-x86_64-linux-gnu)
290+
nokogiri (1.18.2-x86_64-linux-gnu)
290291
racc (~> 1.4)
291-
nokogiri (1.18.1-x86_64-linux-musl)
292+
nokogiri (1.18.2-x86_64-linux-musl)
292293
racc (~> 1.4)
293294
notifications-ruby-client (6.2.0)
294295
jwt (>= 1.5, < 3)
@@ -323,7 +324,10 @@ GEM
323324
racc
324325
pg (1.5.9)
325326
plek (5.1.0)
326-
psych (5.2.2)
327+
pp (0.6.2)
328+
prettyprint
329+
prettyprint (0.2.0)
330+
psych (5.2.3)
327331
date
328332
stringio
329333
public_suffix (6.0.1)
@@ -343,9 +347,10 @@ GEM
343347
rack (>= 3.0.0, < 4)
344348
rack-proxy (0.7.7)
345349
rack
346-
rack-session (2.0.0)
350+
rack-session (2.1.0)
351+
base64 (>= 0.1.0)
347352
rack (>= 3.0.0)
348-
rack-test (2.1.0)
353+
rack-test (2.2.0)
349354
rack (>= 1.3)
350355
rackup (2.2.1)
351356
rack (>= 3)
@@ -387,7 +392,7 @@ GEM
387392
zeitwerk (~> 2.6)
388393
rainbow (3.1.1)
389394
rake (13.2.1)
390-
rdoc (6.10.0)
395+
rdoc (6.11.0)
391396
psych (>= 4.0.0)
392397
redcarpet (3.6.0)
393398
regexp_parser (2.10.0)
@@ -452,10 +457,10 @@ GEM
452457
rexml (~> 3.2, >= 3.2.5)
453458
rubyzip (>= 1.2.2, < 3.0)
454459
websocket (~> 1.0)
455-
sentry-rails (5.22.1)
460+
sentry-rails (5.22.2)
456461
railties (>= 5.0)
457-
sentry-ruby (~> 5.22.1)
458-
sentry-ruby (5.22.1)
462+
sentry-ruby (~> 5.22.2)
463+
sentry-ruby (5.22.2)
459464
bigdecimal
460465
concurrent-ruby (~> 1.0, >= 1.0.2)
461466
simplecov (0.22.0)

0 commit comments

Comments
 (0)