From 5a2982fd0a6b72cbf37a17ab3304a09b5d90e777 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jan 2023 08:01:22 +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-ACTIONPACK-3237231 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-3237232 - https://snyk.io/vuln/SNYK-RUBY-ACTIVERECORD-3237239 - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 - https://snyk.io/vuln/SNYK-RUBY-GLOBALID-3237234 - https://snyk.io/vuln/SNYK-RUBY-RACK-3237240 --- 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..b80e120 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.1' # Use sqlite3 as the database for Active Record gem 'sqlite3'