From 80054dc1e3d3faa401623b67b50f146a49aa7eb6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 May 2024 08:07:09 +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-NOKOGIRI-7164639 --- 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..8d5acfa 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', '4.2.6' # Use sqlite3 as the database for Active Record gem 'sqlite3'