From 8b5194c364122b5447d02f92e4a5ba0b7c1922c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 01:29:18 +0000 Subject: [PATCH] Bump sentry-rails from 5.11.0 to 5.12.0 Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.11.0 to 5.12.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.11.0...5.12.0) --- updated-dependencies: - dependency-name: sentry-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 07cbd9b2..a6104ab3 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ gem "httparty", "~> 0.21" gem "invisible_captcha" gem "omniauth-azure-activedirectory-v2" gem "rolify" -gem "sentry-rails", "~> 5.11" +gem "sentry-rails", "~> 5.12" group :test do gem "shoulda-matchers", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index fc87f53e..dce9b068 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -218,7 +218,7 @@ GEM language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) - loofah (2.21.3) + loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -402,10 +402,10 @@ GEM activerecord (>= 4.0.0) railties (>= 4.0.0) semantic_range (3.0.0) - sentry-rails (5.11.0) + sentry-rails (5.12.0) railties (>= 5.0) - sentry-ruby (~> 5.11.0) - sentry-ruby (5.11.0) + sentry-ruby (~> 5.12.0) + sentry-ruby (5.12.0) concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) @@ -461,7 +461,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.11) + zeitwerk (2.6.12) PLATFORMS ruby @@ -507,7 +507,7 @@ DEPENDENCIES rubocop-rails rubocop-rspec scenic - sentry-rails (~> 5.11) + sentry-rails (~> 5.12) shoulda-matchers (~> 5.0) sidekiq (~> 6.5) sidekiq-cron (~> 1.10)