Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Oct 16, 2024
1 parent 9793c30 commit bee5fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.3.4"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1.3"
gem "rails", "~> 7.1.4", ">= 7.1.4.1"

# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
gem "propshaft", ">= 0.9.0"
Expand Down

0 comments on commit bee5fc5

Please sign in to comment.