From 9c22b763efca7ec46387925120767bf0a87191e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 May 2022 06:27:02 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-2806372 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 82dfa0c806..593b29137c 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ group :development do end group :staging do - gem 'jekyll-auth', '~> 2.0' + gem 'jekyll-auth', '~> 2.0', '>= 2.0.0' end group :test do