From 7e4a5b6dcd09f9d74bf63b6a2405082242a782f0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Nov 2023 18:44:04 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-569598 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2937387..9acceba 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rails', '3.2.13' gem 'pg' gem 'pry-rails' -gem 'rspec-rails' +gem 'rspec-rails', '>= 2.13.2' gem 'geocoder' gem 'haml' gem 'chronic'