From 8ea9fc68e8ff836b218b2538ed2d15dda84f5d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 01:56:24 +0000 Subject: [PATCH] Bump sentry-sidekiq from 5.15.2 to 5.16.0 Bumps [sentry-sidekiq](https://github.com/getsentry/sentry-ruby) from 5.15.2 to 5.16.0. - [Release notes](https://github.com/getsentry/sentry-ruby/releases) - [Changelog](https://github.com/getsentry/sentry-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-ruby/compare/5.15.2...5.16.0) --- updated-dependencies: - dependency-name: sentry-sidekiq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 52103feb6..ad5ac18b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -564,7 +564,7 @@ GEM psych (>= 4.0.0) redis (5.0.8) redis-client (>= 0.17.0) - redis-client (0.19.0) + redis-client (0.19.1) connection_pool redis-namespace (1.11.0) redis (>= 4) @@ -651,13 +651,15 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.15.2) + sentry-rails (5.3.1) railties (>= 5.0) - sentry-ruby (~> 5.15.2) - sentry-ruby (5.15.2) + sentry-ruby-core (~> 5.3.1) + sentry-ruby (5.16.0) concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (5.15.2) - sentry-ruby (~> 5.15.2) + sentry-ruby-core (5.3.1) + concurrent-ruby + sentry-sidekiq (5.16.0) + sentry-ruby (~> 5.16.0) sidekiq (>= 3.0) shoulda (4.0.0) shoulda-context (~> 2.0)