From bca44d956be26080b039f7be7f9f91259a742bd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 4 Apr 2024 18:31:29 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-6228056 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274383 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274384 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274385 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 30874aa..9df7582 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' gem 'fastreader' -gem 'nokogiri' -gem 'rack', '~> 1.1' +gem 'nokogiri', '>= 1.15.6' +gem 'rack', '~> 2.2', '>= 2.2.8.1' gem 'rspec' gem 'pdfkit', '~> 0.5' ruby '2.4.5'