From 495662819e58ed6820c9f501b5d5ff3177623c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 21:31:53 +0000 Subject: [PATCH] chore(deps): bump sentry-rails from 5.22.0 to 5.22.1 Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.22.0 to 5.22.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.22.0...5.22.1) --- updated-dependencies: - dependency-name: sentry-rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 8792d413..3f36c6b1 100644 --- a/Gemfile +++ b/Gemfile @@ -69,7 +69,7 @@ gem 'pghero', '~> 3.6.1' ## Exception handler gem 'sentry-ruby', '~> 5.22.0' -gem 'sentry-rails', '~> 5.22.0' +gem 'sentry-rails', '~> 5.22.1' # Background job gem 'good_job', '~> 4.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6a4996e9..3a91a8be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM drb (2.2.1) email_validator (2.2.4) activemodel - erubi (1.13.0) + erubi (1.13.1) et-orbi (1.2.11) tzinfo factory_bot (6.5.0) @@ -285,7 +285,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.3) + logger (1.6.4) lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) @@ -548,10 +548,10 @@ GEM base64 rubyzip (2.3.2) securerandom (0.4.1) - sentry-rails (5.22.0) + sentry-rails (5.22.1) railties (>= 5.0) - sentry-ruby (~> 5.22.0) - sentry-ruby (5.22.0) + sentry-ruby (~> 5.22.1) + sentry-ruby (5.22.1) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) simple_form (5.3.1) @@ -698,7 +698,7 @@ DEPENDENCIES rswag-ui (~> 2.16.0) rubocop (>= 0.70) rubocop-rails - sentry-rails (~> 5.22.0) + sentry-rails (~> 5.22.1) sentry-ruby (~> 5.22.0) simple_form (~> 5.3) slim-rails (~> 3.6.3)