From 2358832eeea8af3ff177ad3c71aa8798a0343325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 21:25:20 +0000 Subject: [PATCH] Bump sentry-ruby from 5.22.1 to 5.22.4 Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.22.1 to 5.22.4. - [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.22.1...5.22.4) --- updated-dependencies: - dependency-name: sentry-ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2afad892..c3891be7 100644 --- a/Gemfile +++ b/Gemfile @@ -65,5 +65,5 @@ end group :production do gem "sentry-rails", "~> 5.22.1" - gem "sentry-ruby", "~> 5.22.1" + gem "sentry-ruby", "~> 5.22.4" end diff --git a/Gemfile.lock b/Gemfile.lock index 1e3b0b56..0d6712ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,7 +102,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - concurrent-ruby (1.3.4) + concurrent-ruby (1.3.5) connection_pool (2.4.1) crass (1.0.6) cssbundling-rails (1.4.1) @@ -333,7 +333,7 @@ GEM sentry-rails (5.22.1) railties (>= 5.0) sentry-ruby (~> 5.22.1) - sentry-ruby (5.22.1) + sentry-ruby (5.22.4) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-callback-matchers (1.1.4) @@ -442,7 +442,7 @@ DEPENDENCIES rubocop-rspec_rails selenium-webdriver (~> 4.27.0) sentry-rails (~> 5.22.1) - sentry-ruby (~> 5.22.1) + sentry-ruby (~> 5.22.4) shoulda-callback-matchers (~> 1.1.4) shoulda-matchers (~> 6.4.0) simple_form (~> 5.3.0)