From 056fa4e15ed47bf82888cfc4aa64bf1285b47299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 08:41:56 +0100 Subject: [PATCH] Bump the sentry group with 2 updates (#600) * 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.1 to 5.22.2 - [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.2) Updates `sentry-ruby` from 5.22.1 to 5.22.2 - [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.2) --- 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] <support@github.com> * Update gemset.nix --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: robbe[bot] <bot@robbevp.be> --- Gemfile.lock | 6 +++--- gemset.nix | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9ebc5bb1..66a3f7aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -307,10 +307,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.22.1) + sentry-rails (5.22.2) railties (>= 5.0) - sentry-ruby (~> 5.22.1) - sentry-ruby (5.22.1) + sentry-ruby (~> 5.22.2) + sentry-ruby (5.22.2) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) simplecov (0.22.0) diff --git a/gemset.nix b/gemset.nix index 48ba1f84..63af60b9 100644 --- a/gemset.nix +++ b/gemset.nix @@ -1270,10 +1270,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "1drz5lm7s2m55pmxdbpbcxlpvgaj3rchm14nrzl2s80fvh47c8i3"; + sha256 = "1zlkl0j5b8b5sas8i61362qxpdgg0d7zp1kbqfm1ymjvvbrsfxzn"; type = "gem"; }; - version = "5.22.1"; + version = "5.22.2"; }; sentry-ruby = { dependencies = ["bigdecimal" "concurrent-ruby"]; @@ -1281,10 +1281,10 @@ platforms = []; source = { remotes = ["https://rubygems.org"]; - sha256 = "129jbd6zvfn59djs455hflk2nhf0sccnvp23vsiwd957dpbvsxzd"; + sha256 = "0xpsgw65mjwf5h0kylz353aaga4p5k1bkq0id8b7xfpq4y9rwb0a"; type = "gem"; }; - version = "5.22.1"; + version = "5.22.2"; }; simplecov = { dependencies = ["docile" "simplecov-html" "simplecov_json_formatter"];