From f80fe9c4d8985bfe008300d306588058d60b5cb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Oct 2021 22:30:51 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-1726792 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3385504..93d0acc 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' gem 'fastreader' -gem 'nokogiri', '1.6.0', :git => 'https://github.com/sparklemotion/nokogiri.git' +gem 'nokogiri', '1.12.5', :git => 'https://github.com/sparklemotion/nokogiri.git' gem 'rack', '~> 1.1' gem 'rspec', :git => 'https://github.com/rspec/rspec.git' gem 'pdfkit', '~> 0.5'