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 11, 2024
1 parent 35d60e0 commit 4a44d26
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 @@ ruby '3.2.2'

source 'https://rubygems.org'

gem 'rails', '~> 6.1'
gem 'rails', '~> 7.0', '>= 7.0.8.7'
gem 'rails-i18n', '~> 6.0'

# Databases
Expand Down

0 comments on commit 4a44d26

Please sign in to comment.