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 8356801 commit 22eccda
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 @@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.3.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.1.4'
gem 'rails', '~> 7.1.4', '>= 7.1.4.1'
# Use Puma as the app server
gem 'puma', '~> 6.4'

Expand Down

0 comments on commit 22eccda

Please sign in to comment.