From d97629d3ad2027cd575a28464209cd1f3fa09dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:02:09 +0300 Subject: [PATCH] Bump sentry-ruby from 5.17.3 to 5.18.0 (#36) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Кирилл Леонов <71232234+leonovk@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9606cc9..7858b64 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 c10e1ee..93bb1f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,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) @@ -149,7 +149,7 @@ DEPENDENCIES rubocop-rake (~> 0.6.0) rubocop-rspec (~> 3.0) 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)