From 379b49c3f461c13fe247bad8a1379057907f2b5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 01:00:21 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-6274386 - https://snyk.io/vuln/SNYK-RUBY-ACTIONPACK-6274388 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-6228056 - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917 - 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index eaf3508f9ede..2a2eefdb48fe 100644 --- a/Gemfile +++ b/Gemfile @@ -161,7 +161,7 @@ gem 'prawn', '~> 2.4' # prawn implicitly depends on matrix gem no longer in ruby core with 3.1 gem 'matrix', '~> 0.4.2' -gem 'meta-tags', '~> 2.20.0' +gem 'meta-tags', '~> 2.21.0' gem "paper_trail", "~> 12.3"