Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit dae557c

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-2848599
1 parent 82b08bb commit dae557c

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
@@ -22,7 +22,7 @@ gem 'bootsnap', '>= 1.4.4', require: false
2222
group :development, :test do
2323
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
2424
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
25-
gem 'rspec-rails'
25+
gem 'rspec-rails', '>= 8.0.0'
2626
gem 'dotenv-rails'
2727
end
2828

0 commit comments

Comments
 (0)