From bafb425ad470838810fb5b8532b9715e9deff350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 00:58:25 +0000 Subject: [PATCH] Bump sentry-ruby from 5.17.3 to 5.18.0 Bumps [sentry-ruby](https://github.com/getsentry/sentry-ruby) from 5.17.3 to 5.18.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.17.3...5.18.0) --- updated-dependencies: - dependency-name: sentry-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3291837..22bf123 100644 --- a/Gemfile +++ b/Gemfile @@ -37,6 +37,6 @@ end # The average user does not need them. # And they start working only if there is a special setting group :production do - gem 'sentry-ruby', '~> 5.17', '>= 5.17.3' + gem 'sentry-ruby', '~> 5.18' gem 'stackprof', '~> 0.2.26' end diff --git a/Gemfile.lock b/Gemfile.lock index 0dbcb61..6bb48b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM ruby-progressbar (1.13.0) ruby-units (4.0.3) ruby2_keywords (0.0.5) - sentry-ruby (5.17.3) + sentry-ruby (5.18.0) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) sinatra (4.0.0) @@ -158,7 +158,7 @@ DEPENDENCIES rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.29, >= 2.29.2) ruby-units (~> 4.0, >= 4.0.3) - sentry-ruby (~> 5.17, >= 5.17.3) + sentry-ruby (~> 5.18) sinatra (~> 4.0) sinatra-contrib (~> 4.0) stackprof (~> 0.2.26)