Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-8496389
  • Loading branch information
snyk-bot committed Dec 17, 2024
1 parent 02a9eae commit 201c3a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 201c3a9

Please sign in to comment.