From e22b3ee02982f4692853962bcaeb22dc478264c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:33:11 +0100 Subject: [PATCH] Bump the sentry group with 2 updates (#613) * Bump the sentry group with 2 updates Bumps the sentry group with 2 updates: [sentry-rails](https://github.com/getsentry/sentry-ruby) and [sentry-ruby](https://github.com/getsentry/sentry-ruby). Updates `sentry-rails` from 5.22.2 to 5.22.3 - [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.2...5.22.3) Updates `sentry-ruby` from 5.22.2 to 5.22.3 - [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.2...5.22.3) --- updated-dependencies: - dependency-name: sentry-rails dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sentry - dependency-name: sentry-ruby dependency-type: direct:production update-type: version-update:semver-patch dependency-group: sentry ... Signed-off-by: dependabot[bot] * Update gemset.nix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: robbe[bot] --- Gemfile.lock | 6 +++--- gemset.nix | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 903ac45..96e4db9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,10 +310,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.22.2) + sentry-rails (5.22.3) railties (>= 5.0) - sentry-ruby (~> 5.22.2) - sentry-ruby (5.22.2) + sentry-ruby (~> 5.22.3) + sentry-ruby (5.22.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) simplecov (0.22.0) diff --git a/gemset.nix b/gemset.nix index 27c1a80..6a24480 100644 --- a/gemset.nix +++ b/gemset.nix @@ -1281,10 +1281,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1zlkl0j5b8b5sas8i61362qxpdgg0d7zp1kbqfm1ymjvvbrsfxzn"; + sha256 = "162w1lrn9jpzwyd4ada91pp1bks3vy2s87lwr8y13rmfpm0xa8pr"; type = "gem"; }; - version = "5.22.2"; + version = "5.22.3"; }; sentry-ruby = { dependencies = ["bigdecimal" "concurrent-ruby"]; @@ -1292,10 +1292,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "0xpsgw65mjwf5h0kylz353aaga4p5k1bkq0id8b7xfpq4y9rwb0a"; + sha256 = "0yx4wdidkl3jyk1xp08jfr8w15hhq43sd5khkm2wxy3rbrvzgacg"; type = "gem"; }; - version = "5.22.2"; + version = "5.22.3"; }; simplecov = { dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"];