Skip to content

Commit 83ac94e

Browse files
fix: Gemfile to reduce vulnerabilities (heroku#118)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-3356639 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent 1788c7c commit 83ac94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
ruby '>= 3.1', '< 3.3'
33

44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5-
gem 'rails', '~> 7.0.4.2 '
5+
gem 'rails', '~> 7.0.4.2'
66
# Use postgresql as the database for Active Record
77
gem 'pg', '~> 1.3.5'
88
# Use SCSS for stylesheets

0 commit comments

Comments
 (0)