From dae557cc0f61c8a74e24ac5127414155510d9adc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 May 2025 00:42:09 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-2848599 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dc7861d..0e3403a 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'bootsnap', '>= 1.4.4', require: false group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] - gem 'rspec-rails' + gem 'rspec-rails', '>= 8.0.0' gem 'dotenv-rails' end