From 4fff4304da8146448b41d41d7d815855cbd4d01a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Oct 2022 05:00:46 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-3052880 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index df16b1d0..b1c4957a 100644 --- a/Gemfile +++ b/Gemfile @@ -148,7 +148,7 @@ group :development, :dirtylaundrydev do gem 'rbtrace' #gem 'rails-footnotes' #gem 'rails-footnotes', github: 'josevalim/rails-footnotes', branch: 'release-4.0' - gem 'rails-footnotes', '>= 4.0.0', '<5' + gem 'rails-footnotes', '>= 4.0.2', '< 5' gem 'railroady' gem 'ruby_gntp' # gem 'rack-perftools_profiler', :require => 'rack/perftools_profiler'