From cf54df39cf493bd27d008475a0208e8f495a25f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Dec 2023 18:31:31 +0000 Subject: [PATCH] fix: Gemfile & Gemfile.lock to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 438e5158..ef2f4a78 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "turbo-rails", ">= 1.5.0" gem "stimulus-rails", ">= 1.3.0" gem "sentry-ruby" -gem "sentry-rails" +gem "sentry-rails", ">= 5.15.1" # Build JSON APIs with ease [https://github.com/rails/jbuilder] gem "jbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index 8f7d4e21..e5b4ca67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -445,10 +445,10 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.15.0) + sentry-rails (5.15.2) railties (>= 5.0) - sentry-ruby (~> 5.15.0) - sentry-ruby (5.15.0) + sentry-ruby (~> 5.15.2) + sentry-ruby (5.15.2) concurrent-ruby (~> 1.0, >= 1.0.2) serviceworker-rails (0.6.0) railties (>= 3.1) @@ -590,7 +590,7 @@ DEPENDENCIES rubyzip sassc-rails selenium-webdriver - sentry-rails + sentry-rails (>= 5.15.1) sentry-ruby serviceworker-rails shoulda-matchers (~> 5.3, >= 5.3.0) @@ -611,4 +611,4 @@ RUBY VERSION ruby 3.2.2p53 BUNDLED WITH - 2.4.20 + 2.4.6