From ca74e97882ff8f6037e9b043ab51da0234fc6acd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Mar 2023 15:31:57 +0000 Subject: [PATCH] fix: spec/test-app/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 --- spec/test-app/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/test-app/Gemfile b/spec/test-app/Gemfile index 7ab0618..646549c 100644 --- a/spec/test-app/Gemfile +++ b/spec/test-app/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.5.2' +gem 'rails', '6.1.7.3' # Use sqlite3 as the database for Active Record gem 'sqlite3'