Skip to content

Commit ca102b7

Browse files
authored
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-13378928 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378930 - https://snyk.io/vuln/SNYK-RUBY-RACK-13378932
1 parent 254bf8b commit ca102b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ source 'https://rubygems.org'
22

33
gemspec
44

5-
gem 'devise', '~> 4.8'
6-
gem 'rails', '~> 7.0.0'
5+
gem 'devise', '~> 4.9', '>= 4.9.0'
6+
gem 'rails', '~> 7.0.2', '>= 7.0.2.3'
77
gem 'sqlite3'
88

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

0 commit comments

Comments
 (0)