Skip to content

Commit 50fca8d

Browse files
authored
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-2960802
1 parent 254bf8b commit 50fca8d

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
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gemspec
44

55
gem 'devise', '~> 4.8'
6-
gem 'rails', '~> 7.0.0'
6+
gem 'rails', '~> 7.0.3', '>= 7.0.3.1'
77
gem 'sqlite3'
88

99
gem 'mocha', '~> 1.0', require: false

0 commit comments

Comments
 (0)