From 201c3a9a6cf190eedefe83b7859a285b57191b1f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Dec 2024 06:01:38 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8496389 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index ac557dab..4e4d78c0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" ruby '3.3.0' # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" -gem "rails", "~> 7.1.4" +gem "rails", "~> 7.1.5", ">= 7.1.5.1" # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] gem "sprockets-rails" @@ -69,7 +69,7 @@ end # Use Solid Queue for background jobs gem "solid_queue", ">= 0.3.2" -gem "mission_control-jobs" +gem "mission_control-jobs", ">= 0.4.0" # Use Solid Cache for caching gem "solid_cache"