From dbba3f969c36525dc7929e19aa223331eb0b1d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 13:56:03 +0000 Subject: [PATCH] Bump sentry-ruby from 5.28.0 to 5.28.1 Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.28.0 to 5.28.1. - [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.28.0...5.28.1) --- updated-dependencies: - dependency-name: sentry-ruby dependency-version: 5.28.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6504235..fa62601 100644 --- a/Gemfile +++ b/Gemfile @@ -38,7 +38,7 @@ gem "webauthn", "~> 3.0" gem "public_suffix", "~> 6.0" # Error tracking and performance monitoring (optional, configured via SENTRY_DSN) -gem "sentry-ruby", "~> 5.18" +gem "sentry-ruby", "~> 5.28" gem "sentry-rails", "~> 5.18" # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 1facf4a..a4158bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -336,7 +336,7 @@ GEM sentry-rails (5.28.0) railties (>= 5.0) sentry-ruby (~> 5.28.0) - sentry-ruby (5.28.0) + sentry-ruby (5.28.1) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) solid_cable (3.0.12) @@ -450,7 +450,7 @@ DEPENDENCIES rubocop-rails-omakase selenium-webdriver sentry-rails (~> 5.18) - sentry-ruby (~> 5.18) + sentry-ruby (~> 5.28) solid_cable solid_cache sqlite3 (>= 2.1)