From 9171e4736ec50bce17a6193d96f3fb8c976c0cd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:46:56 +0000 Subject: [PATCH] Bump sentry-ruby from 5.17.3 to 5.21.0 Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.17.3 to 5.21.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.17.3...5.21.0) --- updated-dependencies: - dependency-name: sentry-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 362860b..b0c4501 100644 --- a/Gemfile +++ b/Gemfile @@ -58,7 +58,7 @@ gem 'sprockets-rails', '~> 3.4', '>= 3.4.2' gem 'platform-api', '~> 3.6', require: false -gem 'sentry-ruby', '~> 5.17' +gem 'sentry-ruby', '~> 5.21' gem 'sentry-rails', '~> 5.17' gem 'sentry-sidekiq', '~> 5.17' diff --git a/Gemfile.lock b/Gemfile.lock index 3776629..3913156 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -252,14 +252,14 @@ GEM logger rubyzip (2.3.2) securerandom (0.3.1) - sentry-rails (5.17.3) + sentry-rails (5.21.0) railties (>= 5.0) - sentry-ruby (~> 5.17.3) - sentry-ruby (5.17.3) + sentry-ruby (~> 5.21.0) + sentry-ruby (5.21.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-sidekiq (5.17.3) - sentry-ruby (~> 5.17.3) + sentry-sidekiq (5.21.0) + sentry-ruby (~> 5.21.0) sidekiq (>= 3.0) sidekiq (7.3.1) concurrent-ruby (< 2) @@ -330,7 +330,7 @@ DEPENDENCIES rspec-rails (~> 7.0) rubyzip (~> 2.3) sentry-rails (~> 5.17) - sentry-ruby (~> 5.17) + sentry-ruby (~> 5.21) sentry-sidekiq (~> 5.17) sidekiq (~> 7.3) sprockets-rails (~> 3.4, >= 3.4.2)