From 7610c9a2fb44f5bfe1a66553194d569aa22c847b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 18:44:55 +0000 Subject: [PATCH] Bump sentry-ruby from 5.3.0 to 5.4.1 in /backend Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.3.0 to 5.4.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.3.0...5.4.1) --- updated-dependencies: - dependency-name: sentry-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Gemfile.lock | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/backend/Gemfile.lock b/backend/Gemfile.lock index 80710c98..00fc25c7 100644 --- a/backend/Gemfile.lock +++ b/backend/Gemfile.lock @@ -411,10 +411,9 @@ GEM sentry-rails (5.3.0) railties (>= 5.0) sentry-ruby-core (~> 5.3.0) - sentry-ruby (5.3.0) + sentry-ruby (5.4.1) concurrent-ruby (~> 1.0, >= 1.0.2) - sentry-ruby-core (= 5.3.0) - sentry-ruby-core (5.3.0) + sentry-ruby-core (5.3.1) concurrent-ruby shoulda-matchers (4.5.1) activesupport (>= 4.2.0)