From 92534c1d284211f1d0fdb2a1aacb54f5f485731a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 05:01:36 +0000 Subject: [PATCH] chore(deps): bump sentry-rails from 6.1.0 to 6.1.1 Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 6.1.0 to 6.1.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/6.1.0...6.1.1) --- updated-dependencies: - dependency-name: sentry-rails dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c26104e5c..2afcc4f3b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -469,7 +469,7 @@ GEM benchmark logger mini_mime (1.1.5) - minitest (5.26.1) + minitest (5.26.2) mobility (1.3.2) i18n (>= 0.6.10, < 2) request_store (~> 1.0) @@ -737,10 +737,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) - sentry-rails (6.1.0) + sentry-rails (6.1.1) railties (>= 5.2.0) - sentry-ruby (~> 6.1.0) - sentry-ruby (6.1.0) + sentry-ruby (~> 6.1.1) + sentry-ruby (6.1.1) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-callback-matchers (1.1.4)