From f1ac95aa01fb7ddbfa076cc943d5d46cb34fa1ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 01:53:35 +0000 Subject: [PATCH] Bump sentry-rails from 5.14.0 to 5.15.0 Bumps [sentry-rails](https://github.com/getsentry/sentry-ruby) from 5.14.0 to 5.15.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.14.0...5.15.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 | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 302230be..e8cf7a65 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.14" +gem "sentry-rails", "~> 5.15" group :test do gem "shoulda-matchers", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index 922739f5..005806f6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM invisible_captcha (2.1.0) rails (>= 5.2) io-console (0.6.0) - irb (1.9.1) + irb (1.10.1) rdoc reline (>= 0.3.8) jbuilder (2.11.5) @@ -326,7 +326,7 @@ GEM rack (2.2.8) rack-protection (3.1.0) rack (~> 2.2, >= 2.2.4) - rack-session (1.0.1) + rack-session (1.0.2) rack (< 3) rack-test (2.1.0) rack (>= 1.3) @@ -364,7 +364,7 @@ GEM zeitwerk (~> 2.6) rainbow (3.1.1) rake (13.1.0) - rdoc (6.6.0) + rdoc (6.6.1) psych (>= 4.0.0) redis (4.8.1) regexp_parser (2.8.1) @@ -445,10 +445,10 @@ GEM scenic (1.7.0) activerecord (>= 4.0.0) railties (>= 4.0.0) - sentry-rails (5.14.0) + sentry-rails (5.15.0) railties (>= 5.0) - sentry-ruby (~> 5.14.0) - sentry-ruby (5.14.0) + sentry-ruby (~> 5.15.0) + sentry-ruby (5.15.0) concurrent-ruby (~> 1.0, >= 1.0.2) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) @@ -546,7 +546,7 @@ DEPENDENCIES rubocop-rspec rubyXL (~> 3.4) scenic - sentry-rails (~> 5.14) + sentry-rails (~> 5.15) shoulda-matchers (~> 5.0) sidekiq (~> 6.5) sidekiq-cron (~> 1.11)