From 237001ce06afeb459df78947b687abee44179ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 10:03:37 +0100 Subject: [PATCH] Upgrade: Bump sentry-ruby, sentry-rails and sentry-sidekiq (#4155) Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby), [sentry-rails](https://github.com/getsentry/sentry-ruby) and [sentry-sidekiq](https://github.com/getsentry/sentry-ruby). These dependencies needed to be updated together. Updates `sentry-ruby` from 5.10.0 to 5.11.0
Changelog

Sourced from sentry-ruby's changelog.

5.11.0

Features

Bug Fixes

Commits

Updates `sentry-rails` from 5.10.0 to 5.11.0
Changelog

Sourced from sentry-rails's changelog.

5.11.0

Features

Bug Fixes

Commits

Updates `sentry-sidekiq` from 5.10.0 to 5.11.0
Changelog

Sourced from sentry-sidekiq's changelog.

5.11.0

Features

Bug Fixes

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 6 +++--- Gemfile.lock | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 28d3967ae3..59e8aa7c6c 100644 --- a/Gemfile +++ b/Gemfile @@ -37,9 +37,9 @@ gem 'redis', '~> 5.0' gem 'ruby-progressbar', '~> 1.13' gem 'sass-rails', '~> 6.0' gem 'seed-fu', '~> 2.3' -gem 'sentry-rails', '~> 5.4' -gem 'sentry-ruby', '~> 5.9' -gem 'sentry-sidekiq', '~> 5.10' +gem 'sentry-rails', '~> 5.11' +gem 'sentry-ruby', '~> 5.11' +gem 'sentry-sidekiq', '~> 5.11' gem 'shakapacker', '6.6.0' gem 'sidekiq', '~> 7.1' gem 'turbo-rails', '~> 1.4' diff --git a/Gemfile.lock b/Gemfile.lock index 8b0d0abe86..073bf7e55f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -402,7 +402,7 @@ GEM redcarpet (3.6.0) redis (5.0.6) redis-client (>= 0.9.0) - redis-client (0.14.1) + redis-client (0.17.0) connection_pool regexp_parser (2.8.1) reline (0.3.3) @@ -497,13 +497,13 @@ GEM activerecord (>= 3.1) activesupport (>= 3.1) semantic_range (3.0.0) - sentry-rails (5.10.0) + sentry-rails (5.11.0) railties (>= 5.0) - sentry-ruby (~> 5.10.0) - sentry-ruby (5.10.0) + sentry-ruby (~> 5.11.0) + sentry-ruby (5.11.0) concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (5.10.0) - sentry-ruby (~> 5.10.0) + sentry-sidekiq (5.11.0) + sentry-ruby (~> 5.11.0) sidekiq (>= 3.0) shakapacker (6.6.0) activesupport (>= 5.2) @@ -633,9 +633,9 @@ DEPENDENCIES ruby-progressbar (~> 1.13) sass-rails (~> 6.0) seed-fu (~> 2.3) - sentry-rails (~> 5.4) - sentry-ruby (~> 5.9) - sentry-sidekiq (~> 5.10) + sentry-rails (~> 5.11) + sentry-ruby (~> 5.11) + sentry-sidekiq (~> 5.11) shakapacker (= 6.6.0) shoulda-matchers (~> 5.3) sidekiq (~> 7.1)