From cfa945162004e777fcc2b8979765bbd05e774c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 21:49:08 +0000 Subject: [PATCH] chore(deps): bump sentry-ruby and sentry-rails Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) and [sentry-rails](https://github.com/getsentry/sentry-ruby). These dependencies needed to be updated together. Updates `sentry-ruby` from 5.21.0 to 5.22.0 - [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.21.0...5.22.0) Updates `sentry-rails` from 5.21.0 to 5.22.0 - [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.21.0...5.22.0) --- updated-dependencies: - dependency-name: sentry-ruby dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: sentry-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 19 ++++++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 28b7649f..2257fe2f 100644 --- a/Gemfile +++ b/Gemfile @@ -68,8 +68,8 @@ gem 'vmstat', '~> 2.3.0' gem 'pghero', '~> 3.6.1' ## Exception handler -gem 'sentry-ruby', '~> 5.21.0' -gem 'sentry-rails', '~> 5.21.0' +gem 'sentry-ruby', '~> 5.22.0' +gem 'sentry-rails', '~> 5.22.0' # Background job gem 'good_job', '~> 4.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index f4789ec1..40b131f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM ruby-vips (>= 2.0.17, < 3) image_size (3.4.0) interception (0.5) - io-console (0.7.2) + io-console (0.8.0) iostruct (0.2.0) irb (1.14.1) rdoc (>= 4.0.0) @@ -304,7 +304,7 @@ GEM mini_magick (4.13.1) mini_mime (1.1.5) mini_portile2 (2.8.8) - minitest (5.25.3) + minitest (5.25.4) msgpack (1.7.2) multi_json (1.15.0) multi_xml (0.7.1) @@ -409,7 +409,8 @@ GEM pry-rescue (1.6.0) interception (>= 0.5) pry (>= 0.12.0) - psych (5.2.0) + psych (5.2.1) + date stringio public_suffix (6.0.1) puma (6.5.0) @@ -547,10 +548,10 @@ GEM base64 rubyzip (2.3.2) securerandom (0.4.0) - sentry-rails (5.21.0) + sentry-rails (5.22.0) railties (>= 5.0) - sentry-ruby (~> 5.21.0) - sentry-ruby (5.21.0) + sentry-ruby (~> 5.22.0) + sentry-ruby (5.22.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) simple_form (5.3.1) @@ -596,7 +597,7 @@ GEM unicode-emoji (~> 4.0, >= 4.0.4) unicode-emoji (4.0.4) uri (1.0.2) - useragent (0.16.10) + useragent (0.16.11) uuidtools (2.2.0) validate_url (1.0.15) activemodel (>= 3.0.0) @@ -697,8 +698,8 @@ DEPENDENCIES rswag-ui (~> 2.16.0) rubocop (>= 0.70) rubocop-rails - sentry-rails (~> 5.21.0) - sentry-ruby (~> 5.21.0) + sentry-rails (~> 5.22.0) + sentry-ruby (~> 5.22.0) simple_form (~> 5.3) slim-rails (~> 3.6.3) solid_cache (~> 1.0.6)